关于VS系列使用 Unicode 格式产生以上警告:
warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help ...
分类:
其他好文 时间:
2014-12-12 11:41:51
阅读次数:
892
1、首先查看磁盘使用状况,很明显磁盘/dev/sda2被占用慢了不能使用率100% [root@囧 /]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda2 20G 19G 0 100% / tmpfs 1.9G 0 1.9G 0% /dev/shm /dev/sda...
分类:
数据库 时间:
2014-12-11 12:34:14
阅读次数:
195
Preface: 前期存储未规划好,业务快速扩展,数据高安全需求(异地,More one copy),需求多多?NM干着干着活就会时不时的坑爹起来了!particularly Real Production Env、、、、,在VMware中测试新添加物理存储媒介PV,extend LVM空间,动态....
分类:
其他好文 时间:
2014-12-10 22:46:05
阅读次数:
203
1. First, you have to determine the Storage-Repository-UUID:xe sr-list-> write down / take note of SR-UUID of the SR to delete2. Find the correspondin...
分类:
其他好文 时间:
2014-12-10 00:19:07
阅读次数:
299
今天遇到一个开线程太多将虚拟内存耗尽的问题
我的应用程序的pid是2558,查看此时的状态:
root@Storage:/proc/2558# cat status
Name: sonia
State: S (sleeping)
Tgid: 2558
Pid: 2558
PPid: 2335
TracerPid: 0
Uid: 0...
分类:
编程语言 时间:
2014-12-09 19:39:40
阅读次数:
979
SSL协议 缩写 Secure SocketLayer,是一种制定的保证服务器和客户端安全通信的一种协议。最初是由Netscape 在1996年发布,由于一些安全的原因SSL
v1.0和SSL v2.0都没有公开,直到1996年的SSL v3.0。TLS是SSL
v3.0的升级版,目前市面上所有的HTTPS都是用的是TLS,而不是SSL。本文主要分析和讲解TLS。
HTTPS(Hyp...
分类:
其他好文 时间:
2014-12-09 17:43:13
阅读次数:
209
Beginning with API Level 8, you can allow your application to be installed on the external storage (for example, the device's SD card). This is an opt...
分类:
移动开发 时间:
2014-12-09 15:11:54
阅读次数:
414
消息摘要算法又成散列算法,其核心在于散列函数的单向性。即通过散列函数可获得对应的散列值,但不可以通过散列值反推其原始信息。消息摘要算法分为以下三大类: MD(Message Digest ,消息摘要) SHA(Secure Hash Algorithm ,安全散列算法) MAC(Mess...
分类:
编程语言 时间:
2014-12-09 13:53:07
阅读次数:
252