码迷,mamicode.com
首页 >  
搜索关键字:environment    ( 2700个结果
无需ROOT就能拿ANR日志
File anrFile = null; String status = Environment.getExternalStorageState(); if (status.equals(Environment.MEDIA_MOUNTED)) { ...
分类:其他好文   时间:2014-05-23 12:08:36    阅读次数:417
转 Ubuntu Linux 环境变量PATH设置
Ubuntu Linux系统环境变量配置文件:/etc/profile : 在登录时,操作系统定制用户环境时使用的第一个文件 ,此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行。/etc /environment : 在登录时操作系统使用的第二个文件, 系统在读取你自己的prof...
分类:系统相关   时间:2014-05-23 06:24:10    阅读次数:323
[Blackberry]How To Setup a BlackBerry 10 Development Environment to Build Cascades Apps and Prevent IP DHCP for individual BB10 simulator setup
This is a step-by-step instructional guide on how to setup a BlackBerry 10 (BB10) development environment. This article includes instructions for down...
分类:移动开发   时间:2014-05-22 14:13:11    阅读次数:506
UVA之1330 - City Game
【题目】 Bob is a strategy game programming specialist. In his new city building game the gaming environment is as follows: a city is built up by areas, in which there are streets, trees, factories and...
分类:其他好文   时间:2014-05-22 13:09:50    阅读次数:247
J2EE环境安装配置
在下载,安装前先说下下面几个概念JDK,SDK,JRE,JVM ◆JDK Java Develop Kit (Java 开发包) ◆SDK Software Develop kit, 以前JDK叫做Java software develop kit,后来出了1.2版本后就改名叫JDK了,省时省力, 节约成本。 ◆JRE Java runtime environment 我们的最简单的Hell...
分类:其他好文   时间:2014-05-22 10:25:23    阅读次数:387
TI C66x DSP硬件信号量 - 1
In a multicore environment—where system resources must be shared—it is important to control simultaneous accesses to the available resources. To ensure correct system operation, it is necessary to lim...
分类:其他好文   时间:2014-05-22 07:18:54    阅读次数:308
NSProcessInfo-当前进程信息类
1、NSProcessInfo常用方法: +(NSProcessInfo*)processInfo  //返回当前进程的信息 -(NSArray*)arguments  //以NSString对象数组的形式返回当前进程的参数 -(NSDictionary *)environment  //返回变量/值对词典,以描述当前的环境变量(比如PATH和HOME)及其值 -(int)processI...
分类:其他好文   时间:2014-05-21 17:16:15    阅读次数:229
Android中StatFs获取系统/sdcard存储(剩余空间)大小
package com.orgcent.util; import java.io.File; import android.os.Environment; import android.os.StatFs; public class MemoryStatus { static final int ERROR = -1; /** * 外部存储是否可用 * ...
分类:移动开发   时间:2014-05-21 14:34:23    阅读次数:362
安卓测试基础(一)
Testing FundamentalsThe Android testing framework, an integral part of the development environment, provides an architecture and powerful tools that h...
分类:移动开发   时间:2014-05-21 04:37:06    阅读次数:432
解决VS命令提示符 “Setting environment for using Microsoft Visual Studio. 此时不应有“系列错误
一、起因最近在玩Boost库。当然首先是要进行Booist库的安装和配置。于是浅墨Google了一下boost库的安装配置攻略,下载了最新版1.55的boost库,就愉悦地开始进行配置了。当进行到第五步,要在VS命令提示符中运行bootstrap.bat的时候,问题就来了,按着攻略打开Visual Studio2010命令提示符,就迎面报错:“Setting environment for usi...
分类:其他好文   时间:2014-05-18 08:33:52    阅读次数:562
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!