会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
pengcx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
24
下一页
2018年11月5日
VMware虚拟机网络设置
摘要: 背景介绍 在用 VMware workstation 安装好虚拟机后,需要给虚拟机配置网络,配置网络的方法有桥接、NAT。 采用桥接的方法需要占据物理机网段的ip地址,可能会与物理机同一网段的其他机器的地址冲突。而采用NAT方法就不会存在这个问题。采用NAT配置的方法: https://www.51
阅读全文
posted @ 2018-11-05 14:38 pengcx
阅读(342)
评论(0)
推荐(0)
2018年11月2日
php 将对象转化为数组
摘要: $list = json_decode(json_encode($list), true);
阅读全文
posted @ 2018-11-02 11:10 pengcx
阅读(619)
评论(0)
推荐(0)
2018年9月29日
PHP 百万级数据导出方案(多 CSV 文件压缩)
摘要: ps:来源 :https://laravel-china.org/articles/15944/php-million-level-data-export-scheme-multi-csv-file-compression
阅读全文
posted @ 2018-09-29 17:12 pengcx
阅读(1149)
评论(0)
推荐(0)
2018年8月16日
CentOs7安装nginx
摘要: 一、安装编译工具及库文件 yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel 二、首先要安装 PCRE PCRE 作用是让 Nginx 支持 Rewrite 功能。 1、下载 PCRE 安装包,(版本可以
阅读全文
posted @ 2018-08-16 16:15 pengcx
阅读(127)
评论(0)
推荐(0)
CentOs7安装PHP
摘要: 来源:https://jingyan.baidu.com/article/2d5afd692df18d85a3e28e4c.html 一、下载源码 1、cd /usr/local/src/ 2. 执行命令: wget http://cn2.php.net/distributions/php-5.6.
阅读全文
posted @ 2018-08-16 10:57 pengcx
阅读(178)
评论(0)
推荐(0)
2018年8月15日
mysql的一些操作命令
摘要: 1、查看mysql数据库SHOW DATABASES;(;号一定要加)2、创建root用户密码mysqladmin -u root password "new_password"3、检查mysql服务器是否启动ps -ef | grep mysqld4、 添加用户方法:GRANT USAGE ON
阅读全文
posted @ 2018-08-15 14:05 pengcx
阅读(129)
评论(0)
推荐(0)
2018年8月14日
CentOs7安装mysql
摘要: yum install perl perl-devel cd /usr/local/src wget https://cdn.mysql.com//Downloads/MySQL-5.6/mysql-5.6.40-linux-glibc2.12-x86_64.tar.gz tar zxvf mysq
阅读全文
posted @ 2018-08-14 17:49 pengcx
阅读(114)
评论(0)
推荐(0)
linux关机、重启命令
摘要: 1、shutdown -h 10 //计算机将在10分钟后关机,且会显示在登录用户的当前屏幕中 2、shutdown -h now //立即关机 3、shutdown -h 20:25 //系统会在20:25关机 4、shutdown -h +10 //10分钟后关机 5、shutdown -r n
阅读全文
posted @ 2018-08-14 10:01 pengcx
阅读(143)
评论(0)
推荐(0)
2018年8月13日
CentOS7:ifconfig command not found解决
摘要: https://blog.csdn.net/dandelion_drq/article/details/53503487
阅读全文
posted @ 2018-08-13 17:11 pengcx
阅读(113)
评论(0)
推荐(0)
Xshell怎样登陆本地虚拟机
摘要: https://jingyan.baidu.com/article/48206aeada2e41216bd6b377.html
阅读全文
posted @ 2018-08-13 17:10 pengcx
阅读(220)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
24
下一页
公告