- 博客(5)
- 收藏
- 关注
转载 Javascript将图片文件转为base64格式
http://blog.11info.cn/index.php/2023/04/24/javascript
2023-04-24 21:11:41
209
转载 VsCode批量删除具有相同特征的某一行代码
http://blog.11info.cn/index.php/2023/04/16/vscode
2023-04-17 00:11:50
1923
1
转载 解决阿里云的 git clone github 只有20kb的问题
https://boke112.com/bkml/6397.html
2019-07-29 15:42:15
3082
1
转载 php 保留两位小数的两种方法
php 保留两位小数的两种方法echo sprintf("%.2f", 2.136); //四舍五入echo "<br/>";echo (int)(2.136*100)/100; //不四舍五入
2019-05-14 15:37:03
1265
原创 隐藏tp3 入口文件
Thinkphp 3.2.3 http.conf AllowOverride ALL 这样才能正常隐藏入口文件<VirtualHost *:80> ServerName partner.domain.com DocumentRoot "/home/wwwroot/item/" #directory相当于是欢迎首页面 DirectoryInd...
2018-11-01 16:37:28
595
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人