上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 52 下一页
摘要: max-width: 100%;//父元素的宽度 display: block; margin: 0 auto; display: table-cell; 垂直居中 vertical-align: middle; style="max-width: 100%;max-height: 100%; di 阅读全文
posted @ 2018-07-07 10:29 enych 阅读(3413) 评论(0) 推荐(0) 编辑
摘要: HttpRuntime.AppDomainAppPath var fullpath = System.AppDomain.CurrentDomain.BaseDirectory + "appsettings.json"; if (File.Exists(fullpath)) { using (Str 阅读全文
posted @ 2018-07-05 17:45 enych 阅读(809) 评论(0) 推荐(0) 编辑
摘要: <a d ownload class="down" title=""> function download(src,name) { // 创建隐藏的可下载链接 var eleLink = document.createElement('a'); eleLink.href = src; eleLink 阅读全文
posted @ 2018-07-05 17:20 enych 阅读(10177) 评论(2) 推荐(0) 编辑
摘要: 1. //重命名文件 // 改名方法 FileInfo fi = new FileInfo("旧路径"); //xx/xx/aa.rar fi.MoveTo("新路径"); //xx/xx/xx.rar ... 阅读全文
posted @ 2018-07-05 15:38 enych 阅读(29273) 评论(0) 推荐(4) 编辑
摘要: @using System.Text; @{ int js = 1; string str=""; StringBuilder sb = new StringBuilder(); } @foreach (var item in ViewBag.Doctypes) { ... 阅读全文
posted @ 2018-07-04 09:25 enych 阅读(583) 评论(0) 推荐(0) 编辑
摘要: //把一个单独的对象 转换为json字符串 阅读全文
posted @ 2018-07-02 12:04 enych 阅读(260) 评论(0) 推荐(0) 编辑
摘要: #region --基础 ////设置目录树 ////添加根节点 //treeView1.Nodes.Add("0000000"); ////添加子节点 ////treeView1.SelectedNode.Nodes.Add("11111111"); ... 阅读全文
posted @ 2018-07-01 16:30 enych 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 非递归绑定3级别 阅读全文
posted @ 2018-07-01 16:03 enych 阅读(823) 评论(0) 推荐(0) 编辑
摘要: this.dataGridView1.Columns.Add("0","001");//添加列 this.dataGridView1.Columns.Add("0", "002"); this.dataGridView1.Columns.Add("0", "003"); this.dataGridV 阅读全文
posted @ 2018-06-30 11:32 enych 阅读(2726) 评论(0) 推荐(0) 编辑
摘要: select * from GropBy where [date] BETWEEN '2010-10' and '2015-10' --从字符串转换日期和/或时间时,转换失败。 select * from GropBy where [date] between '2017-07-25 00:00:00' and '2017-07-25 24:00:00' --从字符串转换日期和/或时间时... 阅读全文
posted @ 2018-06-29 17:31 enych 阅读(447) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 52 下一页