上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: using System;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Text;using System.Threading... 阅读全文
posted @ 2015-05-31 17:13 不能失败 阅读(2993) 评论(0) 推荐(0) 编辑
摘要: CSRF(Cross-site request forgery跨站请求伪造,也被称成为“one click attack”或者session riding,通常缩写为CSRF或者XSRF,是一种对网站的恶意利用。尽管听起来像跨站脚本(XSS),但它与XSS非常不同,并且攻击方式几乎相左。XSS利用站... 阅读全文
posted @ 2015-05-31 11:37 不能失败 阅读(4801) 评论(0) 推荐(0) 编辑
摘要: // 用来判断有无选中$("#txtsNoBalaceFinish").is(":checked"); 阅读全文
posted @ 2015-03-29 14:08 不能失败 阅读(271) 评论(0) 推荐(0) 编辑
摘要: http://qc.embarcadero.com/wc/qcmain.aspx?d=61255 阅读全文
posted @ 2015-03-19 18:52 不能失败 阅读(173) 评论(0) 推荐(0) 编辑
摘要: unit Iso8601Unit;interfacetype TIso8601 = class(TObject) public class function DateTimeFromIso8601(const Value: string): TDateTime; static; cl... 阅读全文
posted @ 2015-02-15 16:06 不能失败 阅读(1745) 评论(0) 推荐(0) 编辑
摘要: uniquery 配合 mssql 自带存储过程实现分页 阅读全文
posted @ 2015-02-03 12:36 不能失败 阅读(428) 评论(0) 推荐(0) 编辑
摘要: ics OverbyteIcsHttpProt 阅读全文
posted @ 2015-01-02 16:43 不能失败 阅读(398) 评论(0) 推荐(0) 编辑
摘要: 首先,图片转化为字节流 public byte[] ImagefileToByte(string srcImagePath) { System.IO.MemoryStream m = new System.IO.MemoryStream(); ... 阅读全文
posted @ 2014-12-25 16:02 不能失败 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 使用FileResult导出txtl数据文件 阅读全文
posted @ 2014-12-21 11:32 不能失败 阅读(245) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页