三合一
博客
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隐藏部分字符串(如:姓名、用户名、身份证、IP、手机号等)
1、使用PHP中的substr()函数: ``` $str = ‘123456789’; echo substr($str, 0, 3) . ‘‘ . substr($str, -3); // 输出:123789 `
2023-07-02 08:28
116
0
0
0
php中mysql手动提交事务和在for循环里进行事务控制及声明式事务的使用
1. mysql手动提交事务: 在MySQL中,使用commit语句可以手动提交事务,其语法如下: commit; 2.在for循环里进行事务控制 在for循环中使用事务,可以使用begin和commit
2023-07-02 08:22
108
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
104
0
0
0
str_replace替换多个关键字
str_replace(array(str1,str2),replace_str,subject);
2023-07-02 08:22
98
0
0
0
PHP操作文件的常用函数?
PHP操作文件的常用函数? 在PHP中,有许多函数可用于操作文件。以下是一些常用的文件操作函数: ``` fopen():打开文件或URL,返回文件句柄。 fclose():关闭文件句柄。 fread(
2023-06-11 08:53
105
0
0
0
PHP使用Redis长连接的方法详解
php-redis在github上的项目地址:https://github.com/phpredis/phpredispconnect函数声明其中time_out表示客户端闲置多少秒后,就断开连接。函数连接成功返回t
2021-12-07 13:18
94
0
0
0
语句 include 和 require 都能把另外一个文件包含到当前文件中,它们的区别是什么?怎么避免多次包含同一文件?
语句 include 和 require 都能把另外一个文件包含到当前文件中,它们的区别是什么?怎么避免多次包含同一文件? 在许多编程语言中,包括PHP、JavaScript等,都存在用于将另一个文件包含到当前
2023-06-11 08:54
101
0
0
0
PHPStorm 常用的 License Server
1. https://jetbrains-license-server.github.io/ 2. http://idea.imsxm.com/ 3. http://license.imsxm.com/ 4. h
2023-07-11 10:44
122
0
0
0
«
1
2
...
17
18
19
20
21
22
23
...
75
76
»
股票被退市了持有的股票怎么办?
T:0.007659s,M:351.96 KB
返回顶部
留言
留言
评论