1:通过maven添加需要的jar包 1 2 3 org.springframework 4 spring-web 5 3.2.9.RELEASE 6 7 8 9 ...
分类:
编程语言 时间:
2014-07-19 19:08:41
阅读次数:
310
一 课程内容 1 对于包名是cn.mybole的类Test,在当前目录下生成包javac –d . Test.java,在指定目录下生成包javac –d e:/ Test.java,将会自动在e盘创建新文件夹cn,下一级目录是mybole,再下一级是Test.java。解释时如果刚才是在指定目录下...
分类:
编程语言 时间:
2014-07-19 17:32:50
阅读次数:
257
1、android4.2.2 '/root/origin_android/mokesoures/out/target/common/obj/APPS/ApplicationsProvider_intermediates/classes.dex' as 'classes.dex'.../root/or...
分类:
移动开发 时间:
2014-07-19 15:35:32
阅读次数:
253
新安装完JDk 大家是否发现安装目录的bin文件夹有很多exe文件下面就为大家讲解不同exe文件的用途javac:Java编译器,将Java源代码换成字节代java:Java解释器,直接从类文件执行Java应用程序代码appletviewer(小程序浏览器):一种执行HTML文件上的Java小程序类...
分类:
其他好文 时间:
2014-07-19 15:34:14
阅读次数:
292
js#pragma strict//用于绑定参照物对象 var target : Transform; //缩放系数 var distance = 10.0; //左右滑动移动速度 var xSpeed = 250.0; var ySpeed = 120.0; //缩放限...
分类:
移动开发 时间:
2014-07-19 09:13:27
阅读次数:
285
一GTID详解官方文档:http://dev.mysql.com/doc/refman/5.6/en/replication-gtids.html在这篇文档里,我们可以知道全局事务ID的官方定义是:GTID=source_id:transaction_idMySQL5.6中,每一个GTID代表一个数据库事务。在上面的定义中,source_id表示执行事务的主库uuid(server..
分类:
数据库 时间:
2014-07-19 02:15:25
阅读次数:
343
发布Cocos2d-x的PC端程序一、创建一个Release的项目1、利用根目录下的解决方案生成Release.win32文件夹2、新建一个cocos2d项目(比如解决方案名称MySolution,名称MyHelloWorld)二、发布项目1、得到运行所需文件2、打包成exe文件配置:win7+Co...
分类:
其他好文 时间:
2014-07-18 22:13:43
阅读次数:
839
Stepsuppose you need to develop a feature,when you finish the feature ,you need to release the jar to Nexus,and other projects will depend on your jar...
分类:
其他好文 时间:
2014-07-18 19:00:08
阅读次数:
262
APPLIES TO:PL/SQL - Version 9.2.0.1 to 12.1.0.1 [Release 9.2 to 12.1]Information in this document applies to any platform.***Checked for relevance on ...
分类:
其他好文 时间:
2014-07-18 18:27:07
阅读次数:
273
Since no order requirement, we can simply swap the target value to the last non-target-value in the array - if the last non-target-value is not behind...
分类:
其他好文 时间:
2014-07-18 17:36:41
阅读次数:
192