三合一
博客
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技术
摄影
生活技巧
最新
人气
评论
赞
踩
如何在windows下载和安装Apache
1. 从官网上下载最新版本的Apache:http://httpd.apache.org/download.cgi 2. 解压缩Apache,通过管理员身份双击安装程序,按照安装向导完成安装; 3. 在浏览器
2023-07-02 08:22
138
0
0
0
Windows安装MySQL5.7
一、下载MySQL 前往MySQL官网下载MySQL 5.7.x的最新版本:https://dev.mysql.com/downloads/mysql/ 二、安装MySQL 1、双击下载的mysql安装文件
2023-07-02 08:22
142
0
0
0
str_replace替换多个关键字
str_replace(array(str1,str2),replace_str,subject);
2023-07-02 08:22
102
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
106
0
0
0
php中mysql手动提交事务和在for循环里进行事务控制及声明式事务的使用
1. mysql手动提交事务: 在MySQL中,使用commit语句可以手动提交事务,其语法如下: commit; 2.在for循环里进行事务控制 在for循环中使用事务,可以使用begin和commit
2023-07-02 08:22
113
0
0
0
centos下如何使用sendmail发送邮件
一、安装sendmail 1、打开终端,输入:yum install sendmail 2、安装完成后,输入service sendmail start,启动sendmail服务 二、配置sendmail
2023-07-02 08:21
121
0
0
0
mysql mysqldump 命令导出指定表的数据
mysqldump -u用户名 -p密码 数据库名 表名 > 文件名.sql
2023-07-02 08:21
141
0
0
0
PHP 获取文件扩展名(后缀名)的方法
1. 使用pathinfo()函数: ``` $file_name = example.txt; $file_ext = pathinfo($file_name, PATHINFO_EXTENSION); ec
2023-07-02 08:21
106
0
0
0
«
1
2
...
103
104
105
106
107
108
109
...
614
615
»
区块链
T:0.014155s,M:342.83 KB
返回顶部
留言
留言
评论