`
文章列表
oracle express edition
sql server microsoft sqljdbc4.jar for JDBC 4.0 API need JRE 6 sqljdbc.jar for JDBC 3.0 API need JRE 5 (on JRE 6 will throw an exception when connecting to a database) jtds(可以用于oracle sql developer) jtds-1.2.4.jar for JDBC 3.0 API

plsql Developer 8

官方8.0的正式版,附上破解方法
select @@servername
<script language='javascript'> var str = ' 01 2 3 12 '; alert(":" + str + ":"); //去掉左边空格,包括tab键和换行符 String.prototype.ltrim=function() { return this.replace(/(^\s*)/g,''); } alert(":" + str.ltrim() + ":"); //去掉右边空格,包括tab键和换行符 Stri ...
微软下载页面 直接下载链接

XP装IIS

    博客分类:
  • IIS
xp下是IIS5.1 如果控制面板中添加卸载程序-〉添加window组件中有IIS可以下载一个IIS5.1,就可以安装了,如果没有下载IIS5.1后按照以下步骤安装。 解决的思路是通过编辑Windows 组件配置文件,在Windows组件中恢复IIS安装,再按正常的方法添加IIS,详细步骤包括: 1、在X:\Windows\inf目录(X为Windows XP的盘符)下打开安装信息 文件sysoc.inf, 在[Components]区域中找到iis=iis.dll,OcEntry,iis.inf,hide,7这一行。 可以发现,WinXP 家庭版是把IIS组件安装选项隐藏了,因此要把该 ...
http://dlc-cdn-rd.sun.com/c1/jdk6/6u10/promoted/b07/binaries/jdk-6u10-ea-bin-b07-windows-i586-debug-09_nov_2007.jar?e=1256486652&h=4de103b5f3bfb21cc6a30f1cbd1e0641
Oracle千万条记录插入与查询小结 1、 避免使用Hibernate框架 2、 写查询语句时,要把查询的字段一一列出 3、 减少不必要的查询条件 4、 避免在查询时使用表连接 5、 嵌套查询时,尽可能地在第一次select就把查询范围缩到最小
Eclipse中开发项目时相对路径对应工程的根目录 如: new FileReader("./bin/file.name");
to_date('2009-09-16 23:59:59,'yyyy-MM-dd HH24:mm:ss')
http://deepin.iteye.com/blog/432581 <script language="JavaScript"> var input = document.createElement('INPUT'); input.id = 'myId'; input.name = 'myName'; alert(input.outerHTML); </script> 消息框里显示的结果是:<INPUT id=myId>。 <script language="JavaScript"> ...
Window-->Preferences-->XML-->XML Catalog-->Add... Key Type:Public ID Location与Key如下所列: dtd名 Key Location{format: [jar:file:][jar file's absolute path(split with "\")][!/][dtd file's relative path(split with "/")],check "Plugin Specified Entries" as example } ...
http://www.iteye.com/topic/318821 var arr = new Array(); alert(arr);--> alert(arr instanceof Array); -->true alert(typeof arr);-->object alert(arr.constructor == Array);-->true alert(Object.prototype.toString.call(arr) == '[object Array]');-->true
Global site tag (gtag.js) - Google Analytics