书写可维护的代码(Writing Maintainable Code )可维护的代码意味着:可读的一致的可预测的看上去就像是同一个人写的已记录最小全局变量(Minimizing Globals)每个JavaScript环境有一个全局对象,当你在任意的函数外面使用this的时候可以访问到。你创建的每一...
分类:
其他好文 时间:
2014-10-24 18:42:35
阅读次数:
167
from sys import argvscript, filename = argvprint "We're going to erase %r." % filename print "If you don't want that, hit CTRL-C (^C)." print "If you ...
分类:
其他好文 时间:
2014-10-23 22:34:53
阅读次数:
298
题目:George M.Whitesides. Whitesides' Group: Writing a Paper.要点:论文是研究的中心。如果你的研究没有产出论文,就等于什么都没做。你的目标是阐明并且测试你的假设,并从这些测试中得出结论。论文可以帮助你做研究计划。理解论文的目的和形式对于组织和引...
分类:
其他好文 时间:
2014-10-22 14:30:14
阅读次数:
231
1,确认是否启动了服务OracleOraDb11g_home1TNSListener、OracleServiceORCL2,使用orcl的net manager查看一下监听程序配置有没有问题,若果没有问题则3, cmd-》sqlplus"/assysdba" 若显示Writing audit r.....
分类:
其他好文 时间:
2014-10-21 16:57:49
阅读次数:
172
I like to joke that I am who I am today because I did everything wrong in my 20's. I've always been fearless, and it often got me in trouble. I wasn't afraid to start
a business, borrow a bunch of m...
分类:
其他好文 时间:
2014-10-20 23:27:46
阅读次数:
577
Activity之间通过Intent传递值,支持基本数据类型和String对象及它们的数组对象byte、byte[]、char、char[]、boolean、boolean[]、short、short[]、int、int[]、long、long[]、float、float[]、double、double[]、String、String[],还有实现Serializable、Parcelable接口...
分类:
移动开发 时间:
2014-10-20 17:21:43
阅读次数:
264
最近又把volley拿出来整理了下。之前没有遇到过的一些小问题又来了,在此记录下:
1、HttpUrlConnection DELETE 方式无法添加body的问题:java.net.ProtocolException: DELETE does not support writing
2、关于(修改)volley的缓存...
分类:
移动开发 时间:
2014-10-19 21:27:55
阅读次数:
216
Preface "The code is more what you’d call guidelines than actual rules" – truer words were never spoken. It’s important when writing code to understa....
分类:
其他好文 时间:
2014-10-18 16:43:43
阅读次数:
189
In Java it is possible to restrict access to specific functions like reading/writing files and system properties, thread control, networking, object s...
分类:
数据库 时间:
2014-10-18 01:54:36
阅读次数:
451
Writing DataYou may want to jump right in and start throwing data into your TSD, but to really take advantage of OpenTSDB's power and flexibility, you...
分类:
数据库 时间:
2014-10-17 00:28:03
阅读次数:
667