rlwrap工具可以解决linux下sqlplus提供浏览历史命令行的功能,和删除先前输入错误的字母等问题1.安装需要readline包
这个安装光盘就有[root@asm RedHat]# cd RPMS/[root@asm RPMS]# rpm -Uvh readline*warning:
re...
分类:
数据库 时间:
2014-07-22 23:12:57
阅读次数:
649
今天在学习鸟哥的菜的时候,发现自己linux不可以启用vim命令,错误为:bash: vim:
command not found。 机器环境:VMWare8+RED HAT Enterprise5 解决方法: 发现问题的根源在于没有安装好vim 输入
rpm -qa|grep vim ...
分类:
其他好文 时间:
2014-07-22 23:12:56
阅读次数:
993
1. //取得结果集中行的数目示例:$count =
mysql_num_rows($result1);2. //小括号里odd代表奇数,even代表偶数 示例:tr:nth-child(odd){
background: #cad9ea; }3.//Mysql数据库li...
分类:
其他好文 时间:
2014-07-22 23:11:33
阅读次数:
423
1.给表单加样式,可以用css、php与js、js这三种,其中最好用php与js,现在很推广用这种。css3样式隔行换色(table中)
tr:nth-child(even){ background: #cad9ea; }php与js隔行换色(table中)...
分类:
Web程序 时间:
2014-07-22 23:11:14
阅读次数:
403
1 .count — 计算数组中的单元数目或对象中的属性个数 2 .limit
第几条开始(n-1) 显示几条(y) (n-1)* y =第几页3. css tr:nth_child(odd){ background :#red;} odd
奇数 even 偶数4 表单隐藏域:...
分类:
数据库 时间:
2014-07-22 23:10:14
阅读次数:
389
Consider the following exercise, found in a
generic linear algebra textbook.LetAbe ann×nmatrix. Prove that the following
statements are equivalent:Ais...
分类:
其他好文 时间:
2014-05-01 13:45:04
阅读次数:
349
最近在进行两个项目开发时,需要使用WebService进行通信,在一个项目中使用axis2实现了,但在别一个项目中调用时,却发生异常,错误信息:namespace mismatch require http://webservice.transcoding.module.iefree.com found http://ws.apache.org/axis2/xsd产生错误的代码: public s...
分类:
其他好文 时间:
2014-04-30 22:33:39
阅读次数:
266
Android调试Source Not Found的错误原因及解决办法!...
分类:
移动开发 时间:
2014-04-29 13:48:21
阅读次数:
362
1D people lived in a 1D country. Everything in the country was one-dimensional, and everything was simple and clear: just one axis and two directions — forward and backward. Even a 1D world has proble...
分类:
其他好文 时间:
2014-04-29 13:44:22
阅读次数:
284
背景:
写了个程序,主要实现的功能为主线程创建两个子线程,之后主线程进入等待事件的循环。子线程1对临界资源cnt的值减2并输出cnt的值。子线程2对cnt的值加1并输出cnt的值,且当cnt为50的时候触发事件对象hend_even,子进程2退出。主线程收到hend_even后杀死子线程1,之后进入scanf阻塞。。。
代码示例:
#include
#include
DWORD WIN...
分类:
编程语言 时间:
2014-04-29 13:31:21
阅读次数:
377