IBM Notes (formerly Lotus Notes) is a corporate email and database collaboration tool. It’s still popular and widely used, and at the time of writing is now up to version 9.0. Unfortunately IBM h...
分类:
系统相关 时间:
2015-11-13 15:58:36
阅读次数:
586
最近花了一些时间看了这本书,书名是《Writing Clean Code ── Microsoft Techniques for Developing Bug-free C Programs》这里主要总结了一些里面的编程思想。为空语句加上NULL当需要使用空语句的时候,最好写上NULL, 比如:if...
分类:
其他好文 时间:
2015-11-12 23:30:55
阅读次数:
277
Get up too late10:30-12:00 school information3:00-4:20 hand writing paper4:20-6:00 computer configuration wast a lot time7:00-8:00 have an hour code8:...
分类:
其他好文 时间:
2015-11-12 23:29:09
阅读次数:
236
Convenient method to find one item in an array, avoid writing and for + if:let arys = [1,,5,,6] ;let target = 6;let res = arys.find(item => item === t...
分类:
其他好文 时间:
2015-11-12 06:30:05
阅读次数:
171
IntroductionWhy an article on "colors"? It's the same question I asked myself before writing this series.The fact is, in .NET, there are only two colo...
分类:
编程语言 时间:
2015-11-09 17:00:07
阅读次数:
437
译自:http://net.tutsplus.com/tutorials/html-css-techniques/top-15-best-practices-for-writing-super-readable-code/译者:蒋宇捷 一月两次,我们重温Nettuts历史上读者最喜欢的文章。 ...
分类:
其他好文 时间:
2015-11-03 14:52:33
阅读次数:
177
/* socklib.c * This file contains functions used lots when writing internet Client/Server programs. The two main function here are: * -------int make_...
分类:
其他好文 时间:
2015-10-26 01:53:34
阅读次数:
282
python+Eclipse+pydev环境搭建http://www.cnblogs.com/Bonker/p/3584707.html简明Python教程http://hetland.org/writing/instant-python.htmlHow to sortinghttps://wiki...
分类:
编程语言 时间:
2015-10-16 18:27:48
阅读次数:
145
Over the next months I intend on writing a series of posts about the (many) extensibility points from WCF (up to .NET Framework 4.0). The cadence should be around one new post every 1-2 weeks (depe...
分类:
其他好文 时间:
2015-10-16 10:17:01
阅读次数:
287
Writing .d.ts files When using an external JavaScript library, or new host API, you‘ll need to use a declaration file (.d.ts) to describe the shape of that library. This guide covers a few high-lev...
分类:
其他好文 时间:
2015-10-08 10:42:17
阅读次数:
385