参考文章[root@oel158 soft]# yum install lrzszLoaded plugins: securitySetting up Install ProcessResolving Dependencies--> Running transaction check---> Pac...
分类:
系统相关 时间:
2014-07-12 00:53:43
阅读次数:
386
需要准备2个文件Apache-tomcat-5.5.25.zip(推荐使用tomcat6)hdfs-webdav.war 解压tomcat# unzip apache-tomcat-5.5.25.zip 复制war到webapps# cd apache-tomcat-5.5.25# cp /soft...
分类:
Web程序 时间:
2014-07-12 00:28:44
阅读次数:
520
把项目从VS2008搬到VS2010的时候,导入原来的编译好的boost库居然连接失败,提示:LINK : fatal error LNK1104: 无法打开文件“libboost_system-vc100-mt-1_47.lib” 错误网上找答案,才知道不同的编译器所使用的boost库编译命令是不...
分类:
其他好文 时间:
2014-07-11 21:47:40
阅读次数:
245
http://wenku.baidu.com/link?url=O05r69TGaLmrJrjJqGz-5EASox8FhhUO6i97xoUOV2dcbh8BEnOlX2EN3nuYGE_3HEYOiYUaUTynMICWFP2iuOZBOeRtkmTnVU4w8B-Ko_C&qq-pf-to=p...
分类:
Web程序 时间:
2014-07-11 18:42:25
阅读次数:
190
1.SQLMAP安装及access注入:http://www.stronkin.com/en/CompHonorBig.asp?id=72.Mysql数据库注入http://www.slibrary.com/link.php?id=3213.Cookie注入:http://www.ntjx.org/...
分类:
数据库 时间:
2014-07-11 12:44:53
阅读次数:
425
DescriptionHow do system_reset and link_rest work?Solutionlnk_linkreset_n (input):In Xilinx SRIO example design, rio_reset.v is provided to handle lin...
上一篇文章主要是参照AwesomePlayer直接用SoftwareRenderer类来显示yuv,为了能用到这个类,不惜依赖了libstagefright、libstagefright_color_conversion等动态静态库,从而造成程序具有很高的耦合度,也不便于我们理解yuv数据直接显示的深层次原因。
于是我开始研究SoftwareRenderer的具体实现,我们来提取Soft...
分类:
移动开发 时间:
2014-07-11 00:14:52
阅读次数:
509
DLL 编写与使用
DLL,Dynamic Link Library,动态链接库。这是微软的一项技术,必须包含。
vs2010创建dll项目
流程: File|New|Project|Visual C++|Win32 | Win32 Console Application|DLL(Additional options|Export symbols)
以工程名12345为例。
...
分类:
其他好文 时间:
2014-07-10 23:46:59
阅读次数:
243
....最后添加了两个按钮,分别处理每个按钮的单击事件时,走了弯路,本来想的是在QButton中重写OnLButtonDown方法,但是,无法区分是那个按钮。参考这篇文章:http://zhidao.baidu.com/link?url=hsXHcC9q_tfdf4Ztz_juQR4fxY63UU7...
user=$user; $this->pass=$pass; $this->dbname=$dbname; } //连接数据库 function conn(){ $link = oci_connect($this->user,$this->pass,$this->dbname); return $l...
分类:
数据库 时间:
2014-07-09 19:28:51
阅读次数:
232