1、后台生成PDF thinkphp利用MPDF插件 示例代码: public function pdf(){ //引入类库 Vendor('mpdf.mpdf'); //设置中文编码 $mpdf=new \mPDF('zh-cn','A4', 0, '宋体
摘要: 本文讲述如何使用Mediawiki搭建个人wiki系统、以及wiki的部分基本操作和设置 日常开发中总会有许多东西需要记录,很多软件都可以做到这一点,例如有道云笔记,或者写博客。但个人偏爱于Mediawiki,因为wiki可定制性强,总给人一种高端大气
BTW:非常全了,涉及网络,逆向等等,以后有时间找几个常用的包研究研究~资源匮乏就是纠结,之前不知道有这些,写个脚本还要自己去实现。。。。 Network Scapy: send, sniff and dissect and forge network pa
If you are involved in vulnerability research, reverse engineering or penetration testing, I suggest to try out the Python progra
Network Scapy: send, sniff and dissect and forge network packets. Usable interactively or as a library pypcap, Pcapy and pylibpca
原文地址:http://developer.51cto.com/art/201204/327561.htm 1.不要使用相对路径 常常会看到: require_once('../../lib/some_class.php'); 该方法有很多缺点: 它首先