码迷,mamicode.com
首页 >  
搜索关键字:could not execute jdbc batch update    ( 36775个结果
Zend Studio 10 汉化——在线语言包安装步骤
第一步:启动Zend Studio,点击主窗口菜单 Help--> Install New Software... 菜单项,进入插件安装界面……第二步:在Work with后的文本框中输入http://download.eclipse.org/technology/babel/update-site...
分类:其他好文   时间:2014-06-18 23:20:10    阅读次数:232
leetcode--Rotate Image
You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?public class Soluti...
分类:其他好文   时间:2014-06-18 21:54:54    阅读次数:232
MYSQL 添加外键报错
2014年6月16日 10:48:51出错的部分提示摘录:#1452 - Cannot add or update a child row: a foreign key constraint failsresult 2 when explaining filename '#sql-3d5_20436...
分类:数据库   时间:2014-06-18 21:01:47    阅读次数:332
myeclipse安装svn插件的多种方式
方法一:在线安装1.打开HELP->MyEclipse ConfigurationCenter。切换到SoftWare标签页。 2.点击Add Site 打开对话框,在对话框Name输入Svn,URL中输入:http://subclipse.tigris.org/update_1.6.x3.在...
分类:系统相关   时间:2014-06-18 19:39:32    阅读次数:329
No suitable driver found for jdbc:mysql://localhost:3306/hibernate_basic
Struts Problem ReportStruts has detected an unhandled exception:Messages:No suitable driver found for jdbc:mysql://localhost:3306/hibernate_basicCanno...
分类:数据库   时间:2014-06-18 18:41:57    阅读次数:249
BIEE11G系统数据源账号过期问题(默认安装步骤)
BIEE默认完成安装后处于安全的考虑会对BI系统账户设定180天的有效期设置,如下图所示: 当账户超过时间后会自动口令失效,而造成BI系统启动失败,无法正常访问等相关问题,到时候重新设置密码(有可能忘了当初安装时的密码)还需要修改weblogic的jdbc连接信息、需要修改相应配置文件、重启等,比较复杂,因此建议安装BIEE完成后,顺便做以下操作,取消口令期限限制: 1、用sy...
分类:其他好文   时间:2014-06-16 21:12:31    阅读次数:257
我的Spring入门Demo
第一步:导入Spring jar 包 Spring核心包(4个)  日志包(2个)  jdbc模板支持(1个)  spring-jdbc-3.2.0.RELEASE.jar  模板相关事务处理包(1个)  spring-tx-3.2.0.RELEASE.jar  ORM框架模板支持(1个)  spring-orm-3.2.0.RELEASE.jar 第二步:增加一个S...
分类:编程语言   时间:2014-06-16 20:28:23    阅读次数:280
mysql触发器学习
创建一个触发器语法:createtrigger触发器名字createtriggerxiaoshou_update_trigger afterupdateonxiaoshou foreachrow begin updatejiangjin setxiaoshouer=( selectsum(taoshu*danjia)fromxiaoshou whereuserid=new.userid andmonth=new.month), jiangjin=(selectsum(taoshu..
分类:数据库   时间:2014-06-16 16:20:33    阅读次数:321
Trail: JDBC(TM) Database Access1
The Java Tutorials 2014.3.18 Oracle官方版 for JavaSE 8 JDBC篇(上)...
分类:数据库   时间:2014-06-16 14:44:12    阅读次数:342
java web程序 上机考试做一个登陆注册程序
大二期末 java web.用到数据库,jdbc.myeclipse实现用户的注册,登陆并且不能出现500错误,用户不能重复注册。当用户任意点击时也不能出现500错误!这里。我只写注册成功的页面。这个不让用户重复注册当时老师对我各种扣分。可后来。我问他的时候,他说不出来。我不是那个第一个提交作业的学...
分类:编程语言   时间:2014-06-16 13:01:30    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!