公司里一些仿真软件得进Linux系统,好奇公司用的什么Linux版本,于是搜罗了几个命令如下:1 uname- Print kernel and system information$ uname -r$ uname -mrs$ uname -a2 lsb_release- Print distri...
分类:
系统相关 时间:
2015-03-04 06:14:26
阅读次数:
159
// 闲来无事,写几行代码,温习一下单链表,功能不全,可补充。
///////////////////////////////////////////////////
/*Person Information Management System-PIMY
*功能菜单/////////////////////////////////////////
*1. 添加//////////////////...
分类:
其他好文 时间:
2015-03-03 22:18:03
阅读次数:
324
数据库INFORMATION_SCHEMA:提供了访问数据库元数据的方式。 元数据是关于数据的数据,如数据库名或表名,列的数据类型,或访问权限等。有些时候用于表述该信息的其他术语包括“数据词典”和“系统目录”。 INFORMATION_SCHEMA是信息数据库,其中保存着关于MySQL服务器所维.....
分类:
数据库 时间:
2015-03-03 20:12:46
阅读次数:
278
This has been a long-standing complaint with Java, but it's largely meaningless, and usually based on looking at the wrong information. The usual phra...
分类:
其他好文 时间:
2015-03-03 18:02:49
阅读次数:
178
CISM国际注册信息安全经理认证(Certified Information Security Manager)是ISACA 推出,专门为负责领导、规划和管理企业全面信息系统安全的资深管理人员设计的专业资格。CISM针对信息风险在业务应用的管理和相关问题的解决,而不是一个入门级别的专业认证。CISM...
分类:
其他好文 时间:
2015-03-03 16:32:59
阅读次数:
147
select TABLE_NAME, TABLE_SCHEMA, Data_free from information_schema.TABLES where TABLE_SCHEMA NOT IN ('information_schema', 'mysql') and Data_Free >0;+...
分类:
数据库 时间:
2015-03-03 13:28:32
阅读次数:
359
查看连接数show processlist; 也可以查information_schema.processlist表查看定义/默认的参数show variables like '%参数名字%';取消用户权限:revoke SELECT, EXECUTE, SHOW VIEW ON `tsdp`.* ...
分类:
数据库 时间:
2015-03-03 11:28:51
阅读次数:
188
1.下载激活工具
2.双击run.bat打开破解界面
3.Usercode随便输入点东西,点击Systemid,产生一个Systemid,在点击Active按钮,产生以下界面
4.打开Myeclipse,Myeclipse->Subscription information ,把上面生成的LICENEE复制到Subbscripter中,LICENSE_KEY复制到Subscripti...
分类:
系统相关 时间:
2015-03-03 09:59:23
阅读次数:
183
http://en.wikipedia.org/wiki/Security_information_and_event_managementhttp://en.wikipedia.org/wiki/Security_event_managerhttp://en.wikipedia.org/wiki/...
分类:
其他好文 时间:
2015-03-03 01:05:55
阅读次数:
265
路由信息协议RIP(Routing Information Protocol)的简称,它是一种基于距离矢量(Distance-Vector)算法的协议,使用跳数作为度量来衡量到达目的网络的距离。RIP主要应用与规模较小的网络中。学习目标:
1. 掌握RIP的基本工作原理
2. 掌握RIP的配置路由信息协议——RIP
RIP是一种比较简单的内部网关协议。RIP使用了基于距离矢量的贝尔曼 -福特算...
分类:
其他好文 时间:
2015-03-02 19:12:57
阅读次数:
250