1. 字符编码简介1.1. ASCIIASCII(American Standard Code for
Information
Interchange),是一种单字节的编码。计算机世界里一开始只有英文,而单字节可以表示256个不同的字符,可以表示所有的英文字符和许多的控制符号。不过ASCII只用到了...
分类:
编程语言 时间:
2014-05-27 00:34:33
阅读次数:
379
Check nagios配置文件报错例如以下:[nagios@2 etc]$
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfgNagios Core
4.0.6Copyright (c) 2009-present Nag...
分类:
移动开发 时间:
2014-05-27 00:07:04
阅读次数:
364
java.sql.SQLRecoverableException: IO Error:
Connection reset at
oracle.jdbc.driver.T4CConnection.logoff(T4CConnection.java:612) at oracl...
分类:
数据库 时间:
2014-05-24 07:52:31
阅读次数:
6199
Have we missed some critical information from
this article? Are you a company, organisation or research group operating in
this region and feel you wa...
分类:
其他好文 时间:
2014-05-23 05:51:05
阅读次数:
305
从openjdk.java.net下载openjdk的软件包,你就获得了所有相关的源码。
强烈建议首先仔细看懂README-builds.html 指南。在执行 make all 之前,首先要 执行make sanity
来检验依赖是否满足,你最好解决所有的的error 和 warning。编译需要...
分类:
其他好文 时间:
2014-05-22 15:45:08
阅读次数:
263
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
如示例 var demo=$(".formsub").Validform(),那么demo对象会有以下属性和方法可以调用:
tipmsg【object】
如:demo.tipmsg.s="error! no messageinputed.";
通过该对象可以修改除 tit 以外的其他提示文字,这样可以实现同一个页面的不同表单使用不同的提示文字。
具体可修改的提示文字
$....
分类:
其他好文 时间:
2014-05-21 13:35:35
阅读次数:
356
主要是权限不足引起的。需要提升程序的权限。具体提升方式参照以下文章:
Windows程序权限提升...
分类:
数据库 时间:
2014-05-21 13:30:48
阅读次数:
916
InstallingwithCitrixXenServerNote:ToinstalltheAdaptecRAIDcontrollerdriverwithCitrixXenServer,youmustburntheXenServerdriverisop_w_picpathtoawriteableCD.YouwillbepromptedtoinserttheXenServerdriverCDtwice.YouneedtheXenServerinstallationCDtocompletethistask.You..
分类:
其他好文 时间:
2014-05-21 13:19:58
阅读次数:
454