1、代码如下:void TestCache(otl_connect& otlConn){ try { char sql[1024] = {0}; sprintf(sql,"call test1(1)"); otl_stream stream(10...
分类:
数据库 时间:
2015-05-30 19:38:24
阅读次数:
248
Emacs 快速指南-折叠目录1. 小结(SUMMARY)2. 基本的光标控制(BASIC CURSOR CONTROL)3. 如果 EMACS 失去响应(IF EMACS STOPS RESPONDING)4. 被禁用的命令(DISABLED COMMANDS)5. 窗格(WINDOWS)6. 插...
分类:
系统相关 时间:
2015-05-30 18:16:29
阅读次数:
315
from??subprocess?import?Popen?可以看到Popen类的方法 ? 从Python?2.4开始,Python引入subprocess模块来管理子进程,以取代一些旧模块的方法:如?os.system、os.spawn*、os.popen*、popen2.*、commands....
分类:
编程语言 时间:
2015-05-29 12:22:44
阅读次数:
206
git clone https://github.com/vhreal/仓库名
git add *
git add
git commit -m "修改代码描述"
git push origin master(分支名字)
http://www.xbc.me/git-commands/
http://www.cnblogs.com/lee0oo0/archive/2013...
分类:
其他好文 时间:
2015-05-29 10:09:53
阅读次数:
155
http://stackoverflow.com/questions/2853803/in-a-shell-script-echo-shell-commands-as-they-are-executedset -x #echo on或者#!/bin/bash -x
分类:
系统相关 时间:
2015-05-28 12:32:51
阅读次数:
208
英文原文:20 Useful Commands for Linux Newbies 你打算从Windows换到Linux上来,还是你刚好换到Linux上来?哎哟!!!我说什么呢,是什么原因你就出现在我的世界里了。从我以往的经验来说,当我刚使用Linux,命...
分类:
系统相关 时间:
2015-05-25 20:45:54
阅读次数:
207
温馨提示
变量赋值的格式为:变量名=变量值
注意事项:
变量名前面不应加美元“$”符号。(和PHP不同)等号“=”
前后不可以有空格。和C语言不同,Shell中不需要显式的语法来声明变量。
变量名不可以直接和其他字符相连,如果想相连,必须用括号:echo “this is $(he)llo!”
函数定义格式function name {
commands
}或者是name() {
}这个就...
分类:
系统相关 时间:
2015-05-22 17:18:04
阅读次数:
164
iptables commands / docsexecute command apropos iptables to find something about iptabls.root:notfound/ # apropos iptables
ip6tables-save (8) - dump iptables rules to stdout
iptables (8) - ad...
分类:
其他好文 时间:
2015-05-22 13:31:55
阅读次数:
190
Android 常用 adb 命令总结首发个人博客 http://xuxu1988.com/2015/05/15/android-adb-commands , 转载请注明出处。针对移动端 Android 的测试, adb 命令是很重要的一个点,必须将常用的 adb 命令熟记于心, 将会为 Android 测试带来很大的方便,其中很多命令将会用于自动化测试的脚本当中。 Android Debug Br...
分类:
移动开发 时间:
2015-05-20 22:32:12
阅读次数:
253
redis的性能数据这块用 info 命令就可以获取的比较全面了,下面是对info信息返回值的解释: # 参考:http://redis.io/commands/info### Serverredis_version:2.6.9redis_git_sha1:00000000redis_git...
分类:
其他好文 时间:
2015-05-20 17:49:33
阅读次数:
137