上一页 1 2 3 4 5 6 ··· 12 下一页
  2016年4月12日
摘要: 公司里Nihibernate代码用的ICriteria 方式,但是要一些过滤条件希望用表达式实现,找了一下System.Linq.Dynamic ,不过文档只有动态代理Where,OrderBy,Select ,当然Nhibernate.linq有Linq方式,但是Linq方式和ICriteria 阅读全文
posted @ 2016-04-12 15:04 聪明的大熊 阅读(434) 评论(0) 推荐(0) 编辑
摘要: http://dynamiclinq.codeplex.com/ 10万回 用动态表达式 0.19s ,普通Lamba 0.02s,效率还可以 阅读全文
posted @ 2016-04-12 14:57 聪明的大熊 阅读(1389) 评论(0) 推荐(0) 编辑
  2016年4月1日
摘要: nuget地址 https://www.nuget.org/packages/Jint/ github上源代码 https://github.com/sebastienros/jint 阅读全文
posted @ 2016-04-01 14:10 聪明的大熊 阅读(625) 评论(0) 推荐(0) 编辑
  2016年3月29日
摘要: https://github.com/tjanczuk/edge 运行的时候会报 System.DllnotfoundException 无法加载node.dll,要把\packages\Edge.js.4.0.0\content\下edge目录复制到运行环境下。 nuget自己不会复制这个目录。 阅读全文
posted @ 2016-03-29 19:20 聪明的大熊 阅读(2362) 评论(0) 推荐(0) 编辑
  2016年2月29日
摘要: https://github.com/chokcoco/jQuery- 阅读全文
posted @ 2016-02-29 10:32 聪明的大熊 阅读(160) 评论(0) 推荐(0) 编辑
  2016年1月15日
摘要: cd /d %~dp0注册服务的bat要用到,普通的执行没关系,但是用“管理员角色”执行,默认的起始目录会到 c:\windows\system 下,用上面一句可以回到当前执行bat的目录 阅读全文
posted @ 2016-01-15 11:40 聪明的大熊 阅读(224) 评论(0) 推荐(0) 编辑
  2016年1月12日
摘要: using System;using NLog;using System.Web.Optimization; [assembly: WebActivatorEx.PreApplicationStartMethod(typeof(Penseesoft.Web.Setting.App_Start.... 阅读全文
posted @ 2016-01-12 09:46 聪明的大熊 阅读(1017) 评论(0) 推荐(0) 编辑
  2015年11月9日
摘要: 阅读全文
posted @ 2015-11-09 16:20 聪明的大熊 阅读(470) 评论(0) 推荐(0) 编辑
  2015年8月13日
摘要: /* User: Peter Date: 2015/8/10 Time: 19:54 */ using System;using System.Linq;using System.Collections;using System.Col... 阅读全文
posted @ 2015-08-13 17:05 聪明的大熊 阅读(482) 评论(0) 推荐(0) 编辑
  2015年7月8日
摘要: TortoiseSvn是好的命令行svn 的时候 有问题 ,也加了--no-auth-cache --non-interactive参数svn list 地址选下p 就好。http://stackoverflow.com/questions/3147660/server-certificate-ve... 阅读全文
posted @ 2015-07-08 11:44 聪明的大熊 阅读(4688) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页