上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: 创建 *.reg文件 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN]@="删除所有SVN" [HKEY_LOCAL_MACHINE\SOFTWARE\C 阅读全文
posted @ 2017-06-03 10:39 鞍山老菜鸟 阅读(160) 评论(0) 推荐(0)
摘要: Sql Server <add name="gjdwContext" connectionString="server=数据库地址;database=数据库名称;user=用户名;password=密码;persistsecurityinfo=True" providerName="System.D 阅读全文
posted @ 2017-05-28 13:53 鞍山老菜鸟 阅读(300) 评论(0) 推荐(0)
摘要: var x = (数值).toPrecision(12); var z = parseFloat(x); 阅读全文
posted @ 2017-04-19 17:33 鞍山老菜鸟 阅读(154) 评论(0) 推荐(0)
摘要: 暂时测试以json方式提交 提交参数 WebApi接收 阅读全文
posted @ 2017-04-01 14:49 鞍山老菜鸟 阅读(598) 评论(0) 推荐(0)
摘要: WebApiConfig 添加如下代码: 阅读全文
posted @ 2017-03-25 15:00 鞍山老菜鸟 阅读(188) 评论(0) 推荐(0)
摘要: 配置WebApiConfig: Global.asax 添加 WebApiConfig配置 阅读全文
posted @ 2017-03-25 14:55 鞍山老菜鸟 阅读(2597) 评论(0) 推荐(0)
摘要: 适用sqlserver public static int? DateDiff(string datePartArg, System.DateTimeOffset? startDate, System.DateTime? endDate) System.Data.Entity.SqlServer.S 阅读全文
posted @ 2017-02-04 14:57 鞍山老菜鸟 阅读(160) 评论(0) 推荐(0)
摘要: 说明: 将查询结果: 1 0001 2 0002 3 0003 合并为 0001,0002,0003 格式: select STUFF((SELECT ','+ id(字段) FROM 表名 where 列名 = 查询条件 FOR XML PATH('')), 1, 1, '') 例子: selec 阅读全文
posted @ 2016-12-31 18:03 鞍山老菜鸟 阅读(545) 评论(0) 推荐(0)
摘要: /// /// 汉字转换 /// public class ChineseConvert { #region 汉字转拼方法1 /// 汉字转拼音缩写 /// 要转换的汉字字符串 /// 拼音缩写 public... 阅读全文
posted @ 2016-12-13 16:28 鞍山老菜鸟 阅读(777) 评论(0) 推荐(0)
摘要: 转:https://segmentfault.com/a/1190000005362826 前端框架 Avalon 有一个问题,即 在使用 ms-duplex 后,此 input 在 Windows 8.1 的 IE11 下无法正常使用输入法输入中文,这个问题在 Avalon 1.5.X 中一直存在 阅读全文
posted @ 2016-11-09 10:40 鞍山老菜鸟 阅读(1626) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页