摘要: object objRet = Delegate.CreateDelegate(typeof(Func), inst, "HelloWorld") .DynamicInvoke(Guid.NewGuid(), 2009); 阅读全文
posted @ 2018-01-23 11:29 百小僧 阅读(1201) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000010694926 阅读全文
posted @ 2018-01-22 09:25 百小僧 阅读(376) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-12-27 08:50 百小僧 阅读(1) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/jaycewu/p/7733114.html 阅读全文
posted @ 2017-10-26 09:21 百小僧 阅读(1500) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/ThenDog/p/7623720.html 阅读全文
posted @ 2017-10-11 09:04 百小僧 阅读(329) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/stulzq/p/7606164.html 阅读全文
posted @ 2017-09-29 08:56 百小僧 阅读(251) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/stulzq/p/6121576.html 阅读全文
posted @ 2017-09-21 11:52 百小僧 阅读(452) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/mushroom/p/4067037.html 阅读全文
posted @ 2017-09-09 11:28 百小僧 阅读(220) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/jianxuanbing/p/7242254.html http://www.cnblogs.com/jianxuanbing/p/7199457.html 解决应用程序第一次很慢:http://www.jb51.net/article/110492.h 阅读全文
posted @ 2017-08-14 11:08 百小僧 阅读(364) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/eggTwo/p/4425269.html 阅读全文
posted @ 2016-11-16 18:29 百小僧 阅读(400) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/LibraThinker/p/5948448.html http://www.cnblogs.com/LibraThinker/p/5981346.html http://www.cnblogs.com/LibraThinker/p/5992177.ht 阅读全文
posted @ 2016-10-20 16:54 百小僧 阅读(360) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/woshinia/article/details/18664903 https://developer.mozilla.org/zh-CN/docs/Web/API/Document/execCommand 阅读全文
posted @ 2016-10-13 13:20 百小僧 阅读(333) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/best/p/5909023.html 阅读全文
posted @ 2016-10-08 18:04 百小僧 阅读(239) 评论(0) 推荐(0) 编辑
摘要: select name from sysobjects where xtype in ('U','V') select name = s.name +'.'+ t.name from sys.tables t , sys.schemas s where t.schema_id = s.schema_id 阅读全文
posted @ 2016-09-25 16:40 百小僧 阅读(867) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/best/p/5876596.html 阅读全文
posted @ 2016-09-20 14:55 百小僧 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 命名规则 后端命名(统一采用[前缀]骆驼命名) 所有类都必须以首字母大写开头 接口必须以I开头 业务逻辑或业务接口必须以Services结尾 数据仓储或仓储接口必须以Repository结尾 所有特效必须以Attribute结尾 所有过滤器必须以Filter结尾 关于全局配置类必须以Config结尾 阅读全文
posted @ 2016-09-09 18:41 百小僧 阅读(959) 评论(0) 推荐(0) 编辑
摘要: @RenderBody 在Razor引擎中没有了“母版页”,取而代之的是叫做“布局”的页面(_Layout.cshtml)放在了共享视图文件夹中。在这个页面中,会看到标签里有这样一条语句: 其实它的作用和母版页中的服务器控件类似,当创建基于此布局页面的视图时,视图的内容会和布局页面合并,而新创建视图 阅读全文
posted @ 2016-09-04 14:54 百小僧 阅读(7303) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-09-04 01:12 百小僧 阅读(496) 评论(1) 推荐(5) 编辑
摘要: 分类标题 阅读全文
posted @ 2016-08-30 12:44 百小僧 阅读(724) 评论(3) 推荐(2) 编辑
摘要: 1、博客园 2、CSDN 3、GitHub 4、开源中国 5、推酷 6、Stack Overflow 7、PHP100 8、W3CSchool 9、WEB前端开发(CSS88.com) 10、51CTO 11、极客学院 12、慕课网 13、腾讯教育 14、红黑联盟 15、IT之家 16、IT天空 1 阅读全文
posted @ 2016-08-26 11:53 百小僧 阅读(898) 评论(0) 推荐(0) 编辑
摘要: 1、ThinkPHP 2、Yii2 3、Laravel 4、CodeIgniter 5、CakePHP 阅读全文
posted @ 2016-08-26 03:39 百小僧 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 1、Chrome 2、Firefox 3、Avant Browser 4、遨游浏览器 5、QQ浏览器 阅读全文
posted @ 2016-08-26 03:36 百小僧 阅读(455) 评论(0) 推荐(0) 编辑
摘要: 1、Adobe Photoshop 2、Adobe Illustrator 3、CorelDraw 4、ProcessOn 5、墨刀 6、Axure RP Pro 阅读全文
posted @ 2016-08-26 03:33 百小僧 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 1、看云 2、简书 阅读全文
posted @ 2016-08-26 03:33 百小僧 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 1、NotePad++ 2、Visual Studio Code 3、Visual Studio 2015 4、SQL Server 2014 Management Studio 5、SQLiteStudio 6、HBuilder 7、Navicat for MySQL 8、WampServer 9 阅读全文
posted @ 2016-08-26 03:31 百小僧 阅读(536) 评论(0) 推荐(1) 编辑
摘要: 1、百度脑图 2、ProcessOn 3、有道云笔记 4、百度网盘 5、Everything 6、GreenVPN 7、WPS 8、KK录像机 9、屏幕录制专家 10、有道词典 阅读全文
posted @ 2016-08-26 03:22 百小僧 阅读(535) 评论(0) 推荐(0) 编辑
摘要: 1、Git 2、Github 3、GitLab 4、码云 5、Gogs 阅读全文
posted @ 2016-08-26 03:18 百小僧 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 1、Animate.css 2、Hover.css 3、jQuery 4、WebUpload 5、UEditor 6、KindEditor 7、Fancybox 8、Layer 9、Tppl.js 10、Validform.js 11、FullAvatarEditor 12、My97DatePick 阅读全文
posted @ 2016-08-26 03:06 百小僧 阅读(2312) 评论(0) 推荐(0) 编辑
摘要: 基础 DOM 载入HTML 模板引擎 属性 常量 事件 API方法 语法糖 打开沉浸式Frame 过滤器 高级用法 api初始化 模块引入 解决openWin切换性能 更新记录 项目地址 开源中国:https://git.oschina.net/baisoft_org/Hui-2.x 文档地址 官方 阅读全文
posted @ 2016-08-24 18:17 百小僧 阅读(5986) 评论(8) 推荐(9) 编辑
摘要: 1、Hangfire 2、Lucene.Net 3、Log4Net 4、Quartz.Net 5、Autofac 6、SqlSugar 7、NPOI 8、Senparc.Weixin.MP 9、AutoMapper 10、RazorEngine 11、FluentValidation 12、Sign 阅读全文
posted @ 2016-08-24 01:05 百小僧 阅读(2503) 评论(1) 推荐(3) 编辑