1.下载senchaTouch2.下载senchaCMD3.安装ruby(for windows
)4.senchaCmd创建项目:打开senchacmd,cd到senchaTouch的目录如:E:\touch-2.3,执行创建项目命令sencha
generate app MyApp D:\MyA...
分类:
其他好文 时间:
2014-05-12 10:58:46
阅读次数:
257
Oracle will generate something called cursor
after it parse an statement. This thing--cursor will be stored in Library cache,
if next time you need to...
分类:
数据库 时间:
2014-05-10 01:02:22
阅读次数:
579
Generate ParenthesesGiven n pairs of parentheses,
write a function to generate all combinations of well-formed parentheses.For
example, given n = 3, a...
分类:
其他好文 时间:
2014-05-09 20:09:32
阅读次数:
333
直接上地址:http://angrytools.com/android/button/
使用起来超简单,如图:
Android Button Maker is online tool to generate buttons code for Android Apps. Android API provide Drawable Resource...
分类:
移动开发 时间:
2014-05-09 14:54:36
阅读次数:
492
Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.
For example, given n = 3, a solution set is:
"((()))", "(()())", "(())()", "()(())", "()()...
分类:
其他好文 时间:
2014-05-09 02:29:07
阅读次数:
302
目录结构如下:首先右击项目,选择Export选择java里的jar包,下一步选择目录结构,去掉.settings目录。(lib目录也可以去掉,后面再说。先选上。)下一步。这步没什么好说的,直接可以下一步。如果你想把jar包保存在workspace里,勾选下面的选项。下一步。这步选择Generate
...
分类:
系统相关 时间:
2014-05-08 15:09:33
阅读次数:
423
执行以下命令创建项目骨架:
mvn archetype:generate -DarchetypeGroupId=org.jboss.spec.archetypes -DarchetypeArtifactId=jboss-javaee6-webapp-ear-archetype -DarchetypeVersion=7.1.1.Final -DgroupId={你的groupId} -Dartif...
分类:
Web程序 时间:
2014-05-07 12:42:16
阅读次数:
450
UML diagrams compliment inline documentation
(javadoc) and allow to better explore / understand a design. Moreover, you can
print and bring them to ta...
分类:
编程语言 时间:
2014-04-30 03:48:50
阅读次数:
716
javafx maven集成采用javafx-maven-plugin,
主要分为几个目标:
jfx:jar
jfx:web
jfx:native
jfx:fix-classpath
jfx:generate-key-store
jfx:run
但是在
mvn clean jfx:run
时遇到了问题:
[ERROR] [Help 1] http://cwiki.ap...
分类:
编程语言 时间:
2014-04-29 13:22:21
阅读次数:
2406