07 2014 档案
Ubuntu12.04更新出现 The system is running in low-graphics mode解决方法
摘要:这两天都困在这个问题上。感谢:http://blog.chinaunix.net/uid-26748719-id-3780062.html原因:显卡没驱动起来解决方法:sudo apt-get install fglrx //linux下安装ati显卡驱动的命令sudo reboot //安装完重启... 阅读全文
posted @ 2014-07-17 23:26 hrbust_09zhangyabin 阅读(5363) 评论(0) 推荐(0)
不加参数的存储过程
摘要:create or replace procedure test1isnum_int integer;begin num_int := 1; loop insert into biao1(ls_id,ls_id2,terminal_id,tran_type,local_sys_date) ... 阅读全文
posted @ 2014-07-15 14:48 hrbust_09zhangyabin 阅读(193) 评论(0) 推荐(0)