码迷,mamicode.com
首页 >  
搜索关键字:environment    ( 2700个结果
Passing arguments to a shell script
Any shell script you run has access to (inherits) the environment variables accessible to its parent shell. In addition, any arguments you type after the script name on the shell command line are p...
分类:其他好文   时间:2014-09-19 15:49:26    阅读次数:282
Android获取系统外置存储卡路径的方法
android系统可通过Environment.getExternalStorageDirectory()获取存储卡的路径,但是现在有很多手机内置有一个存储空间,同时还支持外置sd卡插入,这样通过Environment.getExternalStorageDirectory()方法获取到的就是内置存储卡的位置,需要获取外置存储卡的路径就比较麻烦,这里借鉴网上的代码,稍作修改,在已有的手机上做了测试...
分类:移动开发   时间:2014-09-19 15:44:25    阅读次数:187
testdb11b root.sh执行结果
[root@testdb11b dev]# /u01/app/11.2.0/grid/root.sh Performing root user operation for Oracle 11g The following environment variables are set as: OR...
分类:数据库   时间:2014-09-19 02:16:54    阅读次数:243
Win7安装VC6的关键操作
下载链接: VC6  ,关键操作如下: 1、弹出如下对话框时,勾选"不再显示此消息",点“运行程序” 2、若有360阻止,勾选"不再提醒",“更多”中选择全部允许 3、选择典型安装(Typical) 其他一般都按默认下一步安装;其中,Register environment variables、安装MSDN、现在注册等都不要勾选;若提示文件找不到,选...
分类:Windows程序   时间:2014-09-19 01:13:34    阅读次数:358
Method and apparatus for an atomic operation in a parallel computing environment
A method and apparatus for aatomicoperationis described. A method comprises receiving a first program unit in a parallel computing environment, the fi...
分类:移动开发   时间:2014-09-18 00:30:13    阅读次数:443
[DIOCP3-说明书] 关于DEMO的编译
总有些朋友问我,关于DEMO编译的一些问题,每次都回答大概都差不多,我想还是写篇说明书给大家,关于DEMO编译的步骤。 【环境设定】 1.将DIOCP3\source路径添加到Delphi的搜索路径,[tool->options->Environment Options->Delphi Option...
分类:其他好文   时间:2014-09-12 23:18:34    阅读次数:321
拍照并保存
注意: 在SD的使用中需要加入以下权限: 思路: 1、在SD卡存在可用的前提下拍摄照片。 Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED) // 获取SD卡状态,并且值为Environment.MEDIA_...
分类:其他好文   时间:2014-09-11 16:41:43    阅读次数:174
[小技巧]初次接触 SSIS Package 的一点总结
1 动态改变数据源 package从创建到调试到测试到生产环境,往往需要运行在不同的服务器上。我们可以定义Environment和Server两个变量,一个用于改变 Server,一个用于接收实际Server的值。运行于不同的环境时,只用改一个Environment变量的值,Server及数据库连接...
分类:其他好文   时间:2014-09-11 15:17:52    阅读次数:165
ubuntu myeclipse 启动时提示 A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be avail ....
jdk已经安装过但是启动eclipse时提示“A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be avail”解决方法终端进入你的eclipse目录,然后输入:mkdir jrecd jreln -s 你的JD...
分类:编程语言   时间:2014-09-11 13:49:31    阅读次数:243
Interrupt distribution scheme for a computer bus
A method of handling processor to processor interrupt requests in a multiprocessing computer bus environment is described. This method allows a multip...
分类:其他好文   时间:2014-09-09 22:56:49    阅读次数:569
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!