随笔分类 -  Dev Tools

Dev Tools
Eclipse Plugin Materials
摘要:比较权威的资料:Helpful Eclipse Plugin Websites:Eclipse Articles: http://www.eclipse.org/articles/Java SWT/JFace Code Sample: http://www.java2s.com/ http://www.java2s.com/Code/Java/SWT-JFace-Eclipse/CatalogSWT-JFace-Eclipse.htmEclipse JFaceSnippets: http://wiki.eclipse.org/JFaceSnippets其它资料:Eclipse 资料:http: 阅读全文
posted @ 2013-05-16 07:16 AlicusForever 阅读(174) 评论(0) 推荐(0)
Eclipse Plugins Links
摘要:1.maven for eclipsehttp://m2eclipse.sonatype.org/sites/m2e2.svn1.6 for ecipsehttp://subclipse.tigris.org/update_1.6.x3.Properties Editorhttp://propedit.sourceforge.jp/eclipse/updates4. Spket — a powerfultoolkit for js,jquery and so onOnline update site :http://www.agpad.com/update/5.ExploreFShttp:// 阅读全文
posted @ 2013-02-17 07:12 AlicusForever 阅读(163) 评论(0) 推荐(0)
How to execute a bat file where system started
摘要: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 阅读(143) 评论(0) 推荐(0)
Ubuntu10.4 install jdk1.6
摘要: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 阅读(197) 评论(0) 推荐(0)
Balsamiq Mockups registration code
摘要:最近使用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 阅读(282) 评论(0) 推荐(0)
The solution for "Eclipse is running in a JRE, but a JDK is required"
摘要:Open the eclipse folder and access the eclipse.ini file:Before changing it ,you will find it don’t have the -vm parameter,so add it.vmC:\Program Files\Java\jdk1.6.0_10\bin\javaw.exeNote: It should be add before the -vmargs parameter.See my eclipse.ini, just like this:1-startup2plugins/org.eclipse.eq 阅读全文
posted @ 2013-02-02 22:04 AlicusForever 阅读(168) 评论(0) 推荐(0)
EditPlus3.3 集成 SVN
摘要:今天在玩EditPlus的时候,由于自己想上传文件至SVN,本机已经安装了TSVN,听说近期EditPlus支持了SVN操作,于是自己便带着好奇的心试试了。已有的环境:EditPlus 3.3TSVN 1.5VisualSVN Server 2.1.3目的:能够在EditPlus里使用SVN编辑、更新文件。第一步: 先下载http://www.sliksvn.com/pub/Slik-Subversion-1.5.2-win32.msi 安装上。PS: 一开始本人也认为不需要下载这个文件,自己本地已经有了TSVN了,只要修改SVN路径就行了,不过试了后,无法实现提交、更新。第二步:新建配置文件 阅读全文
posted @ 2013-02-02 21:58 AlicusForever 阅读(227) 评论(0) 推荐(0)