上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 46 下一页
摘要: git clone git clone https://nulab.backlog.jp/git/BLG/tutorial.git tutorial2 阅读全文
posted @ 2017-04-20 12:59 小小高 阅读(225) 评论(0) 推荐(0)
摘要: git remote add origin https://github.com/gaoconggit/LandMVC.git git push -u origin master 阅读全文
posted @ 2017-04-20 11:44 小小高 阅读(510) 评论(0) 推荐(0)
摘要: gui下查看提交纪录 阅读全文
posted @ 2017-04-20 11:22 小小高 阅读(232) 评论(0) 推荐(0)
摘要: git commit -m "测试提交" 阅读全文
posted @ 2017-04-20 11:15 小小高 阅读(151) 评论(0) 推荐(0)
摘要: 将文件加入到索引,要使用add命令。在<file>指定加入索引的文件。用空格分割可以指定多个文件。 git add demo.html test.html //添加两个文件 添加当前目录下所有文件,加入到索引 git add . 阅读全文
posted @ 2017-04-20 11:04 小小高 阅读(751) 评论(0) 推荐(0)
摘要: git status 阅读全文
posted @ 2017-04-20 11:01 小小高 阅读(166) 评论(0) 推荐(0)
摘要: git config --global user.name "" git config --global user.email "" 阅读全文
posted @ 2017-04-20 11:00 小小高 阅读(155) 评论(0) 推荐(0)
摘要: webconfig配置: 注:<system.webServer> <validation validateIntegratedModeConfiguration="false"/> 这句很重要,不然iis可能不支持 阅读全文
posted @ 2017-04-19 18:31 小小高 阅读(242) 评论(0) 推荐(0)
摘要: 1.HttpModule可用在asp.net 管线事件触发的过程中。。 可处理一些通用的操作,如给特定请求加 gzip压缩。 2.示例代码: 3.要使 HttpModule生效。还需要配置web.config。 阅读全文
posted @ 2017-04-19 17:25 小小高 阅读(278) 评论(0) 推荐(0)
摘要: 1 $("#jqxGridByAttendanceDetail").on("bindingcomplete", function (event) { 2 // your code here. 3 changeStyle(); 4 }); 5 6 function changeStyle() { 7 var cell... 阅读全文
posted @ 2017-04-19 13:46 小小高 阅读(410) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 46 下一页