会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Shikyoh
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
21
下一页
2017年8月5日
Nginx配置 简单写了个
摘要: #user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; event
阅读全文
posted @ 2017-08-05 17:09 Shikyoh
阅读(288)
评论(0)
推荐(0)
2017年7月26日
WebApi与MVC Route 问题整理
摘要: 1. 为WebAPI添加 Area后,完成了CustomControllerSelector的制定。 跟踪WebAPI底层,整理WebAPI源码后发现几个问题: 1. 使用Area的controller 必须走CustomSelector的。建议。不然小问题特别多 2. 不要使用默认的Selecto
阅读全文
posted @ 2017-07-26 19:11 Shikyoh
阅读(742)
评论(0)
推荐(0)
2017年1月11日
SignalR 跨域解决方案全面
摘要: SignalR 分:PersistentConnection和Hub 2种模式。 跨域又分:UseCors和JsonP 2种方法 所以例子写了4种。 核心代码: UseCors Use JsonP Cross HUb 前端 Cross Connection 前端 JsonP HUb JsonP co
阅读全文
posted @ 2017-01-11 10:43 Shikyoh
阅读(14461)
评论(0)
推荐(2)
2017年1月10日
C# 真正完美的 汉字转拼音
摘要: 网上有很多说自己整理的汉字转拼音是完美的,但使用后才发现都是半吊的瓶子,问题多多。 常见的生僻字,或多音字识别,转换后简直让人感觉可怕。 主流的转换有三种:hash匹配,Npinyin,微软PinYinConverter。 但单用这三个,都没法做到完美,为什么没人考虑融合呢? 我的方案:Npinyi
阅读全文
posted @ 2017-01-10 16:58 Shikyoh
阅读(26900)
评论(3)
推荐(10)
2016年12月2日
css3 keyframes在yuicompressor下压缩问题
摘要: 1.方案一:把0%写为from to 方案二 把0%写为0.00% (试过0.0%都不行)
阅读全文
posted @ 2016-12-02 10:15 Shikyoh
阅读(314)
评论(0)
推荐(0)
2016年11月25日
写的一个Sass 和Compass的例子
摘要: /*1、打开项目根目录下的 config.rb 文件 2、搜索 line_comments 关键词,默认应该是 # line_comments = false 3、去掉前面的 #,保存 config.rb 4、重新执行 compass compile*/ /*请注意空格 $i:$i-1 和 $i: $i -1 与 $i:$i - 1 三个结果不同 */ /*定义变量 并使用!de...
阅读全文
posted @ 2016-11-25 13:10 Shikyoh
阅读(1197)
评论(0)
推荐(0)
2016年11月7日
css3 画圆记录
摘要: ...
阅读全文
posted @ 2016-11-07 15:58 Shikyoh
阅读(299)
评论(0)
推荐(0)
2016年10月13日
Lambda动态创建
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Linq.Expressions; namespace ExpressionToSql { public class Lambda...
阅读全文
posted @ 2016-10-13 14:56 Shikyoh
阅读(954)
评论(0)
推荐(0)
2016年9月26日
MongoDB 安装记录
摘要: 之前使用一直没记录,防再次掉坑,记录下 执行以上命令,确保文件夹存在 加密码 echo 开始 D:cd D:\Program Files\MongoDB\Server\3.2\bin mongod --install --serviceName MongoDBService --serviceDis
阅读全文
posted @ 2016-09-26 11:08 Shikyoh
阅读(172)
评论(2)
推荐(0)
2016年9月5日
Vue.JS 对比其他框架
摘要: 对比其它框架 Angular 选择 Vue 而不选择 Angular,有下面几个原因,当然不是对每个人都适合: 在 API 与设计两方面上 Vue.js 都比 Angular 简单得多,因此你可以快速地掌握它的全部特性并投入开发。 Vue.js 是一个更加灵活开放的解决方案。它允许你以希望的方式组织
阅读全文
posted @ 2016-09-05 09:14 Shikyoh
阅读(8552)
评论(2)
推荐(1)
上一页
1
2
3
4
5
6
7
8
9
···
21
下一页
公告