Environment variables are a univerial mechanism for conveying configuration information to Unix programs. Let's look at how to set, get, and list envi...
分类:
其他好文 时间:
2015-04-01 14:59:08
阅读次数:
113
我的docker容器里边,运行我的java进程时环境变量LANG为空导致乱码,重启java进程不为空显示正常;没有地方显式的设置过LANG,没找到/etc/(environment,profile,locale.gen,default/locale)中都没有;没找到原因,在java进程前显式的设置L...
分类:
其他好文 时间:
2015-04-01 11:01:31
阅读次数:
134
练习4-7原文Exercise 4.7. Let* is similar to let, except that the bindings of the let variables are performed sequentially from left to right, and each binding is made in an environment in which all of the...
分类:
其他好文 时间:
2015-04-01 09:31:37
阅读次数:
178
XML 在Android中应用的相当多啊,所以掌握一些XML的序列化及解析还是很有必要的。XmlSerializer serializer = Xml.newSerializer(); //生成一个XML 序列化器 File file = new File(Environment.getExtern...
分类:
移动开发 时间:
2015-03-31 23:49:23
阅读次数:
153
SD卡操作相关的工具
package com.flyou.utils;
import java.io.File;
import android.os.Environment;
import android.os.StatFs;
/**
* SD卡相关的辅助类
*
*
*
*/
public class SDCardUtils
{
private SDCardUtils()...
分类:
其他好文 时间:
2015-03-31 10:55:10
阅读次数:
149
服务启动时log4j提示
WARN SessionFactoryObjectFactory:121 - Could not bind factory to JNDI
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an ap...
分类:
其他好文 时间:
2015-03-30 21:17:29
阅读次数:
147
1file server configuration salt有一个用ZeroMQ编写的高性能文件服务,它可以用很小的负载快速管理大量的文件。salt的文件服务是一个感知环境(environment aware)的文件服务,什么是环境感知?就是文件可以被分配在多个根目录下,可以在访问时指定文件路径和...
分类:
其他好文 时间:
2015-03-30 00:58:08
阅读次数:
240
Azure PowerShell is a powerful scripting environment that you can use to control and automate the deployment and management of your workloads in Azure...
分类:
系统相关 时间:
2015-03-29 16:27:37
阅读次数:
177
android提供对可移除的外部存储进行文件存储。在对外部sdcard进行调用的时候首先要调用Environment.getExternalStorageState()检查sdcard的可用状态。通过Environment.getExternalStorageDirectory()得到Sdcar.....
分类:
移动开发 时间:
2015-03-29 12:09:28
阅读次数:
149
Java Runtime Environment(JRE) :运行Java程序所必须的环境的集合。JRE的组成: –包括Java 虚拟机 (JVM)、Java核心类和支持文件。 –不包含开发工具 --如编译器、调试器和其它工具。
分类:
编程语言 时间:
2015-03-21 21:14:45
阅读次数:
122