加载中
systemctl的日志存在哪?

系统centos8.0,如,一个tomcat.service服务,使用systemctl status tomcat可以看到部分日志,但没有存在tomat安装logs目录下,测试发现是保存在/var/log/messages,一个神奇的位置安排。......

configure: error: Package requirements (oniguruma) were not met

环境说明: centos8 php-fpm7.4.3 编译错误 configure: error: Package requirements (oniguruma) were not met 解决方案 yum库里没有自带的oniguruma-devel包,要从官方网站下载https://git...

类似蒲公英的APP打包发布平台

https://fastlane.tools/ https://fir.im/ https://www.pgyer.com/

macOS 的 mds_stores 导致CPU占用高的问题

mds_stores是自动创建磁盘文件索引用的,提供给spotlight功能搜索时使用,如果发现CPU占用很高,可以临时先关闭一下,然后再打开 sudo mdutil -a -i off sudo mdutil -a -i on......

2019/05/16 18:00
1W
近期iOS打开H5页面非常慢的原因

事件由来 如果最近发现iOS APP打开h5非常慢,达到5秒以上,而安卓又正常,如果刚好你又是使用了Let's Encrypt 的免费SSL服务,恭喜你,你可能是一位运营商干扰的受害者。 有一群吃瓜群众在这...

vscode登录不上github copilot的问题解决

将vscode的设置里http.proxySupport改为off即可。

高德地图如何将比例尺放大到10米?

var map = new AMap.Map('container', { resizeEnable: true, expandZoomRange:true, zoom:20, zooms:[3,20], center: [116.397428, 39.90923] }); alert(map.getZoom()...

Mac下删除文件失败,提示Read-only file system

某些保护目录不允许删除,提示如下 rm: /usr/bin/php: Read-only file system 解决办法 先确认文件保护关闭csrutil status,然后sudo mount -uw / 再删除即可。......

php
2020/09/15 17:53
5.3K
少儿编程Scratch

https://scratch.mit.edu/

2018/05/04 15:11
5K
查看.so文件的版本号

CentOS: ldconfig -v | grep libgd Ubuntu: dpkg -l |grep libc6

.so
2017/04/18 15:14
4.8K
jenkins执行shell命令修改不了目录的问题

UPDATE:2021.6.30 jenkins可以自定义workplace来指定当前目录(普通-点击 高级 按钮),可以不用下面的方法。 jenkins默认是有一个当前目录作为运行环境,执行的操作均基于此目录,如果创建...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部