上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页

2017年11月4日

fiddler 使用

摘要: 1.Composer post数据时 要添加header: Content-Type: application/x-www-form-urlencoded 阅读全文

posted @ 2017-11-04 11:37 木龙哥 阅读(113) 评论(0) 推荐(0) 编辑

2017年10月28日

ionic

摘要: 1.browser ionic cordova platform add browser ionic cordova run browser 2 ionic g page newPage 阅读全文

posted @ 2017-10-28 22:40 木龙哥 阅读(135) 评论(0) 推荐(0) 编辑

2017年9月15日

Dapper使用

摘要: 排序 new[] { Predicates.Sort<Model.Version>(p => p.CreateDate, false) } 阅读全文

posted @ 2017-09-15 13:22 木龙哥 阅读(147) 评论(0) 推荐(0) 编辑

2017年9月14日

修改SQL Server 中数据库的Collation

摘要: ALTER DATABASE db SET SINGLE_USER WITH ROLLBACK IMMEDIATE ALTER database db collate Chinese_PRC_CI_AS ALTER DATABASE db SET MULTI_USER 阅读全文

posted @ 2017-09-14 13:31 木龙哥 阅读(946) 评论(0) 推荐(0) 编辑

2017年9月13日

Web API 输出文件缓存

摘要: var httpMsg = new HttpResponseMessage(HttpStatusCode.OK) { Content = new ByteArrayContent(fileData) }; httpMsg.Content.Headers.ContentT... 阅读全文

posted @ 2017-09-13 08:36 木龙哥 阅读(222) 评论(0) 推荐(0) 编辑

2017年9月11日

Sql从邮件中提取国家代码

摘要: 最近在工作中,需要从数据库存储的邮箱中提取出用户所在国家代码。 经研究发现,国家代码最长为3位,而且一般是跟在@字符后面,所以可以用以下sql函数提取。 创建Sql函数 执行测试 阅读全文

posted @ 2017-09-11 16:16 木龙哥 阅读(188) 评论(0) 推荐(0) 编辑

2017年8月13日

解决Nuget:https://api.nuget.org/v3/index.json 访问不了的问题

摘要: 最近在家中用使用VS编译项目时,Nuget包一直下载不了,直接在浏览器中访问https://api.nuget.org/v3/index.json ,浏览器也打不开网址。把https协议改成http协议,浏览器可以打开了,然后就在VS设置Nuget包管理器中添加了http的程序包源,添加后再次编译, 阅读全文

posted @ 2017-08-13 11:27 木龙哥 阅读(7973) 评论(0) 推荐(0) 编辑

2017年6月17日

IIS支持web deploy发布

摘要: 参考文章: http://blog.csdn.net/codec007/article/details/46442957 http://www.cnblogs.com/printhelloworld/p/6143502.html 阅读全文

posted @ 2017-06-17 20:00 木龙哥 阅读(619) 评论(0) 推荐(0) 编辑

2017年6月9日

Markdown语法(Github上README.md书写规范)

摘要: Markdown 的目标是实现「易读易写」,兼容HTML。 但是,在 HTML 区块标签间的 Markdown 格式语法将不会被处理。比如,你在 HTML 区块内使用 Markdown 样式的*强调*会没有效果。也就是说,Markdown 与HTML标签不能嵌套使用 标题 分隔符: 或 h1-h6 阅读全文

posted @ 2017-06-09 15:38 木龙哥 阅读(4493) 评论(0) 推荐(2) 编辑

2017年6月8日

SMTP Client

摘要: <system.net> <mailSettings> <smtp from="&quot;china&quot;service@china.com"> <network host="china.com" defaultCredentials="true"/> </smtp> </mailSetti 阅读全文

posted @ 2017-06-08 17:46 木龙哥 阅读(198) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页

导航