摘要: xxxxxx-ThinkPad-X201s:~$ cat /proc/cpuinfoprocessor : 0 #系统中逻辑处理核的编号,逻辑CPU个数 1个vendor_id : GenuineIntel #CPU制造商 因特尔”原厂cpu family : 6 #CPU产品系列代号model : 阅读全文
posted @ 2017-04-03 10:45 forwhy 阅读(6772) 评论(1) 推荐(0) 编辑
摘要: 安装过程中出现mysql数据库无法连接的问题的解决方案: 在网上下载mysql-connector-java-5.1.39-bin.jar 放入到data-integreation/lib中去,然后重启kettle,再连接数据库,成功。 某园友分享两个例子,非常适合入门学习。 http://www. 阅读全文
posted @ 2016-05-26 19:03 forwhy 阅读(260) 评论(0) 推荐(0) 编辑
摘要: LDAP是轻量目录访问协议 pip install ldapDownloading/unpacking ldap Could not find any downloads that satisfy the requirement ldapCleaning up...No distributions 阅读全文
posted @ 2016-05-25 09:54 forwhy 阅读(4197) 评论(0) 推荐(0) 编辑
摘要: python -m pip install -U pip python升级pip pip install --upgrade pip pip 升级自身,与上面操作结果一样 pip freeze 列出当前使用的python的所有库 pip install -r requirements.txt 安装所 阅读全文
posted @ 2016-05-25 09:45 forwhy 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1.熟练掌握数门语言 2.熟练掌握一个平台 3.熟练掌握,理解算法和数据结构 4.掌握编译原理 ,操作系统,网络,图形,数据库等专业知识。 阅读全文
posted @ 2016-05-23 11:53 forwhy 阅读(189) 评论(0) 推荐(0) 编辑
摘要: # 客户端配置 # 使用client用户登录并进入家目录 # cd /home/client # 建立认证公钥和私钥 # ssh-keygen -t rsa (会有提示输入密码,直接回车即可) # 之后会在家目录下建立 .ssh 文件夹,内有id_rsa(私钥)和id_rsa.pub(公钥)两个文件 阅读全文
posted @ 2016-05-12 11:11 forwhy 阅读(477) 评论(0) 推荐(0) 编辑
摘要: import warnings warnings.filterwarnings("ignore") # 如果没有此行代码,则会出现警告提示: UserWarning: Discarded range with reserved name warnings.warn("Discarded range 阅读全文
posted @ 2016-04-07 12:09 forwhy 阅读(1720) 评论(0) 推荐(0) 编辑
摘要: PK: primary key (column is part of a pk) 主键 NN:not null (column is nullable) 非空 UQ:unique (column is part of a unique key) 唯一 BIN:binary (if dt is a b 阅读全文
posted @ 2016-02-18 14:03 forwhy 阅读(1469) 评论(0) 推荐(0) 编辑
摘要: sudo add-apt-repository ppa:nilarimogard/webupd8sudo apt-get updatesudo apt-get install ap-hotspotsudo ap-hotspot configure(will set wifi name and wif... 阅读全文
posted @ 2015-09-21 12:34 forwhy 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 零成本实现web自动化测试 阅读全文
posted @ 2015-09-20 09:50 forwhy 阅读(148) 评论(0) 推荐(0) 编辑