>>> import thisThe Zen of Python, by Tim PetersBeautiful is better than ugly.Explicit is better than implicit.Simple is better than complex.Complex is...
分类:
编程语言 时间:
2014-07-06 23:48:26
阅读次数:
303
一、Asp.net 自带Bundle的使用: 1. 在Globale中注册与配置 BundleConfig.RegisterBundles(BundleTable.Bundles);public class BundleConfig { // For more information on Bund...
分类:
Web程序 时间:
2014-07-06 21:32:28
阅读次数:
232
linux中tail命令---用于查看文件内容最基本的是cat、more和less。1. 如果你只想看文件的前5行,可以使用head命令,如:head -5 /etc/passwd2. 如果你想查看文件的后10行,可以使用tail命令,如:tail -2 /etc/passwd 或 tail -n ...
分类:
其他好文 时间:
2014-07-06 19:40:39
阅读次数:
161
linux的字符界面默认不支持中文,所以你显示中文和编辑中文往往会是乱码,今天小研究了一下。首先要明白的问题是,乱码问题其实最本质就是编码和解码不符合。 比如你往linux上传了一个中文文件,但是用cat 或者 more去看的时候发现是乱码。这是因为你的中文文件编码可能是utf-8,可能是GBK等等...
分类:
系统相关 时间:
2014-07-06 18:51:55
阅读次数:
250
Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words.For exampl...
分类:
其他好文 时间:
2014-07-06 16:06:45
阅读次数:
198
Basic Memory Management
基础内存管理
If you're writing an application for Mac OS X, you have the option to enable garbage collection. In general, this means that you don't have to think about memory management until you get to more complex cases.
如果你正在写运行在...
分类:
其他好文 时间:
2014-07-06 00:58:44
阅读次数:
275
不戚戚于贫贱,不汲汲于富贵 ---五柳先生Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dict.....
分类:
其他好文 时间:
2014-07-03 20:21:27
阅读次数:
225
要点:ldd 可以读取每个可以运行的程序依赖的 so 文件。 编译的时候提示需要Openssl库. 查看本机,已经安装了openssl 查看编译报错文件,查找Openssl所依赖的库 more objs/autoconf.err 查看openssl所依赖的库文件 ldd /usr/bin/opens...
分类:
其他好文 时间:
2014-07-03 19:16:43
阅读次数:
291
1.More和less命令的区别
More命令通常用于分屏显示文件内容,但只能向下翻页;less命令是more命令的改进 版,可以向下向上翻页,甚至可以前后左右移动。
2.简述web服务器配置过程中“一机多站”的含义?
所谓的“一机多站”指的就是在一台web服务器上,虚拟主机可以为多个独立的IP地址、域名或端口号提供不同的web站点。(如果此题分数较高可详答基于IP地址、域名...
分类:
系统相关 时间:
2014-07-03 17:36:13
阅读次数:
403
BACKGROUND OF THE INVENTION[0001] The present invention relates to communications and, more particularly, to systems and methods for exchanging small ...
分类:
其他好文 时间:
2014-07-02 14:46:26
阅读次数:
302