2013年2月17日
摘要: Maven库:http://repo2.maven.org/maven2/Maven依赖查询:http://mvnrepository.com/Maven常用命令:1. 创建Maven的普通java项目:mvn archetype:create-DgroupId=packageName-DartifactId=projectName2. 创建Maven的Web项目:mvn archetype:create-DgroupId=packageName-DartifactId=webappName-DarchetypeArtifactId=maven-archetype-webapp3. 编译源代码 阅读全文
posted @ 2013-02-17 07:03 AlicusForever 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1. Unpakc tar.gz type file.tar解包:tar xvf FileName.tar打包:tar cvf FileName.tar DirName(注:tar是打包,不是压缩!)———————————————.gz解压1:gunzip FileName.gz解压2:gzip -d FileName.gz压缩:gzip FileName.tar.gz 和 .tgz解压:tar zxvf FileName.tar.gz压缩:tar zcvf FileName.tar.gz DirName———————————————.bz2解压1:bzip2 -d FileName.bz2解 阅读全文
posted @ 2013-02-17 07:01 AlicusForever 阅读(185) 评论(0) 推荐(0) 编辑
  2013年2月2日
摘要: qrc File like following: <!DOCTYPE RCC><RCC version=”1.0″> <qresource> <file>images/copy.png</file> <file>images/cut.png</file> <file>images/new.png</file> <file>images/open.png</file> <file>images/paste.png</file> <fil 阅读全文
posted @ 2013-02-02 22:19 AlicusForever 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 1. Access the folder: Start–>Programs–>Startup2. put the shorcut file of bat file in the Startup folderThen it will be executed when system will be opened next time. 阅读全文
posted @ 2013-02-02 22:18 AlicusForever 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1. Download JDK1.6http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u31-download-1501634.html2. Put jdk file to /opt/Java folderexecute ./jdkfilename.bin to install3. Config Java Environment:vim(gedit) ~/.bashrc添加:export JAVA_HOME=/opt/Java/jdk1.6.0_31export JRE_HOME=${JAVA_HOME}/jreex... 阅读全文
posted @ 2013-02-02 22:16 AlicusForever 阅读(193) 评论(0) 推荐(0) 编辑
摘要: Just for a note!Reference:http://blog.csdn.net/thinkhy/article/details/4122427 阅读全文
posted @ 2013-02-02 22:15 AlicusForever 阅读(499) 评论(0) 推荐(0) 编辑
摘要: You know,If you want to develop java applications ,you’d better install jdk.Today,I will introduce you how to intall jdk1.6 on Ubuntu.Just follow me step by step.First stepyou should download jdk file from sun offcial website,URL: http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u29-down 阅读全文
posted @ 2013-02-02 22:14 AlicusForever 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1. Copy the following bat code in a new txt file.2. save it as bat file extension type, run it as administrator role.———————————————————— Content Start ———————————————————-reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons” /v 29 /d “%systemroot%\system32\imag 阅读全文
posted @ 2013-02-02 22:13 AlicusForever 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 最近使用Mockups 进行页面原型设计,发现是未注册的,于是网上查询了下注册码,居然有效,在此记录下。 有需要的朋友也可以试试。 Name:Rick Dong Key:eNrzzU/OLi0odswsqgnKTM5WcMnPS1eoMTQyMjexMDQyAIEa5xpDAA8pDD8= 本人使用上面这个激活的,激活日期: 2012-10-18 。 如不行,试试这个: Name: helloWorld Key: eJzzzU/OLi0odswsqslIzcnJD88vykmpsUQCNc41hjV+7q5+AF74Ds8= 本文参考:http://chuangyiji.com/... 阅读全文
posted @ 2013-02-02 22:12 AlicusForever 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 1. Download the DB2V9.5 Software from URL: http://www14.software.ibm.com/webapp/download/search.jsp?pn=DB2+92. Install Prepared Packages: shell cmd : sudo apt-get install alien shell cmd : sudo apt-get install libstdc++5 ( need update System Sources List — > sudo gedit /etc/apt/sources.list ) if 阅读全文
posted @ 2013-02-02 22:11 AlicusForever 阅读(167) 评论(0) 推荐(0) 编辑