ChenRonghua is eating ddChenRonghua is talking http://www.cnblogs.com/alex3714/articles/5213184.html ...
分类:
其他好文 时间:
2018-11-15 21:17:58
阅读次数:
155
原文:设置EntityFramework中decimal类型数据精度 EF中默认的decimal数据精度为两位数,当我们数据库设置的精度大于2时,EF将只会保留到2为精度。 1.解决方案一是网上找到常见的方法为重写DbContext的OnModelCreating方法: 但如果数据表多或者Decim ...
分类:
其他好文 时间:
2018-11-15 13:33:51
阅读次数:
1159
Koko loves to eat bananas. There are N piles of bananas, the i-th pile has piles[i] bananas. The guards have gone and will come back in H hours. Koko ...
分类:
其他好文 时间:
2018-11-10 19:15:15
阅读次数:
209
SBLP 2001 invited paper reprint from Proceedings of V Brazilian Symposium on Programming Languages(2001) B-14–B-28. [ps] The evolution of an extension ...
分类:
其他好文 时间:
2018-11-10 15:22:20
阅读次数:
125
Sliding window Hashset Loop through every element inside the string. If the current char is not inside the hashset, push the char into the hashset and ...
分类:
其他好文 时间:
2018-11-10 15:04:19
阅读次数:
189
Remember me功能就是勾选"记住我"后,一次登录,后面在有效期内免登录。 先看具体配置: pom文件: Security的配置: 上面的myUserDetailServiceImpl是自己实现的UserDetailsService接口,dataSource会自动读取数据库配置。过期时间设置的 ...
分类:
编程语言 时间:
2018-11-09 16:10:55
阅读次数:
437
1、概论 -- 来自维基的解释 /dev/null : 在类Unix系统中,/dev/null,或称空设备,是一个特殊的设备文件,它丢弃一切写入其中的数据(但报告写入操作成功),读取它则会立即得到一个EOF。在程序员行话,尤其是Unix行话中,/dev/null 被称为位桶(bit bucket)或 ...
分类:
系统相关 时间:
2018-11-05 10:13:19
阅读次数:
239
English: listening、speaking、reading、writing、translation 1. The more you sweat here, the less you'll bleed in battle. 2. You can finish the longest roa ...
分类:
其他好文 时间:
2018-11-03 02:24:42
阅读次数:
224