上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: function RFC822DateGMT(dd: TDateTime): string;const Days:array [1..7] of string= ('Sun','Mon','Tue','Wed','Thu','Fri','Sat'); Months:array [1..12... 阅读全文
posted @ 2014-12-18 17:53 不能失败 阅读(314) 评论(0) 推荐(0) 编辑
摘要: DataSource1.AutoEdit := false; 阅读全文
posted @ 2014-12-14 11:46 不能失败 阅读(222) 评论(0) 推荐(0) 编辑
摘要: procedure TForm1.FormMouseWheel(Sender: TObject; Shift: TShiftState; WheelDelta: Integer; MousePos: TPoint; var Handled: Boolean);begin if WheelDelta ... 阅读全文
posted @ 2014-11-25 15:23 不能失败 阅读(431) 评论(0) 推荐(0) 编辑
摘要: IE11下ASP.NET Forms身份认证无法保存Cookie的问题折腾了三四天,今天才找到资料,解决了。以下会转贴,还没来得及深究,先放着,有空再学习下。ASP.NET中使用Forms身份认证常见的做法如下:1. 网站根目录下的Web.config添加authentication节点 2. 在... 阅读全文
posted @ 2014-11-06 16:45 不能失败 阅读(393) 评论(0) 推荐(0) 编辑
摘要: When using grid mode, the data controller loads a fixed number of dataset records into memory. The number of records to be loaded depends on the GridM... 阅读全文
posted @ 2014-11-06 16:43 不能失败 阅读(1138) 评论(0) 推荐(0) 编辑
摘要: (*{ "name": "Henri Gourvest", /* this is a comment */ "vip": true, "telephones": ["000000000", "111111111111"], "age": 33, "size": 1.83, "adress... 阅读全文
posted @ 2014-11-01 09:26 不能失败 阅读(2354) 评论(0) 推荐(1) 编辑
摘要: json 中:元素与值用冒号 ":" 隔开元素与元素用逗号 "," 隔开{} 之间是一个对象, 对象可以层层嵌套[] 表示数组, 数组元素用逗号 "," 隔开值可以是 string、number、object、array、tr、false、null; 其中 string 要使用双引号(也有语言可以... 阅读全文
posted @ 2014-11-01 00:40 不能失败 阅读(245) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/zh-cn/library/ms186243.aspx使用公用表表达式的递归查询SQL Server 2008 R2其他版本0(共 1)对本文的评价是有帮助-评价此主题公用表表达式 (CTE) 具有一个重要的优点,那就是能够引用其自身,从而创建递归... 阅读全文
posted @ 2014-10-29 18:09 不能失败 阅读(308) 评论(0) 推荐(0) 编辑
摘要: $.post(UrlAddData, $(".AddForm").serialize(), function (data) { if (data.result) { $.ligerDia... 阅读全文
posted @ 2014-10-23 00:27 不能失败 阅读(645) 评论(0) 推荐(0) 编辑
摘要: namespace YourNamespace{ /// /// Uses the Name value of the ColumnAttribute specified, otherwise maps as usual. /// /// The type of the ... 阅读全文
posted @ 2014-10-20 23:14 不能失败 阅读(7215) 评论(2) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页