三合一
博客
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技术
摄影
生活技巧
最新
人气
评论
赞
踩
thinkphp 后台登陆验证
thinkphp 后台登陆验证 测试地址:http://www.seocn.info/web/thinkmsg/Admin 用户名:test 密码:test function login()
2021-12-07 13:30
90
0
0
0
使用反斜线引用字符串 addslashes
if(!function_exists(_addslashes)){ function _addslashes($str){ if(get_magic_quotes_gpc()){ return $str
2021-12-07 13:29
82
0
0
0
php str_ireplace
str_ireplace(PHP 5)str_ireplace -- Case-insensitive version of str_replace().Descriptionmixed str_ireplace (
2021-12-07 13:31
96
0
0
0
smarty 中foreach中iteration变量值就是当前循环次数
smarty 中foreach中iteration变量值就是当前循环次数 例子: {foreach key=key item=item from=$contact name=name} {$key}: {$
2021-12-07 13:30
81
0
0
0
php通过FTP设置文件权限
通过FTP设置文件权限 if (!function_exists(ftp_chmod)){ function ftp_chmod($ftp_stream, $mode, $filename){ return
2021-12-07 13:31
90
0
0
0
相对路径转化成绝对路径
相对路径转化成绝对路径
2021-12-07 13:30
83
0
0
0
VsCode 配置PHP Debug 调试代码
1. 安装 PHP Debug 扩展(在VSCode中搜索安装即可) 2. 修改配置文件.vscode/launch.json ``` { // 使用 IntelliSense 了解相关属性。
2023-07-18 12:39
144
0
0
0
php 服务器性能检测探针文件
php 服务器性能检测探针文件 function test_basic($score){ $items[操作系统]=PHP_OS; $items[服务器软件]=$_SERVER[SERVER_SOFTW
2021-12-07 13:31
86
0
0
0
«
1
2
...
58
59
60
61
62
63
64
...
75
76
»
怎么运用逻辑思维进行推理?
T:0.009420s,M:396.21 KB
返回顶部
留言
留言
评论