码迷,mamicode.com
首页 >  
搜索关键字:castle    ( 291个结果
使用 DryIoc 替换 Abp 的 DI 框架
一、背景 你说我 Castle Windsor 库用得好好的,为啥要大费周章的替换成 "DryIoc" 库呢?那就是性能, "DryIoc" 是一款优秀而且轻量级的 DI 框架,整个项目代码就两个文件,加起来代码 1 万行左右(PS: 大部分都是注释)。 在各个 Ioc 容器的性能评测当中, "Dr ...
分类:其他好文   时间:2018-11-20 10:25:02    阅读次数:170
CodeForces 985D Sand Fortress
Description You are going to the beach with the idea to build the greatest sand castle ever in your head! The beach is not as three dimensional as you ...
分类:其他好文   时间:2018-11-18 14:17:43    阅读次数:189
.net AOP Castle.Core
参考资料:http://www.cnblogs.com/zuowj/p/7501896.html 1、通过NuGet下载Castle.Core 2、创建代理类并继承StandardInterceptor 参考代码如下 using Castle.DynamicProxy; using System; ...
分类:Web程序   时间:2018-11-15 18:33:07    阅读次数:269
aop 和castle 的一些小 建议
https://www.cnblogs.com/zhaogaojian/p/8360363.html ...
分类:其他好文   时间:2018-11-14 12:38:40    阅读次数:166
java/消息摘要算法&数字签名
一。消息摘要算法 常用摘要算法: 以下 (HEX)内容:bc指Bouncy Castle | cc指:Apache commons Codec 1。消息摘要算法MD5及MD族(MD2,MD4) 消息摘要算法应用: MD算法实现: 2。消息摘要算法SHA(安全散列算法) SHA算法实现: public ...
分类:编程语言   时间:2018-11-04 14:17:31    阅读次数:339
p1457 The Castle
原图找最大的房间及房间数很容易。然后从左下到右上找拆的位置。拆掉再bfs一次找面积。 ...
分类:其他好文   时间:2018-10-20 16:16:53    阅读次数:146
AOP原理解析及Castle、Autofac、Unity框架使用
转自:https://www.cnblogs.com/neverc/p/5241466.html AOP介绍 面向切面编程(Aspect Oriented Programming,英文缩写为AOP),通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术。 AOP是OOP的延续,是软件开发中 ...
分类:编程语言   时间:2018-09-19 19:58:24    阅读次数:267
前缀和瞎搞下
题目奉上: It's the end of July – the time when a festive evening is held at Jelly Castle! Guests from all over the kingdom gather here to discuss new tren ...
分类:其他好文   时间:2018-09-18 19:16:28    阅读次数:237
ACM-ICPC 2018 焦作赛区网络预赛 B. Mathematical Curse << DP
A prince of the Science Continent was imprisoned in a castle because of his contempt for mathematics when he was young, and was entangled in some math ...
分类:其他好文   时间:2018-09-16 16:03:42    阅读次数:206
ACM-ICPC 2018 焦作赛区网络预赛 B题 Mathematical Curse
A prince of the Science Continent was imprisoned in a castle because of his contempt for mathematics when he was young, and was entangled in some math ...
分类:其他好文   时间:2018-09-15 20:08:54    阅读次数:279
291条   上一页 1 ... 3 4 5 6 7 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!