参考资料:http://stackoverflow.com/questions/4958379/what-is-the-difference-between-null-and-system-dbnull-value http://www.cnblogs.com/muou/archive/2010/0 ...
分类:
数据库 时间:
2020-12-29 11:11:14
阅读次数:
0
程序员书库(ID:CodingBook)编译书单来自:https://www.quora.com/As-a-software-engineer-what-are-some-books-that-changed-the-way-you-code/answers/188842337BrianYoder是Moffatt和Nichol的首席软件架构师,从1976年开始就担任软件工程师,自1994年以来就担
分类:
其他好文 时间:
2020-12-22 13:07:41
阅读次数:
0
\(\Large\displaystyle \int_0^{\infty} \frac{(1-x^2)\arctan x^2}{1+4x^2+x^4}\, {\rm d}x\) Solution What comes to mind is to maybe write the integrand a ...
分类:
其他好文 时间:
2020-12-19 12:54:59
阅读次数:
1
One of the building blocks to implement containers is Linux namespaces. Namespaces control what a process can see. It can be the processes IDs, mount ...
分类:
移动开发 时间:
2020-12-11 12:32:59
阅读次数:
22
TMOS 史蒂文·艾维森 2013年4月20日 来源 https://packetpushers.net/what-the-heck-is-f5-networks-tmos/ 首先,也是为了清楚起见,F5 Network的流量管理操作系统(TMOS)不是单个操作系统。它是F5所有网络或流量(不是指数 ...
分类:
其他好文 时间:
2020-11-26 14:23:43
阅读次数:
4
SHA1 VS RSA: what's the difference between them? Fundamentally different. SHA1 is a hash algorithm, which is a one way function, turning an input of a ...
分类:
其他好文 时间:
2020-11-23 12:09:41
阅读次数:
4
1.What?反射是什么? 反射:无处不在,MVC,Webfrom,asp.net,ORM,IOC,AOP,几乎所有的框架都离不开反射,那么反射到底是什么? 我们写的代码,计算机要识别,需要二次编译,中间会经过编译器编译,得到dll,exe,再被JIT编译最终被计算机语言识别,执行,那dll,exe ...
长文《memcache核心技术点》阅读较低,重启1分钟系列,快消时代,碎片时间可能大家更喜欢短文,更喜欢技术实践类文章吧。画外音:说实话,技术思路类文章(WHY,HOW),比技术实践类(WHAT)更难写。如何能让自己的shell显得不那么业余?下面6点实践一定有用。画外音:本篇文章源自Google的一篇实践,抽取了部分1分钟能读完的内容,加入了一些分析。一、以下面的语句开场set-onounset
分类:
系统相关 时间:
2020-11-16 13:38:25
阅读次数:
17
初识设计模式 What is Design Patterns what is it Consist of History of Patterns Why shall we learn it Classification of patterns ...
分类:
其他好文 时间:
2020-11-12 13:55:33
阅读次数:
11
java是一门严格区分大小写的语言。 但是在Windows系统下,却有如下情况: 使用cmd命名编译执行此程序 由此可以发现,Windows系统中java编译器(javac)并没有严格区分大小写! what?什么情况?说话的严格区分大小写呢,为啥java编译器(javac)没有严格区分大小写,而ja ...
分类:
编程语言 时间:
2020-11-06 02:39:11
阅读次数:
27