<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_我的程序我做主</title><subtitle type="text">~天~注~定~</subtitle><id>http://feed.cnblogs.com/blog/u/26753/rss</id><updated>2007-06-29T08:00:00Z</updated><author><name>王学军</name><uri>http://www.cnblogs.com/xjwang/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xjwang/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/26753/rss"/><entry><id>http://www.cnblogs.com/xjwang/archive/2007/06/28/799154.html</id><title type="text">将小写金额转化为大写</title><summary type="text">在网上看到些这方面的函数 但都觉得过于复杂 于是便自己写了一套 精度不高到亿 大家可以自己扩展 public static string fnConvertToBig(string MoneyValue) { if (MoneyValue == "") return ""; string mMinus = ""; if (MoneyValue.StartsWith("-")) { mMinus =...</summary><published>2007-06-28T08:52:00Z</published><updated>2007-06-28T08:52:00Z</updated><author><name>王学军</name><uri>http://www.cnblogs.com/xjwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xjwang/archive/2007/06/28/799154.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xjwang/archive/2007/06/28/799154.html"/></entry><entry><id>http://www.cnblogs.com/xjwang/archive/2007/06/28/799152.html</id><title type="text">DevExpress经验谈：GridView中直接显示数据集DataTable</title><summary type="text">这个是我写的公用函数，它将DataTable中的数据直接显示到GridView中，GV拖过来后不需要任何设置我这个函数有几个强大的功能，一般DT中的数据是从存储过程中取出来的，有时因为各种显示的需求，所以需要做不同的设置，如有一个表table中有列id,name,age,address,money,car存储过程中这样写：selectid,name as '姓名',age as '年龄',addr...</summary><published>2007-06-28T08:51:00Z</published><updated>2007-06-28T08:51:00Z</updated><author><name>王学军</name><uri>http://www.cnblogs.com/xjwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xjwang/archive/2007/06/28/799152.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xjwang/archive/2007/06/28/799152.html"/></entry><entry><id>http://www.cnblogs.com/xjwang/archive/2007/06/28/799151.html</id><title type="text">DevExpress经验谈：存取打印边界和格式</title><summary type="text">其中mRegistryRootKey为软件的注册表位置// 函数1 用于设置并将设置结果保存到注册表中 例子中只保存了上下左右，如果你有更多需要保存的自己扩展 PageSetupDialog psDlg = new PageSetupDialog(); PrinterSettings ps = new PrinterSettings(); psDlg.PageSettings = ps.Defau...</summary><published>2007-06-28T08:51:00Z</published><updated>2007-06-28T08:51:00Z</updated><author><name>王学军</name><uri>http://www.cnblogs.com/xjwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xjwang/archive/2007/06/28/799151.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xjwang/archive/2007/06/28/799151.html"/></entry><entry><id>http://www.cnblogs.com/xjwang/archive/2007/06/28/799147.html</id><title type="text">不用ClickOnce，做我们个性的自动更新功能</title><summary type="text">说到C#.NET的更动更新 大家都想到了ClickOnce，但很多时候它的功能并没有我们需要的足够的强大。其实它的原理很简单，为什么我们不自己开发一套呢？下面以我的开发实例与大家交流一下。原理：1.服务器有一虚拟目录Update，里面放置客户端的所有程序（由于IIS限制，不能升级.config文件，如需要则改IIS相应配置）2.Update目录里再放置一Default.aspx文件，用来取出当前文...</summary><published>2007-06-28T08:50:00Z</published><updated>2007-06-28T08:50:00Z</updated><author><name>王学军</name><uri>http://www.cnblogs.com/xjwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xjwang/archive/2007/06/28/799147.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xjwang/archive/2007/06/28/799147.html"/></entry><entry><id>http://www.cnblogs.com/xjwang/archive/2007/05/29/763885.html</id><title type="text">终于有自己的博客了，记念一下！</title><summary type="text">今天是2007年5月29日 第一篇文章 希望以后会坚持</summary><published>2007-05-29T06:06:00Z</published><updated>2007-05-29T06:06:00Z</updated><author><name>王学军</name><uri>http://www.cnblogs.com/xjwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xjwang/archive/2007/05/29/763885.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xjwang/archive/2007/05/29/763885.html"/></entry></feed>
