1、标准SDK开发:IDE: Eclipse NetbeansLanguage:
Java2、标准NDK+SDK开发:IDE: EclipseLanguage: Java(JNI) C/C++3、Tranditional
linux开发IDE: c4droid, command li...
分类:
移动开发 时间:
2014-05-12 13:17:12
阅读次数:
309
转自:http://superseven.iteye.com/blog/1625429从eclipse中增加了maven2的插件之后,maven默认的本地库的路径是${user}/.m2/repository/下,一般windows用户的操作系统都安装在C盘,所以这个目录
下的jar包比较危险。我尝...
分类:
系统相关 时间:
2014-05-12 12:54:41
阅读次数:
448
OpenWindows -> Preferences.
2.SelectjrefromInstalled JREsthen hitEdit botton on the right. 3.browse the
installed jre path for the jre home. 4....
分类:
编程语言 时间:
2014-05-12 12:29:09
阅读次数:
390
using System;using
System.Collections.Generic;using System.Linq;using System.Text;namespace
ConsoleApplication1{ class Program { static void Main(stri...
分类:
其他好文 时间:
2014-05-12 11:46:04
阅读次数:
215
既然生为中国人,就没有什么好抱怨的了,遇到编码的问题,那只有解决它了。
如果经常使用Struts,并做过国际化操作的人来说,对于中文资源文件的处理应该不会感到陌生的。比如下面两个文件,一个是英文的,一个是中文的。对于英文的,一切照常;对于中文的,一般需要用JDK的native2ascii工具进...
分类:
移动开发 时间:
2014-05-12 10:51:37
阅读次数:
413
using System.Security.Cryptography; //用的类 /// ///
DES加密/解密类。 /// public class DESEncrypt { public DESEncrypt() { ...
分类:
其他好文 时间:
2014-05-12 10:38:19
阅读次数:
235
1、选择表达式中的类型转换public class Test { public void static
main(String args[]){ int i = 5; System.out.println("Vlaue Is " + ((...
分类:
编程语言 时间:
2014-05-12 09:39:52
阅读次数:
294
1、用MySQLDriverCS连接MySQL数据库先下载和安装MySQLDriverCS,在安装文件夹下面找到MySQLDriver.dll,然后将MySQLDriver.dll添加引用到项目中。
using System; using System.Collections.Gen...
分类:
数据库 时间:
2014-05-10 19:12:23
阅读次数:
453
System.Threading.Tasks.Parallel是能够以并行的方式迭代数据集合(实现了IEnumerable的对象),它主要提供2个方法:For()和ForEach()
事例:
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Net.Consol...
分类:
其他好文 时间:
2014-05-10 08:59:10
阅读次数:
302
修改eclipse的背景色专注java已6年,欢迎加入java核心技术QQ群:135138817,每周五晚有群主进行技术讲座。eclipse操作界面默认颜色为白色。对于我们长期使用电脑编程的人来说,白色很刺激我们的眼睛,所以我经常会改变workspace的背景色,使眼睛舒服一些。设置方法如下:1、打...
分类:
系统相关 时间:
2014-05-10 06:43:07
阅读次数:
342