Android 8.0 在frida中使用 -f 参数报错, Error message: Failed to spawn: unable to access process with pid 413 due to system restrictions; try `sudo sysctl kernel.yama.ptrace_scope=0`, or run Frida as root 通过ps -A  413 查看进程,发现为zygote64,冲突的原因是Magisk  开启了Magisk…
      早晨宁波那边的IT人员打电话告知数据库无法访问了.其实我在早晨也发现Ignite监控下的宁波的数据库服务器出现了异常,但是当时正在检查查看其它服务器发过来的各类邮件,还没等到我去确认具体情况,就收到了电话.我首先检查网络是否畅通,结果发现网络没有问题,然后远程登录到该服务器,查看了一下数据库的服务发现其运行正常,但是在本机使用MSSMS管理工具亦无法连接数据库,当下有两种方案:方案一:使用DAC登录数据库,检查具体情况,方案二:直接去查看错误日志,查看具体错误信息.于是为了快点找到原…
SevenZip.SevenZipLibraryException: Can not load 7-zip library or internal COM error! Message: failed to load library.解决方案 问题原因:就是你的系统版本是64位,然后你用了32位的dll(或者反过来) 解决方案:https://github.com/gdoujkzz/7zdll/tree/master/7z 这里面有32位的和64位7zdll.…
今天打开Apache的时候报错: Port 80 in use by "Unable to open process" with PID 4 通过点击与“Apache”模块同一行上的“Config”按钮,在下拉列表中选择“httpd.conf”文件,然后将“Listen 80”行更改为“Listen 8080”.保存文件并关闭它. 还要更改config - >服务和端口设置 - >将其更改为8080 问题就解决了.…
启动xampp出错,Port 80 in use by "Unable to open process" with PID 4! 环境:windows10 80端口被PID为4的应用占用. 参考文章:win10端口被占用如何查看 解决方法: 参考: XAMPP - Port 80 in use by “Unable to open process” with PID 4! 12 更改Apache所要用的端口 Step1: config-->Apache(httpd.conf) S…
今天打开Apache的时候报错: 22:15:30  [Apache] Problem detected! 22:15:30  [Apache] Port 80 in use by "Unable to open process" with PID 4! 22:15:30  [Apache] Apache WILL NOT start without the configured ports free! 22:15:30  [Apache] You need to uninstall/…
解决:将项目移动到路径少的目录再运行即可 异常日志: D:\android\adt-bundle-windows-x86_64-20140702\android-open-project-demo-master\SimpleApp-master\tabpagerindictor\build\intermediates\exploded-aar\com.android.support\appcompat-v7\24.2.0\res\drawable-mdpi-v4\abc_btn_switch_t…
代码改变世界 github push 出现问题 Failed with error: unable to access 'https://git.coding.net/chenmi1234/lianpos.git/': Couldn't resolve host 'git.coding.net' 右键工程文件,点Git Base Here,弹出页面输入下面代码 git config --global http.proxy git config --global --unset http.prox…
今天整理github,初次使用,很多都不懂,所以遇到了克隆失败的问题,研究了大半天,后来..... 打开Git Bash,克隆已有工程到本地: $ git clone https://github.com/zh-ya-jing/learn_robotium.gitCloning into 'learn_robotium'...fatal: unable to access 'https://github.com/zh-ya-jing/learn_robotium.git/': Failed co…
使用github出了些问题?fatal: unable to access;Failed connect to github.com:8087; No error 我今天使用git push origin master的时候,提示我fatal: unable to access 'https://XXXX@github.com/XXX/XXX' Failed connect to github.com:8087; No error在谷歌上查了很多办法都没有解决,有的方法是https连接模式改成s…