第一步:启动Zend Studio,点击主窗口菜单 Help--> Install New Software... 菜单项,进入插件安装界面……第二步:在Work with后的文本框中输入http://download.eclipse.org/technology/babel/update-site...
分类:
其他好文 时间:
2014-06-18 23:20:10
阅读次数:
232
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
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
方法一:在线安装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
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
BIEE默认完成安装后处于安全的考虑会对BI系统账户设定180天的有效期设置,如下图所示:
当账户超过时间后会自动口令失效,而造成BI系统启动失败,无法正常访问等相关问题,到时候重新设置密码(有可能忘了当初安装时的密码)还需要修改weblogic的jdbc连接信息、需要修改相应配置文件、重启等,比较复杂,因此建议安装BIEE完成后,顺便做以下操作,取消口令期限限制:
1、用sy...
分类:
其他好文 时间:
2014-06-16 21:12:31
阅读次数:
257
第一步:导入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
创建一个触发器语法: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
The Java Tutorials 2014.3.18 Oracle官方版 for JavaSE 8
JDBC篇(上)...
分类:
数据库 时间:
2014-06-16 14:44:12
阅读次数:
342
大二期末 java web.用到数据库,jdbc.myeclipse实现用户的注册,登陆并且不能出现500错误,用户不能重复注册。当用户任意点击时也不能出现500错误!这里。我只写注册成功的页面。这个不让用户重复注册当时老师对我各种扣分。可后来。我问他的时候,他说不出来。我不是那个第一个提交作业的学...
分类:
编程语言 时间:
2014-06-16 13:01:30
阅读次数:
243