三合一
博客
PHP
AI助手
站内
搜索
选择分类
数据库
SQL Server
Oracle
MySQL
PostgreSQL
NoSQL
大数据
其他数据库
操作系统
Windows
Windows Server
Linux
macOS
嵌入式
APACHE
NGINX
redis
Docker
git
互联网
tomcat
前端开发
Html/Css
JavaScript
jQuery
HTML5
Angular
React
Vue
小程序
软件设计
架构设计
面向对象
设计模式
领域驱动设计
移动端开发
Android开发
iOS开发
Flutter
鸿蒙
其他手机开发
软件工程
敏捷开发
项目与团队管理
软件工程其他
后端开发
.NET
Java
Python
Go
PHP
C++
Ruby
Swift
C语言
Erlang
Delphi
Scala
R语言
Verilog
Dart
Rust
其他语言
asp
nodejs
其他
读书区
翻译区
求职面试
计算机图形学
软件测试
菜谱
SEO技术
摄影
生活技巧
最新
人气
评论
赞
踩
php 出现Strict Standards: Only variables should be passed by reference
在php5.4以上出现Strict Standards: Only variables should be passed by reference,这是php版本的升级改进所带来的,php在5.4版本之后,增加了
2023-07-03 08:46
146
0
0
0
php获取路径:getcwd()、__DIR__、__FILE__ 的区别
1. getcwd():返回当前的工作目录,即进入脚本时的工作目录。 2. __DIR__:返回当前文件所在的目录(不带文件名),该文件可以是被包含文件。 3. __FILE__:返回文件的完整路径,包括文件
2023-07-03 08:46
147
0
0
0
PHP版本Non Thread Safe和Thread Safe如何选择?区别是什么?
Non Thread Safe(NTS)版本的PHP是指可以运行在Web服务器上,但不能用于并发环境,它们不支持多线程和多进程,因此在应用程序中的性能和可靠性可能会受到影响。 Thread Safe(TS)版本
2023-07-03 08:46
152
0
0
0
PHP 7.3.4 安装 Redis 4.0(Windows系统)
一、 安装 Redis 1. 下载 Redis for Windows: 从官网上下载 Redis 4.0 版本,https://github.com/MicrosoftArchive/redis/relea
2023-07-03 08:45
148
0
0
0
php获取随机字符串的几种方法
1、使用uniqid函数 uniqid函数可以生成一个唯一的表示,它的参数可以指定前缀,这样可以生成一个特定前缀的字符串,然后在这个字符串后面加上一个随机字符即可。 代码示例: ``` ``` 2、使用ran
2023-07-02 08:29
157
0
0
0
PHP隐藏部分字符串(如:姓名、用户名、身份证、IP、手机号等)
1、使用PHP中的substr()函数: ``` $str = ‘123456789’; echo substr($str, 0, 3) . ‘‘ . substr($str, -3); // 输出:123789 `
2023-07-02 08:28
155
0
0
0
str_replace替换多个关键字
str_replace(array(str1,str2),replace_str,subject);
2023-07-02 08:22
135
0
0
0
47001 data format error hint 解析 JSON/XML 内容错误
The error message 47001 Data Format Error typically indicates that an error occurred while attempting to p
2023-07-02 08:22
141
0
0
0
«
1
2
...
14
15
16
17
18
19
20
...
74
75
»
脑袋里突然灵光一现,如果不写下来,过后就想不起来了
T:0.068233s,M:196.93 KB
返回顶部
留言
留言
评论