(1)查看日志,是否有如下提示信息:EXP-00003: no storage definition found for segment(0, 0)解决方法:http://www.it165.net/database/html/201404/6145.htmlsys登陆show parameter ...
分类:
数据库 时间:
2015-02-16 10:10:36
阅读次数:
260
概述 把符号表和变量表中的内容保存到一个文件中,通过IO文件流,来把符号表和变量表存储到文件中。在这之前需要弄明白什么是序列化和反序列化 对象的序列化 序列化:把对象转换为字节序列的过程 反序列化:把字节序列恢复为对象的过程 我们要把SymbolTable类的对象(符号表)和Storage类的对象(...
分类:
其他好文 时间:
2015-02-14 23:49:23
阅读次数:
207
Posted on 09/09/2014 In almost all cases, when mounting a CIFS-share on a Linux host, you will need to supply some credentials. Either you could enter...
ZigBee安全由AES加密算法和CCM操作方式作为安全方案,广泛使用在ZigBee联盟的通信协议中。ZDO层负责安全策略和安全配置的管理。 Technorati 标签: ZigBee 安全 2. 配置 在Z-Stack协议栈中,安全网络配置默认是关闭的,如需开启,将SECURE设置为非0即可。 全...
分类:
其他好文 时间:
2015-02-13 16:30:21
阅读次数:
270
Causedby:java.lang.IllegalArgumentException:SecurityMetadataSourcedoesnotsupportsecureobjectclass:classorg.springframework.security.web.FilterInvocation
atorg.springframework.util.Assert.isTrue(Assert.java:65)
atorg.springframework.security.access.interce..
分类:
Web程序 时间:
2015-02-12 14:15:00
阅读次数:
548
Exchange2007OWA上添加附件就显示在此邮件中发现病毒,此邮件已被删除。有关详细信息,请与组织的技术支持联系。用outlook等MAIL客户端接收发送都没有问题,只有在OWA上有这个问题。错误提示:ExceptionExceptiontype:Microsoft.Exchange.Data.Storage.VirusMessageDeletedExce..
分类:
其他好文 时间:
2015-02-12 14:12:35
阅读次数:
171
strcpy使用不.太.安全,strcpy_s只是windows下的,且在release版本也会弹出警告框,不太爽。所以还是用strncpy比较好,在windows下可以预定义#define_CRT_SECURE_NO_WARNINGS(要定义在包含string.h头文件的前面),来屏蔽掉使用_s版本之类的warning。但是使用strncpy也是有一..
分类:
其他好文 时间:
2015-02-11 18:49:14
阅读次数:
182
#include #include #include #include // Raw Bind - simulating auto storage behavior for static storage datatemplate class scoped_raw_bind{public: type....
分类:
编程语言 时间:
2015-02-11 12:30:59
阅读次数:
134
Channel 9的官方解释http://channel9.msdn.com/posts/Inside-the-Azure-Storage-Outage-of-November-18th曾经在自己的Blog提到过这次事件http://www.cnblogs.com/SignalTips/p/4109...
分类:
其他好文 时间:
2015-02-11 10:45:07
阅读次数:
128
梗概:使用证书登陆,可以减少密码的使用,避免密码泄露,证书登陆更加方便、安全。Secure CRT和Putty原理相同,生成密钥对(Key pair)操作有所不同。1、生成key pair,先以SecureCRT为例密钥类型有RSA和DSA两种,sshd_config里面两种都支持,一般选用RSA....
分类:
系统相关 时间:
2015-02-11 01:46:14
阅读次数:
332