摘要:
jobs 删除工作台 fg +工作进程号
阅读全文
posted @ 2020-08-12 16:19
文浩SIr
阅读(139)
推荐(0)
摘要:
方法一:添加软连接 in -s /usr/local/bin/全局命令 命令地址(例如:/usr/local/redis/bin/命令)
阅读全文
posted @ 2020-08-12 13:05
文浩SIr
阅读(2004)
推荐(0)
摘要:
https://www.cnblogs.com/xiaqiuchu/p/12096585.html 重要的事说三遍,不要安装1.19版,不要安装1.19版,不要安装1.19版。1.19版安装的我心累了
阅读全文
posted @ 2020-07-15 09:34
文浩SIr
阅读(354)
推荐(0)
摘要:
https://blog.csdn.net/starry0819/article/details/102582389
阅读全文
posted @ 2020-07-15 09:33
文浩SIr
阅读(203)
推荐(0)
摘要:
https://www.jianshu.com/p/9514154a442a 感谢博主
阅读全文
posted @ 2020-07-14 11:31
文浩SIr
阅读(92)
推荐(0)
摘要:
location / { index index.html index.htm index.php admin.php; #访问路径的文件不存在则重写URL转交给ThinkPHP处理 if (!-e $request_filename) { rewrite ^/index.php(.*)$ /ind
阅读全文
posted @ 2020-07-12 10:03
文浩SIr
阅读(150)
推荐(0)
摘要:
mdfind -name "xxxx.png"
阅读全文
posted @ 2020-07-09 16:52
文浩SIr
阅读(101)
推荐(0)
摘要:
大坑,首先检查下linux防火墙(service firewalld stop) 安装 yum -y install subversion svnserve --version 显示版本信息,则表示安装成功 mkdir /home/svn 创建版本库目录 svnadmin create /home/
阅读全文
posted @ 2019-08-15 09:51
文浩SIr
阅读(268)
推荐(0)
摘要:
Linux 服务器上安装git yum -y install git git config --global user.name "name" git config --global user.email "email" globa 参数表示这台机器上所有仓库都会使用这个配置,当然也可以对指定仓库使
阅读全文
posted @ 2019-08-15 09:50
文浩SIr
阅读(398)
推荐(0)
摘要:
1:停止mysql服务2:mysql安装目录下找到my.ini;2:找到以下片段[mysqld]4:另起一行加入并保存skip-grant-tables5:启动mysql服务6:登录mysql(无用户名和密码)7:找到user表加入root用户INSERT INTO user (Host,User,
阅读全文
posted @ 2019-08-15 09:48
文浩SIr
阅读(356)
推荐(0)