会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AlphaJunS
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
27
下一页
2019年2月27日
Vmware虚拟机设置静态IP地址
摘要: 虚拟机设置静态IP,多台NAT模式虚拟机设置同一网段进行通信,粘贴一篇帖子,不错 https://www.cnblogs.com/chengssblog/p/6531964.html
阅读全文
posted @ 2019-02-27 23:24 AlphaJunS
阅读(330)
评论(0)
推荐(0)
2019年2月26日
Centos查看系统位数方法
摘要: 方法一:file /sbin/init 方法二:file /bin/ls 我的显示是32位
阅读全文
posted @ 2019-02-26 10:55 AlphaJunS
阅读(1983)
评论(0)
推荐(0)
2019年2月20日
Invalid property 'driverClassName' of bean class [com.mchange.v2.c3p0.ComboPooledDataSource]
摘要: spring配置文件中配置c3p0错误,错误原因在于c3p0连接池与DBCP连接池在驱动、连接、数据库用户名这些属性名称的差别
阅读全文
posted @ 2019-02-20 18:14 AlphaJunS
阅读(1858)
评论(0)
推荐(0)
The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced from required .class files
摘要: 使用spring框架提供的JDBC模板操作数据库时,提示错误 解决方案:导入事务管理jar包spring-tx-4.2.4.RELEASE.jar
阅读全文
posted @ 2019-02-20 17:36 AlphaJunS
阅读(2512)
评论(0)
推荐(0)
2019年1月24日
修改tomcat配置通过域名直接访问项目首页
摘要: 1、在自己项目的web.xml中配置欢迎页面 2、修改tomcat的核心配置文件server.xml,将默认的8080端口更改为80端口 3、在server.xml文件的</Host>前添加如下一行代码 以上配置中,Context表示web应用上下文,docBase的值为项目的名称,path是路径,
阅读全文
posted @ 2019-01-24 10:31 AlphaJunS
阅读(2452)
评论(0)
推荐(0)
2019年1月6日
阿里云CentOS6.8云服务器配置安全组规则
摘要: 前提:已经购买阿里云服务器,域名解析也完成了 需要对安全组规则进行配置,才能进行访问 1、进入阿里云首页https://www.aliyun.com/,如下图 2、进入控制台首页,如下图 3、在上图页面,点击云服务器ECS,进入下图 4、进入实例列表页面,选择实例,对实例进行如下操作 5、点击配置规
阅读全文
posted @ 2019-01-06 13:33 AlphaJunS
阅读(1726)
评论(0)
推荐(0)
2019年1月5日
Maven编译失败,提示No compiler is provided in this enviroment. Perhaps you are running on a JRE rathen a JDK ?
摘要: 用maven对项目进行构建时,提示No compiler is provided in this enviroment. Perhaps you are running on a JRE rathen a JDK ?错误,如下图 出现此错,需要将JRE home指定为jdk(jdk目录本身自带jre
阅读全文
posted @ 2019-01-05 16:42 AlphaJunS
阅读(391)
评论(0)
推荐(0)
2019年1月4日
解决项目导入dubbo依赖项目报红叉问题
摘要: 1、maven+ssm项目导入dubbo依赖 项目报错如下 2、出错原因在于dubbo依赖低版本的spring和低版本netty,准备通过maven的依赖管理将依赖传递过来的低版本的spring和netty从项目中排除,打开依赖传递页面,发现由于包冲突,project read error,无法显示
阅读全文
posted @ 2019-01-04 17:59 AlphaJunS
阅读(2394)
评论(0)
推荐(0)
2019年1月3日
阿里云CentOS6.8安装MySQL5.6
摘要: 1、使用SSH Secure Shell工具连接阿里云服务器 2、使用SSH Secure File Transfer工具上传MySQL压缩包 3、解压MySQL压缩包到指定目录(需要在先/usr/local下创建mysql目录) 进入压缩文件存放位置,进行解打包:tar -xvf MySQL-5.
阅读全文
posted @ 2019-01-03 16:44 AlphaJunS
阅读(626)
评论(0)
推荐(0)
2019年1月2日
Maven clean命令不能执行问题Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project
摘要: 执行clean tomcat7:run时Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project,如下图 原因在于之前启用了maven插件进行执行cl
阅读全文
posted @ 2019-01-02 14:33 AlphaJunS
阅读(9400)
评论(2)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
27
下一页
公告