2017年7月26日
摘要:
在docker中启动postgresql时出现错误 FATAL: could not access private key file "/etc/ssl/private/ssl-cert-snakeoil.key": Permission denied 试了很多办法,其中有改变该文件权限,将该文件的
阅读全文
posted @ 2017-07-26 14:36
斜月三星一太阳
阅读(1542)
推荐(0)
2017年7月25日
摘要:
select * from student where name like 'mike%' or name like 'rose%';
阅读全文
posted @ 2017-07-25 13:47
斜月三星一太阳
阅读(406)
推荐(0)
2017年7月24日
摘要:
linux查看文件夹下文件的个数
阅读全文
posted @ 2017-07-24 15:51
斜月三星一太阳
阅读(156)
推荐(0)
2017年7月21日
摘要:
Ubuntu14.04下修改权限时出现"unable to execute /bin/chmod: Argument list too long" ,大概意思是卧槽,你这参数也太特么长了。 解决方法:find ./ -print0 | xargs -0 chmod 644 (意思是把当前目录下的所有
阅读全文
posted @ 2017-07-21 17:23
斜月三星一太阳
阅读(1148)
推荐(0)
2017年7月20日
摘要:
第一位表示文件类型 :d 是目录文件 l 是链接文件 - 是普通文件 p是管道 第2-4位表示这个文件的属主拥有的权限,r是读,w是写,x是执行。 第5-7位表示和这个文件属主所在同一个组的用户所具有的权限。 第8-10位表示其他用户所具有的权限 (没有的权限用 "-" 来表示)
阅读全文
posted @ 2017-07-20 15:37
斜月三星一太阳
阅读(270)
推荐(0)
摘要:
在shell脚本里执行sudo 命令
阅读全文
posted @ 2017-07-20 14:35
斜月三星一太阳
阅读(664)
推荐(0)
摘要:
之前一直不知道 -a 是什么意思,后来才知道 -a = and ; -o = or
阅读全文
posted @ 2017-07-20 14:23
斜月三星一太阳
阅读(112)
推荐(0)
2017年7月19日
摘要:
在Windows下打开某些对显卡要求比较高的软件时,会出现某些显卡驱动不是最新,要求更新到最新的提示,但是当你真的去更新显卡驱动的时候,却发现现在的显卡驱动已经是最新了,那么为什么还会有这样的提示呢, 大概原因是:现在很多笔记本有一个独显,有一个集显,默认的应该是集显,我们需要设置该程序使用独显,设
阅读全文
posted @ 2017-07-19 09:39
斜月三星一太阳
阅读(389)
推荐(0)
2017年7月18日
摘要:
hugin documentation hugin api
阅读全文
posted @ 2017-07-18 11:06
斜月三星一太阳
阅读(143)
推荐(0)
2017年7月15日
摘要:
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="content-type" content="text/html; char
阅读全文
posted @ 2017-07-15 15:05
斜月三星一太阳
阅读(136)
推荐(0)