摘要: 将字体复制到TCPDF\tools 目录下 打开CMD窗口定位到TCPDF\tools 目录 执行下面的命令 我们以微软雅黑字体为例 php ./tcpdf_addfont.php -b -t TrueTypeUnicode -f 97 -i msyh.ttf 如果成功CMD会出现下面的代码 >>> 阅读全文
posted @ 2020-02-20 22:39 binxl 阅读(1849) 评论(0) 推荐(0)
摘要: public function showname() { $date = date('Y-m-d'); $ddd=Db::table('xinguan') ->where('date','=', $date) ->field('name') ->select(false); $data= Db::t 阅读全文
posted @ 2020-02-16 00:05 binxl 阅读(206) 评论(0) 推荐(0)
摘要: <?php header("Content-type:text/html;charset=utf-8"); $row = ''; $sql = "UPDATE dede_archives SET senddate = case id"."<br />"; //前缀请自行更改 for($x=1; $x 阅读全文
posted @ 2020-01-12 01:15 binxl 阅读(325) 评论(0) 推荐(0)
摘要: 最终效果如下 1 option = { 2 title: { 3 text: '投稿排行', 4 left: 'center', //标题居中 5 }, 6 dataset: { 7 source: [ 8 ['amount', 'product'], 9 [58212, '一中队'], 10 [7 阅读全文
posted @ 2020-01-07 01:01 binxl 阅读(591) 评论(0) 推荐(0)
摘要: 转战博客园,记下时间 阅读全文
posted @ 2019-08-17 19:01 binxl 阅读(528) 评论(0) 推荐(0)