Z.ZHANG 3 月 27, 2016 1 min read Python实战之(二)-“内涵段子”爬虫 项目设计目标:设计简单爬虫,爬取内涵段子网站页面,并将段子显示在终端里,每按一次回车输出一个段子。 本项目Gi… Read more...
Z.ZHANG 3 月 27, 2016 1 min read Ubuntu下Pycharm的安装与快捷方式 一、去IntelliJ官网下载Pycharm,最新版本2016.1 二、将压缩文件放到Ubuntu合适目录下解… Read more...
Z.ZHANG 11 月 2, 2015 1 min read Qt系列之(一):项目上手初体验 环境:Windows 7 64bit + Qt 5.5.1 & Mac OSX EI Capitan … Read more...
Z.ZHANG 10 月 29, 2015 1 min read SQL Server 2014安装完全手册 /*软件下载地址:http://msdn.itellyou.cn/ *SQL Server 2014 Mana… Read more...
Z.ZHANG 10 月 19, 2015 1 min read 解决Ubuntu中vi不能正常使用问题 ubuntu中vi在编辑状态下方向键不能用,还有回格键不能删除等我们平时习惯的一些键都不能使用。 解决办法: … Read more...
Z.ZHANG 9 月 6, 2015 1 min read C语言-不使用第三变量交换a、b 第一种方法,最老套通俗易懂的方法 #include <stdio.h> int main(){ … Read more...