先写一个类#region Using directivesusing System;using
System.Text;#endregionnamespace Ean13Barcode2005{public class Ean13{private
string _sName = "EAN13";pr...
分类:
其他好文 时间:
2014-05-17 15:17:03
阅读次数:
398
安卓工具有3种:make、make
sdk、下载安装启动安卓模拟器需要文件:system.img、userdata.img、ramdisk.img(3个安卓镜像文件)、zImage(Linux内核镜像文件)命令:emulator默认使用:zImage:$PATH(/prebuilts/qemu-ke...
分类:
移动开发 时间:
2014-05-17 14:57:34
阅读次数:
304
http://blog.chinaunix.net/uid-21411227-id-2780269.htmlOSI/RM(Open
System Interconnection/Reference
Model)——开放系统互连参考模型,1983年ISO颁布的网络体系结构标准。从低到高分七层:物理层、...
分类:
其他好文 时间:
2014-05-17 14:56:53
阅读次数:
254
问题1
[root@localhost ~]# gluster peer status
Connection failed. Please check if gluster daemon is operational.
原因:未开启glusterd服务
解决方法:开启glusterd服务
/etc/init.d/glusterd start
问题2
[root@loc...
分类:
其他好文 时间:
2014-05-16 02:50:16
阅读次数:
391
对于运维工作而言,稳定运行当然没啥说的,让人头痛的都是出现了一大波错误却无法解决。今天为大家分享一下我在SCVMM2012(SP1和R2)中遇到的一大波错误。=======都是干货============12704,无法连接到Hyper-V服务,一般来说这时候是网络有问题造成SCVMM2012R2与Hyper-V主机主..
分类:
其他好文 时间:
2014-05-16 02:06:25
阅读次数:
406
program.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace GroupBoxTest13
{
static class Program
{
///
/// 应用程序的...
分类:
其他好文 时间:
2014-05-16 01:56:45
阅读次数:
319
【题目】
原文:
1.8 Assume you have a method isSubstring which checks if one word is a substring of another. Given two strings, s1 and s2, write code to check if s2 is a rotation of s1 using only one...
分类:
其他好文 时间:
2014-05-16 01:50:08
阅读次数:
311
DELL服务器硬件监控及DELL系统管理工具OMSA介绍
本文介绍采用使用Nagios和OMSA监控DELL服务器的硬件健康状态,Nagios监控的方式是NRPE模式,需要配置check_openmanage脚本和安装DELL的OMSA工具。...
分类:
其他好文 时间:
2014-05-16 01:48:56
阅读次数:
440
折腾C++的类型系统是一个很有意思的事情。当钻进去之后就会发现,一些原先比较晦涩的基本概念,在研究的过程中都清晰了不少。
check_type的实用价值在于,可以利用它清晰的看见C++中一些隐藏的类型变化。比如完美转发时的引用折叠。
在实现check_type的过程中,用到了不少泛型,甚至元编程的小技巧,充分运用了C++在预处理期、编译期和运行期(RAII)的处理能力。虽然这些代码仅是学习研究时的兴趣之作,实际项目中往往typeid的返回结果就足够了,但上面的不少技巧对一些现实中的项目开发也有一定的参考和...
分类:
编程语言 时间:
2014-05-16 01:44:26
阅读次数:
354
05-15 17:32:51.624: W/System.err(9851): java.io.EOFException
05-15 17:32:51.694: W/System.err(9851): at libcore.io.Streams.readAsciiLine(Streams.java:203)
05-15 17:32:51.694: W/System.err(9851): at...
分类:
移动开发 时间:
2014-05-15 23:43:35
阅读次数:
547