随笔分类 -  PHP

因为工作中遇到,学习一下
摘要:<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>php split Test</title> </head> <body> <?php / 阅读全文
posted @ 2023-05-06 13:01 ®Geovin Du Dream Park™ 阅读(20) 评论(0) 推荐(0)
摘要:-- https://dev.mysql.com/doc/refman/8.0/en/charset-database.html show variables like "character_set_%"; CREATE DATABASE `geovindu` CHARACTER SET utf8 阅读全文
posted @ 2023-05-02 21:24 ®Geovin Du Dream Park™ 阅读(28) 评论(0) 推荐(0)
摘要:httpd.conf 修改端口: # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server its instr 阅读全文
posted @ 2023-03-09 22:37 ®Geovin Du Dream Park™ 阅读(150) 评论(0) 推荐(0)
摘要:http://www.fpdf.org/ https://github.com/Setasign/FPDF https://www.ntaso.com/fpdf-and-chinese-characters/ https://www.phpbook.jp/fpdf/japan/index2.html 阅读全文
posted @ 2018-08-27 18:06 ®Geovin Du Dream Park™ 阅读(594) 评论(0) 推荐(0)
摘要:'; } for($j=0;$j"; } ?> 阅读全文
posted @ 2018-08-22 15:57 ®Geovin Du Dream Park™ 阅读(345) 评论(0) 推荐(0)
摘要:https://github.com/ThingEngineer/PHP-MySQLi-Database-Class https://github.com/wildantea/php-pdo-mysql-helper-class MysqliDb.php sql code: test.php mys 阅读全文
posted @ 2018-08-14 17:32 ®Geovin Du Dream Park™ 阅读(890) 评论(0) 推荐(0)
摘要:http://www.devshed.com/c/a/PHP/PHP-Services-Layers-Data-Mappers/ https://stackoverflow.com/questions/1980015/model-mapper-relationship http://assets.e 阅读全文
posted @ 2018-08-13 14:48 ®Geovin Du Dream Park™ 阅读(347) 评论(0) 推荐(0)
摘要:https://stackoverflow.com/questions/15699301/export-mysql-data-to-excel-in-php https://github.com/PHPOffice https://www.ibm.com/developerworks/library 阅读全文
posted @ 2018-08-10 16:19 ®Geovin Du Dream Park™ 阅读(297) 评论(0) 推荐(0)
摘要:my sql '127.0.0.1:3306', 'db' => 'sakila', 'db_user' => 'root', 'db_pwd' => '888888', ); $link = mysqli_connect($mysql_conf['host'],$mysql_conf['db_user'], $my... 阅读全文
posted @ 2018-07-17 12:36 ®Geovin Du Dream Park™ 阅读(424) 评论(0) 推荐(0)
摘要:my sql '127.0.0.1:3306', 'db' => 'sakila', 'db_user' => 'root', 'db_pwd' => '888888', ); $mysqli = @new mysqli($mysql_conf['host'], $mysql_conf['db_user'], $my... 阅读全文
posted @ 2018-07-13 12:12 ®Geovin Du Dream Park™ 阅读(347) 评论(0) 推荐(0)
摘要:https://github.com/sinergi/php-browser-detector Device.php: user_agent.php: 阅读全文
posted @ 2018-07-12 16:08 ®Geovin Du Dream Park™ 阅读(671) 评论(0) 推荐(0)
摘要:apache: https://www.apachehaus.com/ php: https://windows.php.net/ https://windows.php.net/ 集成安装配置版:https://www.apachefriends.org/index.html 手动安装配置:htt 阅读全文
posted @ 2018-07-12 12:58 ®Geovin Du Dream Park™ 阅读(1047) 评论(0) 推荐(0)