二. 加密算法介绍对称加密算法对称加密算法用来对敏感数据等信息进行加密,经常使用的算法包含:DES(Data Encryption Standard):数据加密标准,速度较快,适用于加密大量数据的场合。3DES(Triple DES):是基于DES,对一块数据用三个不同的密钥进行三次加密,强度更高。...
分类:
编程语言 时间:
2015-01-19 22:38:27
阅读次数:
570
自从Honeycomb初始版本发布,以下堆栈跟踪和异常消息就一直困扰着StackOverflow
java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
at android.support.v4.app.FragmentManagerImpl.checkStateLos...
分类:
其他好文 时间:
2015-01-19 12:51:06
阅读次数:
182
#include "stdafx.h"#include using namespace std;typedef int DataType;#define SIZE 100typedef struct{ int i,j; DataType e;}Triple;typedef struct{ Tripl...
分类:
其他好文 时间:
2015-01-16 14:27:33
阅读次数:
216
首先修改数据库为单用户模式alter database Tfs_DEV set single_user with rollback immediate使用DBCC修复数据库,使用REPAIR_ALLOW_DATA_LOSS最低级别的修复模式DBCC CHECKDB (Tfs_DEV, REPAIR_...
分类:
数据库 时间:
2014-12-25 09:51:49
阅读次数:
231
【利用tc做简单的限速策略】tcqdisc.sh#!/bin/sh
#
#tcqdisc.sh[a|c|d|s]interface[delay|loss]N[ms|%]
#
#
action=$1
eth=$2
option=$3
value=$4
case$actionin
a)
tcqdiscadddev$ethrootnetem$option$value
;;
c)
tcqdiscchangedev$ethrootnetem$option$value
;;
d)
tcqdis..
分类:
其他好文 时间:
2014-12-24 18:20:42
阅读次数:
152
caffe在cifar10 的example上给出了两个模型,一个是quick模式,一个是full模式,训练full模式时会出现loss=nan的错误...
分类:
其他好文 时间:
2014-12-24 11:48:27
阅读次数:
1583
下面自从Honeycomb发布后,下面栈跟踪信息和异常信息已经困扰了StackOverFlow很久了。java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState at android.s...
分类:
其他好文 时间:
2014-12-24 08:42:49
阅读次数:
162
The loss of which two types of files may require a recovery with
the RESETLOGS option?(Choose two.)
A. control files
B. password file
C. archived log files
D. system-critical data files ...
分类:
数据库 时间:
2014-12-21 22:08:34
阅读次数:
249
1.什么是稀疏矩阵?稀疏矩阵就是矩阵中有大量零元素2.稀疏矩阵的好处节省空间3.稀疏矩阵的类模板定义:#ifndef TRIPLE_H_INCLUDED#define TRIPLE_H_INCLUDEDtemplate struct Triple{ int row,col; ElemTy...
分类:
其他好文 时间:
2014-12-21 15:11:29
阅读次数:
382
How to monitor Linux UDP buffer available space? You are trying to solve the wrong problem. UDP is?unreliable?communication, period. If packet loss is a problem for you, you should either impleme...
分类:
系统相关 时间:
2014-12-17 19:08:00
阅读次数:
258