一、#!/bin/bash#自动添加用户,并使初始密码为用户账户名,且用户登录时强制其更改密码i=1while[$i-le15]doif[$i-le9]thenuseradduser0$iecho"user0$i"|passwd--stdinuser0$i&>/dev/nullchage-d0user0$ielseuseradduser$iecho"user$i"|passwd--stdinuser$i&>/de..
分类:
系统相关 时间:
2014-08-12 03:35:44
阅读次数:
242
~~~~
线段树区间合并~
两种操作:
1、输出满足连续区间最左边的值。
2、更新一段连续区间。
题目链接:http://poj.org/problem?id=3667
~~~~
#include
#include
#include
#define INF 0x7fffffff
#define lson rt<<1,s,m
#define rson rt<<1|1,m+1,e
#de...
分类:
其他好文 时间:
2014-08-12 00:48:13
阅读次数:
166
【D1T1vigenere密码】
P1778vigenere密码
Accepted
标签:[显示标签]
描述16世纪法国外交家Blaise de Vigenère设计了一种多表密码加密算法——Vigenère密码。Vigenère密码的加密解密算法简单易用,且破译难度比较高,曾在美国南北战争中为南军所广泛使用。 在密码学中,我们称需要加密的信息为明文,用M表示;称加...
分类:
其他好文 时间:
2014-08-12 00:44:23
阅读次数:
278
【D1T1vigenere密码】
P1778vigenere密码
Accepted
标签:[显示标签]
描述16世纪法国外交家Blaise de Vigenère设计了一种多表密码加密算法——Vigenère密码。Vigenère密码的加密解密算法简单易用,且破译难度比较高,曾在美国南北战争中为南军所广泛使用。 在密码学中,我们称需要加密的信息为明文,用M表示;称加...
分类:
其他好文 时间:
2014-08-12 00:44:03
阅读次数:
898
Qin Shi Huang's National Road System
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 3395 Accepted Submission(s): 1189
Problem De...
分类:
其他好文 时间:
2014-08-11 21:31:42
阅读次数:
426
智能指针的学习中文教程网站http://zh.highscore.de/cpp/boost/不过代码可能 由于BOOST 版本不同需要稍作修改scoped_ptr 离开作用域则自动调用类析构函数或者函数delete方法shared_ptr 使用率最高的指针 类似scoped_ptr 但是所有权可以转...
分类:
其他好文 时间:
2014-08-11 20:48:02
阅读次数:
270
在redhatEenterprise6或者CentOS6以上版本在使用KVM虚拟化的时,会需要配置到桥接网卡,下面就非常简单的讲一下桥接的方法(真的很简单):
查看eth0的现有状态:
[root@localhost~]#cd/etc/sysconfig/network-scripts/
[root@localhostnetwork-scripts]#catifcfg-eth0
DE..
分类:
其他好文 时间:
2014-08-11 18:11:43
阅读次数:
185
Bus FairTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 600Accepted Submission(s): 293 Problem De...
分类:
其他好文 时间:
2014-08-11 11:32:02
阅读次数:
245
点击打开链接
Atlantis
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 17252
Accepted: 6567
Description
There are several ancient Greek texts that contain de...
分类:
其他好文 时间:
2014-08-10 21:36:10
阅读次数:
342