上一页 1 2 3 4 5 6 7 ··· 62 下一页
摘要: 一、前置知识 首先,我们应当明确一下这个报错究竟是什么问题 当我们需要跨域(当两个页面的协议,主机和端口号有任意一个不相同时)请求资源,且为非简单方法(比如方法为HEAD、GET、POST之外)时,会向服务器发送预检请求。 预检请求方法为OPTIONS,用来检测服务器所支持的请求方法。在预检请求时, 阅读全文
posted @ 2024-04-24 15:56 狂客 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 出于信息安全的考虑,很多时候服务器会限定IP 访问,尤其是SSH 或者RDP(远程桌面)。 而疫情反复的当下,远程办公又是无法避免的情况,为每位居家办公人士安装固定IP宽带显然会使成本陡。如果采取传统V*N 的方式,则会大大加重公司带宽的负担。 通过SOCKS5 的方式,使远程桌面走专线,而其他网络 阅读全文
posted @ 2024-04-24 15:54 狂客 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 驱动提示无法加载 使用 depends22_x64 查看驱动依赖是否正确。其实驱动和dll一样。都需要调用系统sys的函数 阅读全文
posted @ 2024-04-04 12:17 狂客 阅读(8) 评论(0) 推荐(0) 编辑
摘要: pom子包和父包不在一个文件夹 错误提示:Non-resolvable parent POM for com.ruoyi.kserver:kweb:3.8.7: The following 解决办法只需要在 parent标签内添加 relativePath 指定父类pom.xml所在路径即可 阅读全文
posted @ 2024-03-27 21:18 狂客 阅读(4) 评论(0) 推荐(0) 编辑
摘要: _EPROCESS->Peb(_PEB)->BeingDebugged 置0 _EPROCESS->Peb(_PEB)->NtGlobalFlag 置0 _EPROCESS->Peb(_PEB)->ProcessHeap as ProcessHeap 调用 IsWindowsVistaOrGreat 阅读全文
posted @ 2024-03-26 17:50 狂客 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 注意 什么平台就在什么系统上编译 会自动识别编译器 最简单编译 b2 --build-type=complete 生成sgd调试共享库 ./b2 threading=multi runtime-link=static variant=debug --with-context #--with-cont 阅读全文
posted @ 2024-03-26 17:50 狂客 阅读(2) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <boost/asio.hpp> #include <boost/beast.hpp> #include <boost/beast/websocket.hpp> #include <boost/asio/spawn.hpp> #include 阅读全文
posted @ 2024-01-25 12:03 狂客 阅读(252) 评论(1) 推荐(0) 编辑
摘要: #include <iostream> #include <boost/asio.hpp> #include <boost/beast.hpp> #include <boost/beast/websocket.hpp> #include <boost/asio/spawn.hpp> namespac 阅读全文
posted @ 2024-01-15 13:33 狂客 阅读(76) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <boost/asio.hpp> #include <boost/beast.hpp> #include <boost/beast/websocket.hpp> namespace asio = boost::asio; namespace 阅读全文
posted @ 2024-01-14 10:57 狂客 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 系统必须是ubuntu18.04 https://releases.ubuntu.com/18.04/ 4核2线程 12GB repo管理的所有git库 .git文件夹都在 项目根目录的.repo/projects文件夹下 同步代码 sudo apt-get update sudo apt-get 阅读全文
posted @ 2023-10-29 10:14 狂客 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 62 下一页