rpm –q gccrpm –q perl确认已安装gcc perl
ncurses-develTsung是用erlang写的需要安装erlang#wget
http://www.erlang.org/download/otp_src_17.0.tar.gz# tar -zxvf otp_src_R...
分类:
其他好文 时间:
2014-05-05 10:59:57
阅读次数:
609
前面两节中,我们已经分析了在一个数据库应用系统的软环境中应用系统的架构实现和系统中与数据库交互的SQL
语句对系统性能的影响。在这一节我们再分析一下系统的数据模型设计实现对系统的性能影响,更通俗一点就是数据库的Schema
设计对系统性能的影响。 在很多人看来,数据库Schema 设计是一件非常.....
分类:
其他好文 时间:
2014-05-05 10:44:47
阅读次数:
308
Eclipse
默认把这些受访问限制的API设成了ERROR。只要把Windows-Preferences-Java-Complicer-
Errors/Warnings里面的Deprecated and restricted API中的Forbidden references(access
rul...
分类:
数据库 时间:
2014-05-05 10:32:49
阅读次数:
435
Unable to open shim database version registry
key
分类:
Web程序 时间:
2014-05-05 09:50:00
阅读次数:
338
QVariant相当于一个包含大多数Qt数据类型的联合体将数据存储为一个Private结构体类型的成员变量d:1 QVariant::QVariant(Type
type)2 { create(type, 0); }1 void QVariant::create(int type, const vo...
分类:
其他好文 时间:
2014-05-04 19:30:20
阅读次数:
593
ArraysArrays are zero-indexed, ordered lists of
values. They are a handy way to store a set of related items of the same type
(such as strings), thoug...
分类:
编程语言 时间:
2014-05-04 19:08:29
阅读次数:
533
实验环境:Mac OSX 10.9.2,Tomcat 7.0.14,JDK 1.6一、制作自签名 CA 证书(根证书)首先我们需要明确自己作为 CA(证书发行机构)的好处。自签名证书并不稀奇,许多企业都在使用自签名证书,但一般意义上的自签名证书和自己作为 CA 发行的自签名证书不一样。自己做CA,可以允许我们用自己的根证书(CA 证书)发行叶证书,这样在安装了根证书的客户端上,这个 CA 的所有叶...
分类:
其他好文 时间:
2014-05-04 18:28:04
阅读次数:
390
解决办法:
bean里的int 类型替换成 Integer
.hbm.xml 改为java.lang.Integer...
分类:
其他好文 时间:
2014-05-04 17:56:01
阅读次数:
298
查看一个数据库的所有表:SelectTABLE_NAMEFROM数据库名称.INFORMATION_SCHEMA.TABLESWhereTABLE_TYPE=‘BASETABLE‘(select*from表名where条件)查看一张表的表结构:sp_helptable_name(表名)获取的信息比较全sp_columnstable_name(表名)创建数据库:usemastergocreatedatabase..
分类:
数据库 时间:
2014-05-04 17:27:23
阅读次数:
456
enum.php/**
*本类主要是实现枚举的功能
*@paramunknown_type$base_class
*@paramunknown_type$args
*@paramunknown_type$codeArgs
*/
functionenum($base_class,array$args,array$codeArgs){
$class_parts=preg_split(‘/\s+/‘,$base_class);
$base_class_name=array_shift($cl..
分类:
其他好文 时间:
2014-05-04 17:14:55
阅读次数:
279