1 1. Remember: you are writing for an expert. Cross out all that is trivial or routine. 2 3 2. Avoid repetition: do not repeat the assumptions of a t....
分类:
其他好文 时间:
2015-11-24 12:57:13
阅读次数:
209
select t9.region_name 区,(select region_name from crm_region r1 where r1.region_id=t9.parent_id) 市,(select region_name from crm_region r1 where r1.regi...
分类:
其他好文 时间:
2015-11-19 18:47:34
阅读次数:
165
之所以要写timestamp的随笔,是因为之前对它的理解存在误区,so. I have to remind myself by writing this informal essay.微软文档链接:https://msdn.microsoft.com/zh-cn/library/ms182776.a...
分类:
其他好文 时间:
2015-11-18 10:30:26
阅读次数:
152
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
51CT0不支持MarkDown,原文请至:简书关键字:ContextMenu##背景我们经常在列表的页面中,点击列表中的行,一般进入详情页面,长按列表中一行,会弹出一个菜单,包含了对某一行的操作(编辑、删除等等),也知道通常的用法:-0x01.在Activity中注册需要上下文菜单的View:`regi..
分类:
其他好文 时间:
2015-11-04 19:48:58
阅读次数:
243
译自: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