会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mofy
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
29
下一页
2020年3月4日
1
摘要: 一、输入子目录跳转 复制代码 location /templets { proxy_pass http://testServer/templets/; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-I
阅读全文
posted @ 2020-03-04 16:14 mofy
阅读(179)
评论(0)
推荐(0)
2019年10月17日
Keystore Problem: Cannot convert COMBINED of type class java.lang.String to class org.jivesoftware.openfire.spi.ConnectionType
摘要: https://discourse.igniterealtime.org/t/keystore-problem-cannot-convert-combined-of-type-class-java-lang-string-to-class-org-jivesoftware-openfire-spi-
阅读全文
posted @ 2019-10-17 19:49 mofy
阅读(203)
评论(0)
推荐(0)
Keystore was tampered with, or password was incorrect
摘要: https://blog.csdn.net/merbn/article/details/80395664 https://blog.csdn.net/zhaokx3/article/details/52562016 https://www.cnblogs.com/whatlonelytear/p/5
阅读全文
posted @ 2019-10-17 19:44 mofy
阅读(1259)
评论(0)
推荐(0)
2019年9月9日
获取一个唯一的字符串
摘要: -w 0 表示不换行
阅读全文
posted @ 2019-09-09 01:08 mofy
阅读(217)
评论(0)
推荐(0)
2018年9月18日
mysql宕机,导致innodb_force_recovery恢复不了
摘要: https://serverfault.com/questions/698038/mysql-innodb-recovery-from-datafiles https://serverfault.com/questions/851342/mysql-crashed-and-not-starting-
阅读全文
posted @ 2018-09-18 16:16 mofy
阅读(1307)
评论(0)
推荐(0)
2018年7月17日
umount nfs文件系统 显示 umount.nfs: device is busy
摘要: 网上的方法一般都是 fuser -m /nfs 查出进程号,然后杀死进程号,或者fuser -km /nfs直接杀死,我试了下都不行 解决方法: 对于nfs文件系统来说,umount -l /nfs 关于fuser介绍: 用途 使用文件或文件结构识别进程。 用途 使用文件或文件结构识别进程。 语法
阅读全文
posted @ 2018-07-17 17:19 mofy
阅读(3827)
评论(0)
推荐(0)
2018年6月29日
consul日常操作命令
摘要: members命令的输出基于gossip协议,并最终一致。 也就是说,在任何时候,当地代理所看到的可能与服务器上的状态不完全一致。 要获得完全一致,请使用HTTP API再将HTTP请求转发给Consul服务器:curl localhost:8500/v1/catalog/nodes除了HTTP A
阅读全文
posted @ 2018-06-29 18:10 mofy
阅读(427)
评论(0)
推荐(0)
转:linux的fatab文件详解
摘要: /etc/fstab是用来存放文件系统的静态信息的文件。位于/etc/目录下,可以用命令less /etc/fstab 来查看,如果要修改的话,则用命令 vi /etc/fstab 来修改。 当系统启动的时候,系统会自动地从这个文件读取信息,并且会自动将此文件中指定的文件系统挂载到指定的目录。下面我
阅读全文
posted @ 2018-06-29 16:23 mofy
阅读(927)
评论(0)
推荐(0)
2018年5月17日
zendstudio 默认网页打开your project的时候不显示本地主机localhost的解决方法
摘要: 修改wamp配置文件c:\\wamp64\wampmanager.conf 修改为如下选项即可 默认这个选项是off关闭的,打开即可。 urlAddLocalhost = "on" 也可通过邮件wamp的右下角图标,选中wamp setting >选中add localhost in url 也可以
阅读全文
posted @ 2018-05-17 11:44 mofy
阅读(238)
评论(0)
推荐(0)
2018年5月14日
centos安装epel源后,使用报错(Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again)
摘要: 报错如下: Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again 解决方法: 修改epel.repo文件,修改mirrorl
阅读全文
posted @ 2018-05-14 18:06 mofy
阅读(1758)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
29
下一页
公告