码迷,mamicode.com
首页 >  
搜索关键字:environment    ( 2700个结果
golang in ubuntu
1. environment for gowe don't need to set GOROOT, seehttp://dave.cheney.net/2013/06/14/you-dont-need-to-set-goroot-reallyJust add the following lines ...
分类:系统相关   时间:2014-10-12 01:50:27    阅读次数:366
JVM Guide
Java Virtual Machine: the Essential GuideOctober 8th, 2014 - By Alexey ZhebelIntroductionJava Virtual Machine (JVM) is an execution environment for Ja...
分类:其他好文   时间:2014-10-11 21:35:46    阅读次数:269
了解ACE(ADAPTIVE Communication Environment)
摘自:http://blog.csdn.net/huangyong19870618/article/details/4954512 ADAPTIVE Communication Environment,自适配通信环境,简称ACE。 ACE是可自由使用、开放源码的面向对象框架,它实现了许多用于并发.....
分类:其他好文   时间:2014-10-11 18:08:35    阅读次数:168
Android代码中设置背景图片
//设置背景图片 String picfile= Environment.getExternalStorageDirectory() + "/pdp/pdp.png"; try { Drawable d = Drawable.createFromPath(picfile); linear...
分类:移动开发   时间:2014-10-11 14:54:25    阅读次数:214
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
使用m2eclipse可能遇到如下错误[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project hello-world:...
分类:其他好文   时间:2014-10-10 22:21:04    阅读次数:400
Application.StartupPath同System.Environment.CurrentDirectory区别
System.Windows.Forms.Application.StartupPath:获取启动了应用程序的可执行文件的路径,不包括可执行文件的名称。System.Environment.CurrentDirectory:获取或设置当前工作目录的完全限定路径。备注说明:假设你在桌面上打开了一个应用...
分类:移动开发   时间:2014-10-09 17:08:17    阅读次数:170
相对路径与绝对路径
string frxFileMC = System.Environment.CurrentDirectory +"\\DZCLayout.ini";string frxFileMC = AppDomain.CurrentDomain.BaseDirectory+"PRN_JHD_JE.frx";//...
分类:其他好文   时间:2014-10-09 15:20:44    阅读次数:123
rails生产环境遇到的一些问题
1.启动production模式运行程序报的错误: Missing `secret_key_base` for 'production' environment, set this value in `config/secrets.yml` 处理方法方式: 生成一个production下的key,复制到config/secrets.yml下 生成命令:# 参考链接:点我 (2)...
分类:其他好文   时间:2014-10-09 02:43:28    阅读次数:218
jdk和jre是什么?都有什么用?(转帖)
jdk和jre是什么?都有什么用?(转帖)文章分类:Java编程 大家肯定在安装JDK的时候会有选择是否安装单独的jre,一般都会一起安装,我也建议大家这样做。由于这样更能帮助大家弄清楚它们的差别: Jre 是java runtime environment, 是java程序的执行环境。既然是执行,...
分类:其他好文   时间:2014-10-09 02:12:57    阅读次数:451
为gradle设置proxy
官方文档:http://www.gradle.org/docs/current/userguide/build_environment.html以下配置写在gradle.properties中://以下为http协议proxy配置systemProp.http.proxyHost=www.someh...
分类:其他好文   时间:2014-10-09 01:49:37    阅读次数:113
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!