JDBC访问数据库的基本步骤:
(1)将数据库的JDBC驱动加载到classpath中,在基于javaEE的web应用实际开发过程中,
通常把目标产品的JDBC驱动复制到WEB-INF/lib中
(2)加载JDBC驱动,将其注册到DriverManager中
//Oracle8/8i/9i(thin模式)数据库
Class.forName("oracle.jdbc.driver....
分类:
数据库 时间:
2014-11-24 22:41:50
阅读次数:
245
本文是在学习中的总结,欢迎转载但请注明出处:http://blog.csdn.net/pistolove/article/details/41346969
Implement strStr().
Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
Update (2014-11-02):
The signature of the function...
分类:
其他好文 时间:
2014-11-24 22:37:49
阅读次数:
224
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'masterDataSource' defined in file [C:\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\w...
分类:
数据库 时间:
2014-11-23 19:02:50
阅读次数:
1917
build/core/java.mk:20: *** dalvik/dexgen: Invalid LOCAL_SDK_VERSION '4' Choices are: current . Stop.以及其类似的错误:user@Ubuntu1004:~/omap3/ics-google-re/myd...
分类:
其他好文 时间:
2014-11-23 14:24:41
阅读次数:
159
1.CCAssert(pszFilename != NULL,"Invalid filename for sprite");#前面这个变量(这里是文件名字)是否为空,不为空就弹出后面这句话,CCAssert的用法就是这样子的。2.CCTexture2D *pTexture = CCTextureCa...
分类:
其他好文 时间:
2014-11-23 01:55:09
阅读次数:
196
错误信息:InnerException: System.Data.SqlClient.SqlExceptionHResult=-2146232060Message=Invalid column name 'Discriminator'.Invalid column name 'Discriminat...
分类:
其他好文 时间:
2014-11-22 21:22:18
阅读次数:
350
flashlight--spotlight的好帮手
By 钟桓
11月 22 2014 更新日期:11月 22 2014
Flashlight简介:
OS X Yosemite 上全新的 Spotlight 越发强大,大有吞并 LaunchBar 6 与 Alfread 之势,但碍于官方 API 的种种限制,很多 Web 内容、文件和应用程序不能直接在其搜索框调用。为此一款基于 Py...
分类:
其他好文 时间:
2014-11-22 09:20:39
阅读次数:
232
报名的错误是:res\drawable-hdpi\new.png:0: error: invalid symbol: 'new'上次代码的连错错误,不能用new 等Java中的关键词来命名。
分类:
其他好文 时间:
2014-11-21 20:28:59
阅读次数:
148
关于delphi软件运行出现Invalid floating point operation的错误的解决办法关于delphi软件运行出现Invalidfloatingpointoperation的错误的解决办法软件如果有webbrowser载入网页的时候经常会出现这个错误。这个错误是webbrows...
1.lambda() 匿名函数 2.?map() def?map(function,?sequence,?*sequence_1):?#?real?signature?unknown;?restored?from?__doc__
????"""
????map(function,?sequence[,?sequence,?...])?-...
分类:
编程语言 时间:
2014-11-20 22:08:06
阅读次数:
312