Category Results : 问题解决

解决Mac下check gdb is codesigned – see taskgated(8)问题

刚刚安装的GDB调试的时候会报 Starting program: /Users/wangxinguo/C/DataStruct/3/a.out Unable to find Mach task port for process-id 5222: (os/kern) failure (0x5). (please check gdb is codesigned - s...

解决Mac上During startup program terminated with signal SIG113, Real-time event 113.问题

在使用gdb调试过程中,run的时候遇到一个问题: During startup program terminated with signal SIG113, Real-time event 113. 过程 编译: gcc -g -Wall ideone_FVcyY0.c -o hello 执行报错: (gdb) run Sta...

chrome safari在Mac下强制刷新

在Windows中Ctrl+F5强制刷新已经深入人心了,那么Mac下如何操作呢? 常规刷新Command+R 强制刷新Command+Shift+R 针对Safari版本低于9的情况,可以使用Command+Shift+E

解决PHP项目部署报Could not connect: No such file or directory

部署一个PHP项目时报这个,最终发现是PHP连接MySQL时报: Could not connect: No such file or directory 解决 首先输出参数观察是否有问题,最终确定参数未获取到,而基于框架的限制来看需要通过include_path...

解决unknown protocol问题记录

前几天同事抛过来一个问题说,新克隆的机器https访问报”unknow protocol”问题,一般情况下这肯定是配置问题了,当前服务器使用的apache,所以直接去apache的conf文件夹下面,进行排查VirtualHost的配...

Macbook及Windows PC开启哔哩哔哩bilibili、斗鱼等直播教程

目前很多场景需要直播我们电脑上面的画面,但是包括哔哩哔哩、斗鱼等很多官方平台,所上架的软件并不全面,有的只有windows版本,有的功能并不能满足我们,现在写一个教程,来快速搭建一个在Windows PC及MacBook...

升级Struts2.3.16至2.3.32,修复Struts2远程代码执行漏洞S2-045

鉴于struts2高危漏洞,恶意用户可在上传文件时通过修改 HTTP 请求头中的 Content-Type 值来触发该漏洞,进而执行系统命令。影响范围:Struts 2.3.5 – Struts 2.3.31、Struts 2.5 – Struts 2.5.10 。...

PHP使用curl进行会自动跳转的POST提交

使用curl进行post提交,提交时会进行autoRedirect那么需要附上参数 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE); 以下为详细案例 Example: String = Kobold Vermin Url = www.wowhead.com/search?q=Kobold...

问题:The requested resource () is not available.

问题:The requested resource () is not available. HTTP Status 404 - type Status report message description The requested resource () is not available. 原因:当然这不是根本原因,根本原因是tomcat...

问题:java lang NoSuchFieldError:ecdsa_with_SHA224

遇到问题: root cause java.lang.NoClassDefFoundError: Could not initialize class org.bouncycastle.cms.CMSSignedDataGenerator com.lsy.baselib.crypto.protocol.PKCS7Signature.sign(PKCS7Signature.j...