- 博客(19)
- 资源 (5)
- 收藏
- 关注
原创 Resource Path Location Type Access restriction: The constructor 'BASE64Decoder()' is not
导入的新项目出现以下错误:Resource Path Location Type Access restriction: The constructor 'BASE64Decoder()' is not解决方法:项目(右键)-->Properties-->java build path 选择Libraries 学选择 jre system Libraries 删除,然后点击add Li...
2018-07-15 12:53:12
706
原创 The type org.apache.commons.pool2.impl.GenericObjectPoolConfig cannot be resolved. It is indirectly
问题描述:The type org.apache.commons.pool2.impl.GenericObjectPoolConfig cannot be resolved. It is indirectly 解决方案:导入commons-pool2-2.4.2.jar包。我的博客已经上传commons-pool2-2.4.2.jar包需要的可以下载。...
2018-07-14 23:07:02
1673
原创 The import org.apache.commons.lang3 cannot be resolved
问题描述:The import org.apache.commons.lang3 cannot be resolved解决方案:缺少commons-lang3-3.1.jar包我的博客已经上传commons-lang3-3.1.jar,需要的请下载。
2018-07-14 22:28:43
6882
原创 The import net.sourceforge.pinyin4j cannot be resolved
问题描述:The import net.sourceforge.pinyin4j cannot be resolved解决方案:导入:pinyin4j-2.5.1.jar包我的博客已经导入pinyin4j-2.5.1.jar了,需要的可以下载。
2018-07-14 22:24:23
3337
原创 The import org.activiti.engine.history.HistoricTaskInstance cannot be resolved
错误提示:The import org.activiti.engine.history.HistoricTaskInstance cannot be resolved解决方案:导入activiti-engine-5.17.0.jar 即可。我的博客已经上传activiti-engine-5.17.0.jar包...
2018-07-14 22:00:15
903
原创 The type org.slf4j.Logger cannot be resolved. It is indirectly referenced from required .class files
报错:The type org.slf4j.Logger cannot be resolved. It is indirectly referenced from required .class files解决方案:
2018-07-14 08:01:29
6887
原创 The type javax.validation.Payload cannot be resolved. It is indirectly referenced from required .cla
问题:The type javax.validation.Payload cannot be resolved. It is indirectly referenced from required .class files解决方法:因为缺少jar包导致的错误,导入validation-api-2.0.0.Final.jar 即可。关于validation-api-2.0.0.Final.jar 我...
2018-07-14 07:55:08
2161
原创 Submile Text 安装Package Control
第一步:View--->Show Console 在下面编写一下代码:(注:以下代码一定是一行)import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.requ...
2018-05-04 16:57:13
439
原创 Visual Studio 写代码时光标变成方块
问题:Visual Studio 写代码时光标变成方块,此时写的代码会覆盖方块里面的字符解决方法:按下insert 键
2018-03-11 16:31:54
11849
1
原创 .aspx文件和.aspx.cs 、 .designer.aspx.cs关联
.aspx文件和.aspx.cs 、 .designer.aspx.cs关联关系我们可以在.aspx文件中第一行找到<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="EQISoft.E312DKBBXT.Default" %>1. 其中CodeBehind关联的是....
2018-03-09 08:48:32
979
原创 mySql数据库的卸载问题
第一步 . 从程序卸载里面卸载mysql应用程序第二步 . 从安装的目录里面删除MySQL文件,一般有两个目录文件。[我的mysql是32位的5.5版本] 1).一个是程序安装目录(默认安装在C:\Program Files (x86)\MySQL) 2). 还有一个是数据文件目录(默认安装在C:\ProgramData\MySQL)第三步 . 从注册表里面删除 ,打开注册表:rege...
2018-03-07 16:22:44
263
原创 Server at localhost was unable to start within 60 seconds
Server Tomcat v7.0 Server at localhost was unable to start within 60 seconds. If the server requires more time, try increasing the timeout in the server editor.在eclipse中加载超时一般由三个原因造成的第一 . 理解字面意思修改 tom...
2018-03-07 15:58:42
685
原创 too many connection
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections" at sun.reflect.GeneratedConstructor...
2018-03-06 15:39:43
393
原创 eclipse导进去的项目jsp文件报错
1. eclipse导进去的项目jsp文件报错问题解决方法:第一步:在项目名称点击右键 ,选择Build Path (如果没有点击Properties找),点击Configure Build Path 第二步:选择Libraries 选项卡,将里面有红色“x”选中然后点击“Remove”第三步:点击 Add Library ,在弹出的卡片中选择 Server Runtime ,点击 next ,选...
2018-03-04 21:04:17
2038
2
原创 svg文件报错处理
svg文件的报错是因为从eclipse导出到SVN后出现解决办法:在<font-face></font-face>标签里面添加如下代码 <font-face-src> <font-face-name name="Glyphicons Halflings"/> </font-face-src> ...
2018-02-28 21:58:20
2262
原创 hibernate 异常解决
java.lang.ClassCastException: org.hibernate.transaction.JDBCTransaction cannot be cast to javax.transaction.Transactionat com.briup.test.UserTest.testAddUser(UserTest.java:28)at sun.reflect.Native
2017-12-12 20:17:48
455
原创 hibernate问题解决 JDBC Driver class not found: oracle.jdbc.driver.OracleDriver
org.hibernate.HibernateException: JDBC Driver class not found: oracle.jdbc.driver.OracleDriverat org.hibernate.connection.DriverManagerConnectionProvider.configure(DriverManagerConnectionProvider.ja
2017-12-12 20:12:03
3182
原创 jdk环境变量的配置
以win7 为例:计算机右键--->属性--->高级系统设置--->环境变量--->找到系统变量的java_home、classpath、path(标点一定要是英文的,如果没有则选择新建 )变量名 :java_home 变量值 C:\Program Files\Java\jdk1.7.0_40;变量名 :classpath 变量值 .;%JAVA_HOME%\LIB
2017-11-13 20:12:27
200
原创 连接JDBC的六大步骤
连接JDBC的六大步骤:1.注册驱动1-1.Class.forName(driver);1.2.Driver driver = new oracle.jdbc.driver.OracleDriver(); DriverManager.registerDriver(driver);1-3.设置系统参数-D(run as --->Run configurations 选择
2017-11-09 21:51:55
2882
commons-lang3-3.1.jar
2018-07-14
pinyin4j-2.5.1.jar
2018-07-14
activiti-engine-5.17.0.jar
2018-07-14
validation-api-2.0.0.Final.jar
2018-07-14
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人