上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 85 下一页
摘要: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>js</title> </head> <script language="javascript"> function aa 阅读全文
posted @ 2016-01-29 11:46 dekevin 阅读(907) 评论(0) 推荐(0) 编辑
摘要: HTML-重新排版快捷键 Ctrl+K+D 阅读全文
posted @ 2016-01-23 10:53 dekevin 阅读(556) 评论(0) 推荐(0) 编辑
摘要: C#将对象序列化成JSON字符串public string GetJsonString() { List products = new List(){ new Product(){Name="苹果",Price=5.5}, new Product(){Name="橘子... 阅读全文
posted @ 2016-01-23 09:39 dekevin 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 在ASP.NET MVC中,我们可以使用HandleErrorAttribute特性来具体指定如何处理Action抛出的异常.只要某个Action设置了HandleErrorAttribute特性,那么默认的,当这个Action抛出了异常时MVC将会显示Error视图,该视图位于~/Views/Sh 阅读全文
posted @ 2016-01-16 09:13 dekevin 阅读(3071) 评论(0) 推荐(1) 编辑
摘要: SELECT * INTO t_zipcode FROM WeixinService.dbo.t_zipcode 阅读全文
posted @ 2016-01-09 14:51 dekevin 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 切图的时候会需要隐藏该图层之外的其他所有的图层 阅读全文
posted @ 2015-12-28 17:28 dekevin 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 需要点击选中某一图层的时候,需要勾选【自动选择】 阅读全文
posted @ 2015-12-28 17:22 dekevin 阅读(744) 评论(0) 推荐(0) 编辑
摘要: 1.使用《SVN-如何删除 SVN 文件夹下面的小图标》文章中的方法将svn的关联去掉2.使用《SVN-服务器搭建》文章中visual studio添加项目到svn服务器的步骤将项目重新添加到新的svn服务器 阅读全文
posted @ 2015-11-26 17:07 dekevin 阅读(349) 评论(0) 推荐(0) 编辑
摘要: C:\Users\Administrator\AppData\Local\Microsoft\VisualStudio\12.0\Extensions\DEVSENSE\PHP Tools for Visual Studio 2013 1.13.5282 阅读全文
posted @ 2015-11-23 21:59 dekevin 阅读(168) 评论(0) 推荐(0) 编辑
摘要: ctrl+/:注释 阅读全文
posted @ 2015-11-23 08:57 dekevin 阅读(138) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 85 下一页