随笔分类 -  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™ 阅读(16) 评论(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™ 阅读(16) 评论(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™ 阅读(123) 评论(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™ 阅读(583) 评论(0) 推荐(0) 编辑
摘要:'; } for($j=0;$j"; } ?> 阅读全文
posted @ 2018-08-22 15:57 ®Geovin Du Dream Park™ 阅读(338) 评论(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™ 阅读(869) 评论(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™ 阅读(340) 评论(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™ 阅读(293) 评论(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™ 阅读(418) 评论(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™ 阅读(338) 评论(0) 推荐(0) 编辑
摘要:https://github.com/sinergi/php-browser-detector Device.php: user_agent.php: 阅读全文
posted @ 2018-07-12 16:08 ®Geovin Du Dream Park™ 阅读(659) 评论(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™ 阅读(933) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示