2009年2月11日
摘要: http://www.eclipse-workbench.com/jsp/ http://www.objectlearn.com/index.jsp http://www.crionics.com/products/opensource/eclipse/eclipse.jsp http://eclipse-plugins.2y.net/eclipse/index.jsp----------good... 阅读全文
posted @ 2009-02-11 20:24 AFH 阅读(334) 评论(0) 推荐(0) 编辑
  2009年2月10日
摘要: 一、网页设计类 蓝色理想 http://www.blueidea.com 网页设计师联盟 http://www.68design.net 网页设计大本营 http://www.code-123.com 我爱设计网 http://www.52design.com 视觉中国 http://www.chinavisual.com 设计在线 http://www.dolcn.com 网易学... 阅读全文
posted @ 2009-02-10 23:44 AFH 阅读(1880) 评论(1) 推荐(0) 编辑
  2009年1月12日
摘要: Java数据库连接(JDBC)由一组用 Java 编程语言编写的类和接口组成。JDBC 为工具/数据库开发人员提供了一个标准的 API,使他们能够用纯Java API 来编写数据库应用程序。然而各个开发商的接口并不完全相同,所以开发环境的变化会带来一定的配置变化。本文主要集合了不同数据库的连接方式。 一、连接各种数据库方式速查表 下面罗列了各种数据库使用JDBC连接的方式,可以作为一个... 阅读全文
posted @ 2009-01-12 11:53 AFH 阅读(406) 评论(0) 推荐(0) 编辑
摘要: .NET(C#)连接各类数据库-集锦 1.C#连接连接Access 程序代码: ------------------------------------------------------------------------------- using System.Data; using System.Data.OleDb; ...... string strConnection="Provi... 阅读全文
posted @ 2009-01-12 11:29 AFH 阅读(142) 评论(0) 推荐(0) 编辑
摘要: sql-server-2008 .NET Framework Data Provider for SQL Server Type: .NET Framework Class Library Usage: System.Data.SqlClient.SqlConnection Manufacturer: Microsoft More info about this class li... 阅读全文
posted @ 2009-01-12 11:23 AFH 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 一直听到的都是说尽量用exists不要用in,因为exists只判断存在而in需要对比值,所以exists比较快,但看了看网上的一些东西才发现根本不是这么回事。 下面这段是抄的 Select * from T1 where x in ( select y from T2 ) 执行的过程相当于: select * from t1, ( select distinct y from t2 ) ... 阅读全文
posted @ 2009-01-12 11:00 AFH 阅读(1197) 评论(1) 推荐(0) 编辑
  2009年1月2日
摘要: oracle 日期函数介绍 在oracle中有很多关于日期的函数,如: 1、add_months()用于从一个日期值增加或减少一些月份 date_value:=add_months(date_value,number_of_months) 例: SQL> select add_months(sysdate,12) "Next Year" from dual; Next Year ---... 阅读全文
posted @ 2009-01-02 17:26 AFH 阅读(7338) 评论(0) 推荐(0) 编辑
摘要: select CONVERT(varchar, getdate(), 120 ) 2004-09-12 11:06:08 select replace(replace(replace(CONVERT(varchar, getdate(), 120 ),'-',''),' ',''),':','') 20040912110608 select CONVERT(varchar(12) , ... 阅读全文
posted @ 2009-01-02 16:59 AFH 阅读(937) 评论(0) 推荐(0) 编辑
  2008年12月16日
摘要: http://code.jquery.com/jquery-latest.js 阅读全文
posted @ 2008-12-16 14:38 AFH 阅读(192) 评论(0) 推荐(0) 编辑
  2008年12月10日
摘要: http://www.eclipse-workbench.com/jsp/ http://www.objectlearn.com/index.jsp http://www.crionics.com/products/opensource/eclipse/eclipse.jsp http://eclipse-plugins.2y.net/eclipse/index.jsp----------go... 阅读全文
posted @ 2008-12-10 16:16 AFH 阅读(204) 评论(0) 推荐(0) 编辑