本章例程 程序1.1 重排字符 本章问题 1.C is a free-form languague,which means that there are no rules regarding how programs must look.Yet the sample program followed ...
分类:
其他好文 时间:
2016-11-05 20:27:41
阅读次数:
186
pymsql是Python中操作MySQL的模块,其使用方法和MySQLdb几乎相同。 1. 安装 管理员打开cmd,切换到python的安装路径,进入到Scripts目录下(如:C:\Users\Administrator\AppData\Local\Programs\Python\Python3 ...
分类:
数据库 时间:
2016-11-04 01:58:51
阅读次数:
331
在ubuntu环境中每次使用pycharm需要到它的安装目录中执行./pycharm.sh来启动pycharm。比较麻烦,既然ubuntu提供了桌面环境我们应该从分利用。哈哈哈。。。 上干货 我的pycharm安装目录是~/programs/pycharm-2016.2.3 1 执行以下命令 2 在 ...
分类:
系统相关 时间:
2016-10-30 16:51:50
阅读次数:
550
今天尝试用Valgrind调试程序时,发现堆和栈的一些问题没有理解透彻,于是Google了下"Memory Layout C",接着就通过Memory Layout of C Programs以及Anatomy of a Program in Memory复习了以前的一些知识点并且学习了一些新的点, ...
分类:
其他好文 时间:
2016-10-28 03:47:17
阅读次数:
187
视频:http://www.tudou.com/programs/view/sPU71j0LGtE/教程:http://www.hangge.com/blog/cache/detail_1145.html1,安装Node.js :下载地址:https://nodejs.org 注意下载 检测安装:n ...
分类:
移动开发 时间:
2016-10-25 14:05:12
阅读次数:
356
Linking to C/C++ in Protected Mode Programs written for x86 processors running in Protected mode can sometimes have bottlenecks that must be optimized ...
分类:
编程语言 时间:
2016-10-25 02:20:36
阅读次数:
308
配置jdk环境遇到的问题: 在使用cp指令复制文件夹时,出现错误如下:~/programs/qt$ cp p20_gotocelldialog ./p22_gotocelldialogcp: 略过目录"p20_gotocelldialog"解决方法:cp 后加-r原因:用man命令查看cp指令-R, ...
分类:
系统相关 时间:
2016-10-23 02:53:41
阅读次数:
327
Installing and Configuring DB2 Clients Running CLI/ODBC Programs The DB2 Call Level Interface (CLI) run-time environment and the ODBC driver are inclu ...
分类:
数据库 时间:
2016-10-14 12:02:56
阅读次数:
253
【视频教程地址】http://www.tudou.com/programs/view/nbYDWzbbb2g/ 【视频教程地址】http://www.tudou.com/programs/view/nbYDWzbbb2g/ 冰力不足 QQ: 55423726 非常简单的 【准备工作】XE4的下载地址 ...
有序对的作用是存储两个值,并在之后根据需要再次提供 PAIR = -> x { -> y { -> f { f[x][y] } } } LEFT = -> p { p[ -> x{ -> y { x } }] } RIGHT = -> p { p[ -> x{ -> y { y } }] } 读第一 ...
分类:
系统相关 时间:
2016-10-14 00:02:53
阅读次数:
388