第四章 Git初始化: 设置Git当前用户和邮件地址: $ git config --global user.name $ git config --global user.email 设置Git命令别名: $ git config --global alias.ci comm...
分类:
其他好文 时间:
2015-02-04 12:31:57
阅读次数:
130
1. 没有 WHERE?子句 2. 使用 IS NULL?和 IS NOT NULL SELECT ... FROM emp WHERE comm?IS?NULL; comm 列的索引会失效 3. WHERE 子句中使用函数 如果没有使用基于函数的索引,那么 where 子...
分类:
其他好文 时间:
2015-02-03 17:35:49
阅读次数:
116
1读文件:file_path_name = '/home/robot/bzrobot_ws/src/bzrobot/bzrobot_comm/led_show_data/'+file_name+'.txt'open_file = open(led_file_path_name, 'r')data_r...
分类:
编程语言 时间:
2015-02-02 15:24:35
阅读次数:
195
comm?[-?123?]?file1?file2?? 说明:该命令是对两个已经排好序的文件进行比较。其中file1和file2是已排序的文件。comm读取这两个文件,然后生成三列输出:仅在file1中出现的行;仅在file2中出现的行;在两...
分类:
系统相关 时间:
2015-01-30 16:20:57
阅读次数:
241
1、对象 项目属性要添加QT += script自定义的对象头文件如下,实现正常就好,记得脚本里要调用的方法一定要定义在public slots:下,要不然调用时提示该对象没有*方法 1 #ifndef CMU_H 2 #define CMU_H 3 #include "Comm...
分类:
编程语言 时间:
2015-01-26 19:12:07
阅读次数:
303
系统信息:系统版本:Centos6.564位Server端IP:172.16.4.63Server端IP:172.16.4.64Zabbix版本:zabbix-2.0.14.tar.gz1.安装LAMP环境用yum安装server端:[root@zabbix~]#yuminstallgccgcc-c++[root@zabbix~]#yuminstall-yhttpdmysqlmysql-servermysql-develphpphp-mysqlphp-comm..
分类:
其他好文 时间:
2015-01-20 18:34:24
阅读次数:
327
这是一个GitHub项目,由xiaobin80来维护。
HTTPS链接: https://github.com/xiaobin80/SerialComm.git
SSH链接: git@github.com:xiaobin80/SerialComm.git
开发语言:VC2005
目前实现的效果如下图:...
分类:
其他好文 时间:
2015-01-19 00:17:51
阅读次数:
162
这两天在做一个视频分析软件需要用到SDL显示图像及文字,将阶段成果做一下总结:
SDL本身并没有实际文字的功能,需要用到其扩展库SDL_ttf,下载地址:
http://www.libsdl.org/projects/SDL_ttf/docs/SDL_ttf.html
闲话少说,请看代码(工程环境:VS2005):
#include "stdafx.h"
#pragma comm...
分类:
其他好文 时间:
2015-01-16 14:45:50
阅读次数:
634
1、安装Xcode command line tools首先,编译mysql和Homebrew需要用到Xcode command line tools,所以首先安装command line tools;如果安装了Xcode,只需要“Preferences… > Downloads”,之后点击Comm...
分类:
数据库 时间:
2015-01-14 06:08:56
阅读次数:
635