码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
ubuntu之~/.dircolors攻略
生成~/.dircolors dircolors?-p?>?~/.dircolors 鉴于蓝色在terminator很难看,修改目录颜色和777文件夹颜色: sed?-ie?‘s/DIR?01;34/DIR?01;33/g‘?~/.dircolors sed?-ie?‘s/OTHER_WRITABLE?34;42/OTHER...
分类:系统相关   时间:2014-10-12 08:48:58    阅读次数:213
A Simple MVC Framework With Node and Express
I love frameworks. As soon as I dropped my programmer’s ego and learned to embrace well conceived conventions over configuration my development and deployment times felt the benefit. On the other...
分类:Web程序   时间:2014-10-11 23:13:17    阅读次数:422
几行代码实现unix管道风格的函数调用
用过linux的基本知道它的管道,是将一个程序或命令的输出作为另一个程序或命令的输入. 废话少说,下面我们看用python怎么实现unix管道风格的函数调用. #coding=utf-8 class Pipe: def __init__(self, func): self.func = func def __ror__(self, other): ...
分类:其他好文   时间:2014-10-11 20:20:36    阅读次数:184
oc(object-c)知识汇总(持续更新)
判断某个类是否实现了某方法:A *a =[[A alloc] autorelease];if([a respondsToSelector:@selector(methodName)]){//do something}else{//do other something}
分类:其他好文   时间:2014-10-11 15:26:05    阅读次数:191
Charles-很好用的WEB DUBUGGING工具
Charles-很好用的WEB DUBUGGING工具 ABOUT CHARLES Charles is a web proxy (HTTP Proxy / HTTP Monitor) that runs on your own computer. Your web browser (or any other Internet application) is then conf...
分类:Web程序   时间:2014-10-11 13:57:35    阅读次数:180
每日一“酷”之textwrap
介绍:需要美观打印时,可以使用textwrap模块来格式化要输出的文本,这个模块允许通过编程提高类似段落自动换行或填充特性等功能。1 创建实例数据1 sample_text = '''2 I’m very happy and I like to make friends with other...
分类:其他好文   时间:2014-10-10 04:10:53    阅读次数:219
Concurrency
The real problem with concurrency occurs when tasks that are executing in parallel begin to interface with each other. This can happen in such a subtl...
分类:其他好文   时间:2014-10-10 01:52:23    阅读次数:167
php显示几天前时间函数
/** * 友好的时间显示 * * @param int $sTime 待显示的时间 * @param string $type 类型. normal | mohu | full | ymd | other * @param string $a...
分类:Web程序   时间:2014-10-09 14:55:43    阅读次数:228
DELPHI WEBSERVICE
一、服务程序1.依次选择 NEW -> OTHER -> WEB SERVICE -> SOAP SERVER APPLICATION -> ISAPI DYNAMIC LINK LIBRARY2.弹出对话框 “CREATE INTERFACE FOR SOAP MODULE?” 选YES3.IDE...
分类:Web程序   时间:2014-10-09 14:20:34    阅读次数:304
关于window7下的apache+php+mysql的配置
首先进入apache官网http://httpd.apache.org/download.cgi选择要下载的版本点击Other files点击binaries/选择win32/就可以下载到msi的文件了,openssl表示可以使用https协议,no表示不可以
分类:数据库   时间:2014-10-09 12:50:03    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!