上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页
摘要: 使用技术:redis memcached httpruntime.cache 自定义静态字典等 缓存session共享 分布式开发 ico注入LinqToObject LinqToSQL LinqToXml EntityFramework 阿里负载均衡 单点登录 延迟加载 异步加载多线程 存储过程 阅读全文
posted @ 2017-11-30 10:38 刘小吉 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 在.Net Core中默认System.Text中不支持CodePagesEncodingProvider.Instance, System.Text.Encoding.CodePages.dll允许访问.Net Framework平台上不支持的编码提供程序。 更多参考: https://msdn. 阅读全文
posted @ 2017-11-21 10:19 刘小吉 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 场景重构 解决方案 参考 网址: https://stackoverflow.com/questions/10004697/calling-configureawait-from-an-asp-net-mvc-action 阅读全文
posted @ 2017-11-03 17:05 刘小吉 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 百度编辑器文档地址: http://fexteam.gz01.bdysite.com/ueditor/ http://ueditor.baidu.com/doc/ 七牛云文档地址:https://developer.qiniu.com/kodo/sdk/1237/csharp 微信支付文档:http 阅读全文
posted @ 2017-09-28 10:34 刘小吉 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 在配置文件设置不同版本的dll即可 配置文件如下 configuration 节点下面的 runtime 节点新增各个版本配置内容 dll 放在项目路径下面 dll sn -T <assemblyname.dll> C:\Program Files (x86)\MySQL\MySQL Connect 阅读全文
posted @ 2017-09-27 16:44 刘小吉 阅读(568) 评论(0) 推荐(0) 编辑
摘要: jquery实现 原生JS实现 阅读全文
posted @ 2017-09-22 11:22 刘小吉 阅读(930) 评论(0) 推荐(0) 编辑
摘要: BEGIN DECLARE ErrorCount int default 0 ; DECLARE CONTINUE HANDLER FOR SQLEXCEPTION SET ErrorCount = 1; SET @Temp = 0; WHILE @Temp <= 1000000 DO KILL @Temp; SET @T... 阅读全文
posted @ 2017-07-31 15:14 刘小吉 阅读(1225) 评论(0) 推荐(0) 编辑
摘要: 1.新建一个web网站应用程序 (最好是ASP.NET空Web应用程序) 2.通过NuGet扩展 引用 NuGet.Server包 引用之后的项目结构为 将此网站部署到IIS上,即可访问,既搭建好了 windows10 IIS 安装如图 然后将该网站部署到IIs 我们为此映射一个域名 www.you 阅读全文
posted @ 2017-07-06 14:56 刘小吉 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 基本用法 Json.Net是支持序列化和反序列化DataTable,DataSet,Entity Framework和Entity的。下面分别举例说明序列化和反序列化。 利用上面字符串进行反序列化 Entity序列化和DataTable一样,就不过多介绍了。 高级用法 1.忽略某些属性 2.默认值的 阅读全文
posted @ 2017-07-05 18:00 刘小吉 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 配置文件: 自定义节点名称 RedisSettings 配置类 RedisMappingConstants 属性类 阅读全文
posted @ 2017-06-23 10:53 刘小吉 阅读(1117) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页