No matter how hard the past is, you can always begin again. 不管过去有多么困难,你都可以重新开始。 Honestly, I don't agree with your opinion, I think it is just a toxic ...
分类:
其他好文 时间:
2018-01-20 22:42:02
阅读次数:
177
本篇内容大多总结自张开涛的《跟我学Shiro》原文地址:http://jinnianshilongnian.iteye.com/blog/2018936 我并没有全部看完,只是选择了一部分对我来说急需在项目中使用的知识加以学习。并且对于大多数第一次接触Shiro的同学来说,掌握这些也应该足够了。 一 ...
分类:
其他好文 时间:
2018-01-18 13:34:12
阅读次数:
150
阅读目录 基于面向对象设计一个对战游戏 基于面向对象设计一个对战游戏 定义锐雯类: class Riven: camp='Noxus' def __init__(self,nickname, aggressivity=54, life_value=414, money=1001, armor=3): ...
分类:
其他好文 时间:
2018-01-17 23:34:28
阅读次数:
203
这里我们自定义一个IServiceCollection的扩展,例如下面我的扩展 添加了对数据库连接字符串设置,当然你也可以设置更多的参数,委托等等,这里简单演示下自定义dapper下的数据库访问,下面是扩展设置 这里DI相关的数据库访问类,这里最终要的一点就是我们在startup中设置的连接的字符串 ...
分类:
移动开发 时间:
2018-01-17 18:28:01
阅读次数:
1295
创建型抽象工厂模式 http://www.cnblogs.com/java-my-life/archive/2012/03/28/2418836.html工厂方法 http://www.cnblogs.com/java-my-life/archive/2012/03/25/2416227.html建 ...
分类:
编程语言 时间:
2018-01-17 00:56:12
阅读次数:
156
类命名空间与对象、实例的命名空间 创建一个类就会创建一个类的名称空间,用来存储类中定义的所有名字,这些名字称为类的属性 而类有两种属性:静态属性和动态属性 静态属性就是直接在类中定义的变量 动态属性就是定义在类中的方法 其中类的数据属性是共享给所有对象的 而类的动态属性是绑定到所有对象的 创建一个对 ...
分类:
其他好文 时间:
2018-01-16 18:40:43
阅读次数:
206
In our daily life we often use 233 to express our feelings. Actually, we may say 2333, 23333, or 233333 ... in the same meaning. And here is the quest ...
分类:
其他好文 时间:
2018-01-12 22:39:19
阅读次数:
239
n computer science, reflection is the ability of a computer program to examine, introspect, and modify its own structure and behavior at runtime.[1] A ...
分类:
其他好文 时间:
2018-01-12 20:28:23
阅读次数:
213
Champions have the courage to keep turning the pages because they know a better chapter lies ahead. 冠军有不断翻页的勇气,因为他们知道下一个章节会更好。 There is an effect of a ...
分类:
其他好文 时间:
2018-01-12 11:34:28
阅读次数:
139
https://mapr.com/blog/real-time-credit-card-fraud-detection-apache-spark-and-event-streaming/ Editor's Note: Have questions about the topics discussed ...
分类:
Web程序 时间:
2018-01-09 22:16:42
阅读次数:
293