`
Sev7en_jun
  • 浏览: 1230348 次
  • 性别: Icon_minigender_1
  • 来自: 广州
博客专栏
84184fc0-d0b6-3f7f-a3f0-4202acb3caf5
Apache CXF使用s...
浏览量:111683
社区版块
存档分类
最新评论
文章列表
Table flex.flex_user' doesn't exist   原因是使用 MyEclipse 逆向工程自动生成的 .hbm.xml文件时会在 <class name="com.flex.model.User" table="user" catalog="flex">中加入 catalog = "flex" 这个参数,造成程序在读数据库表时,会在表前面加上catalog 的值及下划线,这样就变成了查flex_user,这个当然是不存在的 删除这项问题解决
No Default web.xml 此问题是由于tomcat下conf/web.xml文件被不当操作删除了,可能是由于删除work整个目录造成,或者其他原因
SQL Server com.microsoft.jdbc.sqlserver.SQLServerDriver jdbc:microsoft:sqlserver://localhost:1433;databasename=dbname   Oracle oracle.jdbc.driver.OracleDriver jdbc:oracle:thin:@localhost:1521:dbnameMySQL com.mysql.jdbc.Driver jdbc:mysql://localhost:3306/dbname   MS SQLServer com.microsoft.sqlser ...
进入项目目录找到.springBeans ,用记事本打开,添加Spring 配置文件的位置. <?xml version="1.0" encoding="UTF-8"?><beansProjectDescription><configExtensions>   <configExtension>xml</configExtension></configExtensions><configs>  <config>/src/applicationCont ...
 The word is not correctly spelled 此问题是eclipse校验单词拼写造成,如果出在配置文件中,一般会影响到程序的正常执行     解决方法:在eclipse下的Window--Preference输入spell,然后把第一个复选框“Enable spell checking“给去掉就可以了,如图:    
1,Severity and Description       Path Resource Location  Creation Time Id Server SDK: Directory does not contain a Flex SDK    2,Severity and Description       Path Resource Location  Creation Time Id Cannot create HTML wrapper. Right     以上两个问题解决办法见附件(由于附件有图片,不知为什么粘贴之后看不见 所以只好以附件形式,见谅)   ...
其实,Eclipse是一个可以进行非常灵活配置的系统,除了以缺省的方式启动以外,还可以指定各种参数来定制启动方式。在参考了一些资料之后,我总结了一些比较常用的启动时Command Arguments,如果有不正确的地方希望大家予 ...
  Error Message: All visual sybase tools aborts after the initial splash screen.                          +-----------------+                               |   Stack Trace   |                               +-----------------+ Current thread: main java.lang.NullPointerException         at javax.sw ...
打开struts-config.xml 报错解决办法Could not open the editor 错误信息:Could not open the editor: Project SSH is not configured as a MyEclipse Web-Struts Project. Therefore the MyEclipse Struts Editor may not be used with struts-config.xml. The default XML Editor has been used to open the file instead.   ...
正在学Flex的可以看看,书上面的例子是通过 flash builder4讲解的 附部分目录   扩展事件了解绑定问题 ................................................................................................................................................. 334使用绑定的问题 ................................................................................. ...
[语法]RAR <命令>    [ -<开关> ]    <压缩文件>    [ <@列表文件...> ]RAR [ <文件...> ]    [ <解压路径\> ][命令]A 增加文件到压缩包,如果省略参数A也为添加文件,但不同的是添加当前路径文件到指定路径;另外如果-AD指定的目录带有\则不会添加子目录的文件:RAR A .\BACKUP\MYRAR -AD %WINDIR%\IME        添加IME目录的所有文件(包含子目录)到当前目录的\BACKU\目录的MYRAR.RAR中,其中开关-AD可以不用.RA ...
六种异常处理的陋习   你觉得自己是一个Java专家吗?是否肯定自己已经全面掌握了Java的异常处理机制?在下面这段代码中,你能够迅速找出异常处理的六个问题吗? Java代码   OutputStreamWriter out = ...     java.sql.Connection conn = ...     try { // ⑸    
From: http://starzhang.iteye.com/blog/370302 java.lang.StringIndexOutOfBoundsException 字符串索引越界异常。当使用索引值访问某个字符串中的字符,而该索引值小于0或大于等于序列大小时,抛出该异常。   java.lang.TypeNotPresentException 类型不存在异常。当应用试图以某个类型名称的字符串表达方式访问该类型,但是根据给定的名称又找不到该类型是抛出该异常。该异常与ClassNotFoundException的区别在于该异常是unchecked(不被检查)异常,而ClassN ...
From: http://blog.csdn.net/orclight/article/details/6436040 myEclipse open Resource ( ctrl +shift+r )快捷键 失效 解决方案 ============================================================   myEclipse open Resource 快捷键失效解决方案   2011-05-21 ============================== ...
From: http://hi.baidu.com/fif%B7%E7%D4%C6/blog/item/a347112a8da131f6e7cd4076.html     flex3.0 运行时报错:CreateProcess: C:\Users\lin\AppData\Roaming\SaaYaa\SaaYaa.exe "C:\Users\lin\Documents\Flex Builder 3\Test\bin-debug\Test.html" error=2 解法: 到 Window>Preferences>General>Web Brows ...
Global site tag (gtag.js) - Google Analytics