摘要: 关于默认路由的相关问题 阅读全文
posted @ 2017-02-21 15:43 Researcher 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 它们之间是什么关系,谁调用谁 阅读全文
posted @ 2017-02-21 15:42 Researcher 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Action和Fuc的区别,参数和具体用法 阅读全文
posted @ 2017-02-21 15:41 Researcher 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 我的版本是设置一个静态变量,判空为真就实例化一个对象,否则直接返回 如何改进?比如关于锁相关的 阅读全文
posted @ 2017-02-21 15:30 Researcher 阅读(563) 评论(0) 推荐(0) 编辑
摘要: 怎样保证线程安全 阅读全文
posted @ 2017-02-21 15:26 Researcher 阅读(1191) 评论(0) 推荐(0) 编辑
摘要: In some case, we found that when we execute the sql commands like truncate table, drop table, delete all records in table, join 2 tables, it will take 阅读全文
posted @ 2016-12-10 00:10 Researcher 阅读(136) 评论(0) 推荐(0) 编辑
摘要: If a table have column A and B Count(distinct A) as Da Count(distinct B) as Db Count(distinct A, B) as Dab The Da/Db<=Dab, this will be always true; 1 阅读全文
posted @ 2016-12-08 18:43 Researcher 阅读(118) 评论(0) 推荐(0) 编辑
摘要: If you don't have the permission to generate script according to an existing db, but you have the read permission for that db, if so you can use selec 阅读全文
posted @ 2016-12-01 16:02 Researcher 阅读(106) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/Redis http://www.jianshu.com/p/01b37cdb3f33 阅读全文
posted @ 2016-10-21 10:47 Researcher 阅读(784) 评论(0) 推荐(0) 编辑
摘要: When would I use Task.Yield()? http://stackoverflow.com/questions/22645024/when-would-i-use-task-yield In order to have a better understanding for abo 阅读全文
posted @ 2016-09-29 12:49 Researcher 阅读(79) 评论(0) 推荐(0) 编辑