2015年4月12日
摘要: private int UpdateDB(string fname, string md5, int type) { string sql = @"insert into tb_hash(fname, uuid, state) values(@fname, @u... 阅读全文
posted @ 2015-04-12 08:41 aoun 阅读(2333) 评论(0) 推荐(0)
摘要: Default.aspx 文件上传测试 Default.aspx.cs protected void BtnUpload_Click(object sender, EventArgs e) { ... 阅读全文
posted @ 2015-04-12 08:19 aoun 阅读(419) 评论(0) 推荐(0)
摘要: 基本过滤选择器: 1. first 选取第一个元素 2. last 选取最后一个元素 3. not 排除元素 4. 阅读全文
posted @ 2015-04-12 00:06 aoun 阅读(142) 评论(0) 推荐(0)