摘要:
https://rhinstaller.github.io/anaconda/intro.html https://github.com/rhinstaller/pykickstart/blob/master/docs/kickstart docs.rst 台湾鸟哥写的文档 http://linux 阅读全文
posted @ 2016-04-28 16:05
北京涛子
阅读(1301)
评论(0)
推荐(0)
摘要:
https://rhinstaller.github.io/anaconda/intro.html https://github.com/rhinstaller/pykickstart/blob/master/docs/kickstart docs.rst 台湾鸟哥写的文档 http://linux 阅读全文
posted @ 2016-04-28 16:05
北京涛子
阅读(1301)
评论(0)
推荐(0)
摘要:
BIO: 一个线程处理一个请求。缺点:并发量高时,线程数较多,浪费资源。 Tomcat7或以下,在Linux系统中默认使用这种方式。 NIO: 利用Java的异步IO处理,可以通过少量的线程处理大量的请求。 Tomcat8在Linux系统中默认使用这种方式。 Tomcat7必须修改Connector 阅读全文
posted @ 2016-04-28 11:30
北京涛子
阅读(156)
评论(0)
推荐(0)
摘要:
import hashlib import os 简单的测试一个字符串的MD5值 使用update 一个小文件的MD5值 大文件的MD5值 阅读全文
posted @ 2016-04-25 17:13
北京涛子
阅读(337)
评论(0)
推荐(0)
摘要:
http://blogs.plexibus.com/2009/01/15/rest esting with curl/ 阅读全文
posted @ 2016-04-21 12:29
北京涛子
阅读(176)
评论(0)
推荐(0)
摘要:
区别 1) urllib2可以接受一个Request类的实例来设置URL请求的headers,urllib仅可以接受URL。这意味着,用urllib时不可以伪装User Agent字符串等。 2) urllib提供urlencode方法用来encode发送的data,而urllib2没有。这是为何u 阅读全文
posted @ 2016-04-20 11:42
北京涛子
阅读(1129)
评论(0)
推荐(0)
摘要:
c语言ioctl定义的常量 /usr/include/x86_64 linux gnu/bits/ioctls.h 阅读全文
posted @ 2016-04-13 17:02
北京涛子
阅读(1241)
评论(0)
推荐(0)
摘要:
http://www.dell.com/Support/Article/us/en/19/HOW10832 Setting a management IP address A reachable IP address is needed to manage the switch when not u 阅读全文
posted @ 2016-04-08 12:20
北京涛子
阅读(308)
评论(0)
推荐(0)
摘要:
https://gist.github.com/wrunk/1317933 pxe centos 6 ks centos 6 bash kickstart lang en_US.UTF 8 keyboard us timezone Asia/Shanghai auth enableshadow pa 阅读全文
posted @ 2016-04-07 14:17
北京涛子
阅读(1677)
评论(0)
推荐(0)
摘要:
初始化 class Admin(app=None, name=None, url=None, subdomain=None, index_view=None, translations_path=None, endpoint=None, static_url_path=None, base_temp 阅读全文
posted @ 2016-04-05 11:28
北京涛子
阅读(570)
评论(0)
推荐(0)
摘要:
```
# create a new repository on the command line echo "# teamworkflow" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/liujitao/teamwork... 阅读全文
posted @ 2016-03-18 10:21
北京涛子
阅读(140)
评论(0)
推荐(0)
|