查询表中有多少列select count(1) from user_tab_columns where table_name=upper('M_ReturnPicture')//查询数据中某个用户所创建的表数量SELECT table_name FROM all_tables WHERE owner...
分类:
数据库 时间:
2014-06-24 10:55:01
阅读次数:
274
linux 双线ip设置(不需额外增加路由表,只需修改下面就ok了)修改 vi /etc/iproute2/rt_tables (增加电信和网通两个路由表)增加252tel (电信)251cnc (网通)(设置电信和网通路由表内容)vi /etc/rc.d/rc.local增加ip route...
分类:
系统相关 时间:
2014-06-24 09:36:26
阅读次数:
443
开发者服务评测征文 十万现金悬赏大神方法一:在线安装 1.打开HELP->MyEclipse Configuration Center。切换到SoftWare标签页。 2.点击Add Site 打开对话框,在对话框Name输入Svn,URL中输入:http://subclipse.tigris...
分类:
系统相关 时间:
2014-06-23 00:02:51
阅读次数:
358
简单的小技巧: 介绍如何在虚拟机VirtualBox 中打开共享文件夹(小技巧,高手勿入)。
To you, maybe too easy ,maybe not. Hope it will help you ....
分类:
其他好文 时间:
2014-06-22 22:14:41
阅读次数:
221
对于Python 的脚本传参,很多人可能都会使用 ( ... , ... ) = sys.argv ,但是如果你想更轻松更随性的传递参数呢? 比如说我们 可以使用 python argv.py -a 123 -path '/home/long/path' -c=123 这样的传递参数。 或者想要更佳绚丽的help 界面。
本文简介一个很简单的实现这种随便带参的方法,相信能够抛砖引玉 :)...
分类:
编程语言 时间:
2014-06-22 17:05:40
阅读次数:
259
网上一个连接mysql的jsp代码段,给了数据库的备份文件,但是只有frm,查了下资料,原来只有frm也能导入。 过程如下:1.在mysql目录下的data目录中,找到要导入表所在的数据库的名称,把frm文件放进去,比如我这里是offer.frm,数据库名称是netshop,放到数据库netshop目录下之后,在mysql中show tables显示如下在这里table是显示的,但是desc of...
分类:
数据库 时间:
2014-06-22 17:01:04
阅读次数:
268
Help Me with the Game
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 3210
Accepted: 2071
Description
Your task is to read a picture of a chessboard position...
分类:
其他好文 时间:
2014-06-22 00:22:45
阅读次数:
382
Is it a dream that you can access text files using SQL statements?
But now, it is true that DB Query Analyzer provides you a power tool which can help you realize the dream above. I’ll give you a sample to show its powerful function. What’s more, the p...
分类:
数据库 时间:
2014-06-21 18:41:54
阅读次数:
510
1. Introduction HTB is meant as a more understandable, intuitive and faster replacement for the CBQ qdisc in Linux. Both CBQ and HTB help you to contr...
分类:
系统相关 时间:
2014-06-21 15:40:55
阅读次数:
416