上一页 1 2 3 4 5 6 ··· 34 下一页
摘要: https://blog.csdn.net/zz00008888/article/details/113880633 阅读全文
posted @ 2022-07-01 10:21 没事就更 阅读(28) 评论(0) 推荐(0) 编辑
摘要: $logistic_code."\t" 加上\t即可转成字符串 阅读全文
posted @ 2022-05-30 17:20 没事就更 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 1 <?php 2 3 if (!function_exists('bcSum')) { 4 function bcSum($scale, ...$args): string 5 { 6 $result = '0.00'; 7 foreach ($args as $arg) { 8 $result 阅读全文
posted @ 2022-04-28 14:45 没事就更 阅读(67) 评论(0) 推荐(0) 编辑
摘要: https://sawlove.com/mamp-pro-use-for-wp.html 1 location / { 2 if (!-e $request_filename) { 3 rewrite ^(.*)$ /index.php?s=$1 last; 4 break; 5 } 6 } 阅读全文
posted @ 2022-03-03 15:30 没事就更 阅读(777) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/m13026178198/article/details/88709829 https://blog.csdn.net/weixin_35797901/article/details/113158282 /usr/local/Cellar/php@8.0/ 阅读全文
posted @ 2022-03-03 10:29 没事就更 阅读(33) 评论(0) 推荐(0) 编辑
摘要: # vim ~/.zshrc alias ydocx="/Users/wanglili/work/mfe/ydoc/bin/ydoc"alias composer8="/Applications/MAMP/bin/php/php8.0.0/bin/php /usr/local/bin/compose 阅读全文
posted @ 2022-02-15 10:49 没事就更 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 一、下载1、https://pecl.php.net/get/redis-5.3.2.tgz下载到本地,文件传输上传到 /usr/local/src/2、wget -P /usr/local/src/ https://pecl.php.net/get/redis-5.3.2.tgz 二、解压缩、编译 阅读全文
posted @ 2022-02-14 14:27 没事就更 阅读(1514) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/6d92b4e362b0 阅读全文
posted @ 2022-01-21 09:29 没事就更 阅读(250) 评论(0) 推荐(0) 编辑
摘要: /Applications/MAMP PRO.app/Contents/Resources/redis.conf /Applications/MAMP/conf/nginx/nginx.conf /Applications/MAMP PRO.app/Contents/Resources find . 阅读全文
posted @ 2022-01-05 16:47 没事就更 阅读(142) 评论(0) 推荐(0) 编辑
摘要: /** * String from columnindex * * @param int $pColumnIndex Column index (base 0 !!!) * @return string */ public static function stringFromColumnIndex( 阅读全文
posted @ 2021-12-21 16:52 没事就更 阅读(176) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 34 下一页