上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: unit Iso8601Unit;interfacetype TIso8601 = class(TObject) public class function DateTimeFromIso8601(const Value: string): TDateTime; static; cl... 阅读全文
posted @ 2015-02-15 16:06 不能失败 阅读(1764) 评论(0) 推荐(0)
摘要: uniquery 配合 mssql 自带存储过程实现分页 阅读全文
posted @ 2015-02-03 12:36 不能失败 阅读(453) 评论(0) 推荐(0)
摘要: ics OverbyteIcsHttpProt 阅读全文
posted @ 2015-01-02 16:43 不能失败 阅读(408) 评论(0) 推荐(0)
摘要: 首先,图片转化为字节流 public byte[] ImagefileToByte(string srcImagePath) { System.IO.MemoryStream m = new System.IO.MemoryStream(); ... 阅读全文
posted @ 2014-12-25 16:02 不能失败 阅读(344) 评论(0) 推荐(0)
摘要: 使用FileResult导出txtl数据文件 阅读全文
posted @ 2014-12-21 11:32 不能失败 阅读(260) 评论(0) 推荐(0)
摘要: 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 不能失败 阅读(323) 评论(0) 推荐(0)
摘要: DataSource1.AutoEdit := false; 阅读全文
posted @ 2014-12-14 11:46 不能失败 阅读(234) 评论(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 不能失败 阅读(453) 评论(0) 推荐(0)
摘要: IE11下ASP.NET Forms身份认证无法保存Cookie的问题折腾了三四天,今天才找到资料,解决了。以下会转贴,还没来得及深究,先放着,有空再学习下。ASP.NET中使用Forms身份认证常见的做法如下:1. 网站根目录下的Web.config添加authentication节点 2. 在... 阅读全文
posted @ 2014-11-06 16:45 不能失败 阅读(426) 评论(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 不能失败 阅读(1187) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页