大飞_dafei

导航

上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 49 下一页

2018年4月13日 #

制作ISO文件 与 提取ISO文件

摘要: 制作ISO文件 与 提取ISO文件 一、制作 ISO 文件 1、文件 》新建--》数据光盘映像 2、添加文件夹 3、存储为 ISO文件 二、打开 ISO 文件 成功后: 阅读全文

posted @ 2018-04-13 15:57 大飞_dafei 阅读(465) 评论(0) 推荐(0)

2018年4月12日 #

windows10 更换密码

摘要: 使用u盘无法破解登录密码,提示 warning the high memory area is not available 解决方法,那就修改登录密码:【找到修改密码这一项就可以】 阅读全文

posted @ 2018-04-12 20:07 大飞_dafei 阅读(357) 评论(0) 推荐(0)

2018年4月11日 #

win 添加网络位置共享 && win 实用快捷键

摘要: win 添加网络位置共享 && win 实用快捷 01) win 添加网络位置共享,在计算机右侧可以视图化 命令:net use Y: \\ip\网络共享路径 /USER:电脑名称\用户 回车后输入密码 demo: net use Y: \\192.168.1.100\项目部 /USER:remot 阅读全文

posted @ 2018-04-11 11:07 大飞_dafei 阅读(654) 评论(0) 推荐(0)

2018年3月29日 #

ubuntu16 安装mysql5.7

摘要: ubuntu16 安装mysql5.7 温馨提示: MySQL一定要下载对版本; MySQL一定要下载对版本; MySQL一定要下载对版本; ubuntu16 编译安装mysql5.7 mysql下载地址:MySQL5.7下载 wget https://dev.mysql.com/get/Downl 阅读全文

posted @ 2018-03-29 14:18 大飞_dafei 阅读(123) 评论(0) 推荐(0)

ubuntu16 中chkconfig 命令不能使用

摘要: 参考地址1: ubuntu16 中chkconfig 在里面看回答; 在Ubuntu中,/etc/init.d已被/ usr / lib / systemd所取代。脚本仍然可以通过“服务”启动和停用。但主要命令现在是'systemctl'。chkconfig命令被留下,现在你用systemctl来做 阅读全文

posted @ 2018-03-29 13:45 大飞_dafei 阅读(587) 评论(0) 推荐(0)

mysql 5.7 初始化密码或随机密码

摘要: mysql 5.7 初始化密码或随机 命令: sudo bin/mysqld --initialize-insecure --user=mysql 【生成空密码】 sudo bin/mysqld --initialize --user=mysql 【生成随机密码】 windows mysql5.7修 阅读全文

posted @ 2018-03-29 09:48 大飞_dafei 阅读(344) 评论(0) 推荐(0)

2018年3月28日 #

msyql 5.7.21 [ 35%] Building CXX object sql/CMakeFiles/sql.dir/item_row.cc.o

摘要: msyql 5.7.21 [ 35%] Building CXX object sql/CMakeFiles/sql.dir/item_row. 虚拟机内存 1G,在安装 MySQL 5.7.21 执行 make的时候出现如下,在35%到36%的时候就走不动, [ 35%] Building CXX 阅读全文

posted @ 2018-03-28 20:23 大飞_dafei 阅读(1223) 评论(0) 推荐(0)

mysql 5.7.21 CMake Error: The source directory "/data/server/mysql" does not appear to contain CMak

摘要: MySQL版本问题 安装装 mysql 5.7.21 报错: root@ubuntu:/data/server/mysql# cmake . CMake Error: The source directory "/data/server/mysql" does not appear to conta 阅读全文

posted @ 2018-03-28 17:12 大飞_dafei 阅读(668) 评论(0) 推荐(0)

centos 16安装PHP7.0 异常 No pool defined. at least one pool section must be specified in config file

摘要: 异常内容: root@ubuntu:/data/server/php7/lib/php# /data/server/php7/sbin/php-fpm [27-Mar-2018 20:57:22] WARNING: Nothing matches the include pattern '/data 阅读全文

posted @ 2018-03-28 13:07 大飞_dafei 阅读(329) 评论(0) 推荐(0)

2018年3月23日 #

nginx 设置 404 500 页面跳转到指定页面

摘要: nginx 设置 404 500 页面跳转到指定页 默认情况下 nginx 是不支持自定义 500 、400 页面; 修改配置文件 conf/nginx.conf 添加页面重定向,在 http 内添加一行; fastcgi_intercept_errors on; 在 service 内添加一行指定 阅读全文

posted @ 2018-03-23 16:15 大飞_dafei 阅读(1716) 评论(0) 推荐(0)

上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 49 下一页