码迷,mamicode.com
首页 >  
搜索关键字:permission system lint eclipse    ( 75949个结果
<2014 05 10> Android平台开发攻略
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
【转】修改eclipse中的M2_REPO变量
转自:http://superseven.iteye.com/blog/1625429从eclipse中增加了maven2的插件之后,maven默认的本地库的路径是${user}/.m2/repository/下,一般windows用户的操作系统都安装在C盘,所以这个目录 下的jar包比较危险。我尝...
分类:系统相关   时间:2014-05-12 12:54:41    阅读次数:448
javadoc in archive eclipse.
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
C# this和base
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
【转】利用Eclipse编辑中文资源文件(application_zh_CN.properties )
既然生为中国人,就没有什么好抱怨的了,遇到编码的问题,那只有解决它了。 如果经常使用Struts,并做过国际化操作的人来说,对于中文资源文件的处理应该不会感到陌生的。比如下面两个文件,一个是英文的,一个是中文的。对于英文的,一切照常;对于中文的,一般需要用JDK的native2ascii工具进...
分类:移动开发   时间:2014-05-12 10:51:37    阅读次数:413
DES加密/解密类。
using System.Security.Cryptography; //用的类 /// /// DES加密/解密类。 /// public class DESEncrypt { public DESEncrypt() { ...
分类:其他好文   时间:2014-05-12 10:38:19    阅读次数:235
Java 拾遗
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
两种方法连接MySql数据库
1、用MySQLDriverCS连接MySQL数据库先下载和安装MySQLDriverCS,在安装文件夹下面找到MySQLDriver.dll,然后将MySQLDriver.dll添加引用到项目中。 using System; using System.Collections.Gen...
分类:数据库   时间:2014-05-10 19:12:23    阅读次数:453
C# Parallel类的作用
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背景颜色
修改eclipse的背景色专注java已6年,欢迎加入java核心技术QQ群:135138817,每周五晚有群主进行技术讲座。eclipse操作界面默认颜色为白色。对于我们长期使用电脑编程的人来说,白色很刺激我们的眼睛,所以我经常会改变workspace的背景色,使眼睛舒服一些。设置方法如下:1、打...
分类:系统相关   时间:2014-05-10 06:43:07    阅读次数:342
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!