Rupert

::Me(C#,VC,MonoTouch,MonoforAndroid);

导航

上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 107 下一页

2012年10月31日

摘要: 在项目中经常用到DataTable,如果DataTable使用得当,不仅能使程序简洁实用,而且能够提高性能,达到事半功倍的效果,现对DataTable的使用技巧进行一下总结。一、DataTable简介(1)构造函数DataTable()不带参数初始化DataTable类的新实例。DataTable(string tableName)用指定的表名初始化DataTable类的新实例。DataTable(string tableName, string tableNamespace)用指定的表名和命名空间初始化DataTable类的新实例。(2)常用属性CaseSensitive指示表中的字符串比较 阅读全文

posted @ 2012-10-31 13:58 ArRan 阅读(229) 评论(0) 推荐(0)

摘要: public class WebRequestGetExample { public static void Main () { // Create a request for the URL. WebRequest request = WebRequest.Create ("http://www.cnblogs.com/kingdom_0"); // If required by the server, set the credentials. request.Cr... 阅读全文

posted @ 2012-10-31 10:40 ArRan 阅读(221) 评论(0) 推荐(0)

2012年10月30日

摘要: --按笔画排序selectChannelID,ChannelNamefromdbo.HB_AdChannelorderbyChannelNamecollatechinese_prc_stroke_cs_as_ks_ws--按拼音排序selectChannelID,ChannelName+Descriptionfromdbo.HB_AdChannelorderbyChannelName+Descriptioncollatechinese_prc_cs_as_ks_ws--sql如何让中文名字按 名字第一个字的拼音首字母排序selectisnull(b.py,upper(left(a.Channe 阅读全文

posted @ 2012-10-30 14:44 ArRan 阅读(178) 评论(0) 推荐(0)

上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 107 下一页