摘要:
方案1: nginx: [error] open() "/usr/local/var/run/nginx.pid" failed (2: No such file or directory) 找到你的nginx.conf的文件夹目录 然后运行命令 nginx -c /usr/local/etc/ng 阅读全文
摘要:
本菜鸡想要找到到底是什么原因造成了windows资源管理器的cpu占用率飙升(也就是explorer.exe),首先,在微软官方下载最新版的Process Explorer,Process Explorer是任务管理器的加强版,它可以帮助你查看windows进程中的具体信息,比如该进程中线程的具体信 阅读全文
摘要:
centos给某个用户赋予某文件夹的权限 https://www.cnblogs.com/nsw2018/p/17517219.html https://www.cnblogs.com/nsw2018/p/17932311.html Centos 7启动jar包的详细步骤 https://www.c 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Syst 阅读全文
摘要:
初探Protostuff的使用 最近在学习RPC,看到了一个叫做Protostuff的库,是基于谷歌Protocal Buffer的序列化库,之前了解过Protocol Buffer,对学习了一些资料后,写了个demo,记录下来。 什么是Protocol Buffer? Protocol Buffe 阅读全文
摘要:
允许HTTPS抓包 开发端口,允许远程机器连接(必须是 8080 或者 8888 端口???) 下载地址:https://www.telerik.com/fiddler 阅读全文
摘要:
1)下载GCC9.3.0源码并解压 从GCC官方FTP下载地址可以看到GCC最新版本为9.3.0。由于官网下载速度慢,实际上用清华大学的镜像站进行下载,代码如下: wget -c /opt/tmp/ https://mirrors.tuna.tsinghua.edu.cn/gnu/gcc/gcc-9 阅读全文
摘要:
原文地址:https://blog.csdn.net/lyfqyr/article/details/108172522 阅读全文
摘要:
最近发现升级 CefSharp 到最新版本(86.0.241)后无法使用JS直接调用C#类了 以前使用的83.4.20版本,直接使用Register注册,就可以在JS中使用注册名 "callbackObj" 直接调用到注册的C#类 具体代码: private readonly ChromiumWeb 阅读全文
摘要:
1、项目添加依赖 <dependency> <groupId>org.bytedeco</groupId> <artifactId>javacv-platform</artifactId> <version>1.5</version> </dependency> 2、准备两段视频 public st 阅读全文