#include
#include
using namespace std;
class information
{
public :
string num ;//账号
string name;//用户名
string key;//密码
string ID;//身份证号
string tel;//电话号码
double money;/...
分类:
编程语言 时间:
2014-07-27 11:09:42
阅读次数:
315
命令简介: 该命令用来删除Linux系统中的文件或目录。通常情况下rm不会删除目录,你必须通过指定参数-r或-R来删除目录。另外rm通常可以将该文件或目录恢复(注意,rm删除文件其实只是将指向数据块的索引点(information nodes)释放,只要不被覆盖,数据其实还在硬盘上。如果想要保证文件...
分类:
系统相关 时间:
2014-07-26 14:43:51
阅读次数:
547
1 系统消息包含:主信息块(Master Information Block,MIB)多个系统信息块(System Information Blocks,SIBs)2 MIB承载于BCCH——>BCH——>PBCH上包括有限个用以读取其他小区信息的最重要、最常用的传输参数(如:系统带宽、系统帧号、P...
分类:
其他好文 时间:
2014-07-26 01:01:16
阅读次数:
297
CICS (Customer Information Control System)是IBM 公司的强大主机交易服务器、集成平台,在全球C、C++、COBOL等交易中间件市场上占有绝大多数客户。CICS有超过30年的历史,开发于在IBM英国的赫思里(Hursley)研发中心。CICS英国式发音是“k...
分类:
其他好文 时间:
2014-07-26 00:53:26
阅读次数:
183
1:Server ErrorInternet Information Services 7.5Error SummaryHTTP Error 500.19 - Internal Server ErrorThe requested page cannot be accessed because the...
分类:
Web程序 时间:
2014-07-25 18:58:42
阅读次数:
587
我所使用 的是centos虚拟机,在那个环境下有dhcp服务,本来用的好好的,可是突然出现了如下错误:
错误:determining IP information for eth0 ... failed; no link present . Check cable?
开始还以为是网线掉了,结果好的。
后来去网上百度,google了一下,结果出现的都是
Getting a DHCP Addr...
分类:
其他好文 时间:
2014-07-25 10:59:51
阅读次数:
216
The present invention relates to an apparatus for supporting information centric networking. An information centric network (ICN) node based on a swit...
分类:
Web程序 时间:
2014-07-25 03:58:25
阅读次数:
567
A method of transferring data between a software defined network (SDN) and an information-centric network (ICN), wherein the method comprises receivin...
分类:
Web程序 时间:
2014-07-25 03:09:19
阅读次数:
466
A method implemented by a network device residing in a service domain, wherein the network device comprises an information centric networking (ICN) tr...
分类:
Web程序 时间:
2014-07-25 02:58:55
阅读次数:
596
上一篇blog介绍了因为sql查询information_schema表而导致内存暴涨的case。今天顺便做了一个thd内存的监控:先来介绍下MySQL的内存: 1. 线程内内存:thd->mem_root, 线程在执行sql的过程中,申请的内存从thd->mem_root进行分配,在sql结束的....
分类:
数据库 时间:
2014-07-24 22:42:03
阅读次数:
445