上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: 网址:http://www.cnblogs.com/brookshi/p/5273281.html 阅读全文
posted @ 2016-03-14 09:59 preditctfuture 阅读(410) 评论(0) 推荐(0)
摘要: 网址:http://www.cnblogs.com/Andon_liu/p/5272744.html 阅读全文
posted @ 2016-03-14 09:57 preditctfuture 阅读(236) 评论(0) 推荐(0)
摘要:  网址:http://www.cnblogs.com/weapon-x/p/5272202.html 阅读全文
posted @ 2016-03-14 09:50 preditctfuture 阅读(139) 评论(0) 推荐(0)
摘要: GridView1.DataBind(); 阅读全文
posted @ 2016-03-08 10:48 preditctfuture 阅读(1304) 评论(0) 推荐(0)
摘要: if (e.CommandName == "select") { //获取点击按钮的行号 GridViewRow drv = ((GridViewRow)(((Button)(e.CommandSource)).Parent.Parent)); //此得出的值是表示那行被选中的索引值 //按照Gri 阅读全文
posted @ 2016-03-07 21:08 preditctfuture 阅读(277) 评论(0) 推荐(0)
摘要: public string UpLoadFile(string fileNamePath, string uriString, bool IsAutoRename) { string fileName = fileNamePath.Substring(fileNamePath.LastIndexOf 阅读全文
posted @ 2016-03-04 15:40 preditctfuture 阅读(407) 评论(0) 推荐(0)
摘要: string OrderID = DateTime.Now.Year.ToString().Substring(2, 2) + DateTime.Now.Month.ToString().PadLeft(2, '0') + DateTime.Now.Day.ToString().PadLeft(2, 阅读全文
posted @ 2016-03-01 14:13 preditctfuture 阅读(398) 评论(0) 推荐(0)
摘要: Oracle备份简介 Oracle备份有三种方式:1.导出(EXP);2.冷备份;3.热备份。 第1种是逻辑备份,第2,3种是物理备份。 1. 导出(EXP) 2.冷备份 3.热备份 详细见http://www.cnblogs.com/bluewhy/p/4940507.html 阅读全文
posted @ 2016-03-01 14:11 preditctfuture 阅读(135) 评论(0) 推荐(0)
摘要: 应用场景: 1.获取当天日期 DateTime.Now为DateTime格式。 DateTime.Now.ToString()转化为日期格式。 阅读全文
posted @ 2016-03-01 11:49 preditctfuture 阅读(264) 评论(0) 推荐(0)
摘要: 企业需要建立完善的安全机制 阅读全文
posted @ 2016-03-01 10:35 preditctfuture 阅读(372) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页