摘要:
① 下载FPDF相关资料=》https://github.com/DCgithub21/cd_FPDF ② 查看目录文件 注:ttf2pt1.zip为字体转换程序 ③ 运行example.php即可输出中文 运行example.php后输出的内容: 文章转载链接:http://blog.csdn.n 阅读全文
摘要:
function IsPC() { var userAgentInfo = navigator.userAgent; var Agents = ["Android", "iPhone", "SymbianOS", "Windows Phone", "iPad", "iPod"]; var flag 阅读全文
摘要:
grant all privileges on *.* to 'root'@'%' identified by 'root' with grant option; flush privileges; 以上两句话的意思是:1、带着赋予权限的权利,赋予他人权限,可访问任何数据库任何表,登陆账号为root 阅读全文