robert_hly

踩坑填坑记录...

导航

上一页 1 ··· 3 4 5 6 7 8 9 下一页

2016年12月26日 #

ubuntu install wine

摘要: 1 install sUdo add-apt-repository ppa:wine/wine-builds sudo apt-get update sudo apt-get install wine-devel2 config winecfg3 use chinese input fcitx ex 阅读全文

posted @ 2016-12-26 00:41 robert_hly 阅读(144) 评论(0) 推荐(0) 编辑

2016年12月25日 #

ubuntu 编译oce Open CASCADE

摘要: 前期准备 1 安装cmake 最新版本 sudo apt-get install cmake 2 安装OpenGl Library 和OpenGL Utilities sudo apt-get install libgl1-mesa-dev sudo apt-get install libglu1- 阅读全文

posted @ 2016-12-25 18:43 robert_hly 阅读(732) 评论(0) 推荐(0) 编辑

ubuntu fix the grub boot(need Internet)

摘要: sudo add-apt-repository ppa:yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair && boot-repairselect Recommended repairthen 阅读全文

posted @ 2016-12-25 14:51 robert_hly 阅读(103) 评论(0) 推荐(0) 编辑

2016年12月23日 #

64位 ubuntu android studio gradle 权限不够 缺少文件和权限导致

摘要: 安装 32位 库文件 sudo apt-get install lib32z1 给文件夹加权限 chmod 777 -R SDK chmod 777 -R android-studio -R表示所有子文件和文件夹 模拟器需要下载 gcc3-libs.tar.bz2 把文件解压移动到 /lib 即可 阅读全文

posted @ 2016-12-23 20:40 robert_hly 阅读(388) 评论(0) 推荐(0) 编辑

ubuntu 安装mysql

摘要: 安装 sudo apt-get install mysql-server mysql-client 安装过程需要输入root密码 启动 sudo netstat -tap | grep myslq 登录 mysql [-u username] [-h host] [-p[password]] [db 阅读全文

posted @ 2016-12-23 20:22 robert_hly 阅读(104) 评论(0) 推荐(0) 编辑

ubuntu 配置JDK环境

摘要: /etc/profile中加入以下代码 JAVA_HOME为JDK包解压的路径export JAVA_HOME=/home/exayong/jvm/jdk1.8.0_111 export JRE_HOME=${JAVA_HOME}/jre export CLASSPATH=.:${JAVA_HOME 阅读全文

posted @ 2016-12-23 19:39 robert_hly 阅读(132) 评论(0) 推荐(0) 编辑

2016年12月11日 #

spring-mvc xml文件的最基本配置

摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文

posted @ 2016-12-11 01:07 robert_hly 阅读(118) 评论(0) 推荐(0) 编辑

No mapping found for HTTP request with URI

摘要: 原因:spring-mvc 的xml配置文件的包名配置错误 <mvc:annotation-driven /> <context:component-scan base-package="放controller的包名" /> 包名没有配置对,所以找不到 阅读全文

posted @ 2016-12-11 01:03 robert_hly 阅读(113) 评论(0) 推荐(0) 编辑

java.lang.NoSuchMethodError: org.springframework.web.context.request.ServletRequestAttributes.<init>

摘要: 今天学习 srping mvc 的配置 在核心版本对的情况下,把项目从Server中移除,然后重新加入即可。来源stack over flow 阅读全文

posted @ 2016-12-11 01:00 robert_hly 阅读(394) 评论(0) 推荐(0) 编辑

2016年12月1日 #

eclipse web项目实际工程路径对应

摘要: src/1.properties >实际路径 /WEB-INF/classes/1.propertiessrc/com.ayong.one/2.properties /WEB-INF/classes/com/ayong/one/2.propertieswebroot/3.properties > / 阅读全文

posted @ 2016-12-01 19:35 robert_hly 阅读(133) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 下一页