上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 48 下一页
摘要: https://www.jianshu.com/p/8b8a2d0a2051 一、更改my.cnf配置文件 1、用命令编辑my.cnf配置文件,即: vim /etc/my.cnf vi /etc/my.cnf nano /etc/my.cnf 2、在[mysqld]下添加skip-grant-ta 阅读全文
posted @ 2020-02-15 12:10 仁义礼智信的 阅读(145) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/fe31642e4f24 方法一:scp 1. Mac 上传文件到 Linux 服务器 语法: scp 文件名 用户名@服务器ip:目标路径 $ scp /Users/test/testFile root@www.bkjia.com:/test/ 阅读全文
posted @ 2020-02-13 10:25 仁义礼智信的 阅读(3060) 评论(0) 推荐(0)
摘要: 2020-01-15更新 链接:https://pan.baidu.com/s/1_UxY859Lz54g7srbG94CiA 提取码:d63m 阅读全文
posted @ 2020-02-13 09:42 仁义礼智信的 阅读(115) 评论(0) 推荐(0)
摘要: https://www.php.cn/tool/composer/429523.html https://www.cnblogs.com/ivy-zheng/p/11498839.html https://www.cnblogs.com/xuzhengzong/p/11007847.html com 阅读全文
posted @ 2020-02-04 09:38 仁义礼智信的 阅读(261) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/fujingtao5470/p/11573528.html https://www.php.cn/course/767.html https://juejin.im/post/5e105a8c6fb9a0480a5a7619 https://www.d 阅读全文
posted @ 2020-01-17 17:55 仁义礼智信的 阅读(97) 评论(0) 推荐(0)
摘要: 第一种:进入src目录,执行 nohup ./redis-server &第二种:redis.conf==> daemonize=yes,启动redis-server后面加redis.conf参数 阅读全文
posted @ 2019-12-29 18:15 仁义礼智信的 阅读(631) 评论(0) 推荐(0)
摘要: 1.解决git每次push和pull都要输入密码 git config --global credential.helper store git rm --cached file_path 阅读全文
posted @ 2019-12-27 09:54 仁义礼智信的 阅读(84) 评论(0) 推荐(0)
摘要: 转自: https://blog.csdn.net/sgmcumt/article/details/79135395 一、PSCP简介 PSCP (PuTTY Secure Copy client)是PuTTY 提供的文件传输工具,通过SSH连接,在两台机器之间安全的传输文件,可以用于任何SSH(包 阅读全文
posted @ 2019-12-27 09:36 仁义礼智信的 阅读(306) 评论(0) 推荐(0)
摘要: 转自: https://www.cnblogs.com/zonglonglong/p/10544531.html PHP 获取数组中的第一个元素或最后一个元素的值或者键值可以使用 PHP 自带的数组函数。 PHP 获取数组中的第一个元素的值或者键值所使用的函数: current() - 返回数组中当 阅读全文
posted @ 2019-12-16 08:53 仁义礼智信的 阅读(3507) 评论(0) 推荐(0)
摘要: 错误:The server quit without updating PID file 看错误日志: Setting lower_case_table_names=2 because file system for /usr/local/mysql/data/ is case insensitiv 阅读全文
posted @ 2019-12-15 13:56 仁义礼智信的 阅读(1001) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 48 下一页