祝各位道友念头通达
GitHub Gitee 语雀 打赏
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页
摘要: gcc 编译第三方库 说明: 测试文件, 连接postgresql 数据库, 需要第三方 libpq-fe.h c文件如下, 文件名为 main.c #include <stdio.h> #include <stdlib.h> /** yum install postgresql-devel */ 阅读全文
posted @ 2021-07-05 11:39 韩若明瞳 阅读(319) 评论(0) 推荐(0) 编辑
摘要: ##1. 指针函数使用 #include <stdio.h> #define uint8 unsigned char #define uint16 unsigned short #define uint32 unsigned int uint8 get_device_type_flash() { p 阅读全文
posted @ 2021-06-30 10:11 韩若明瞳 阅读(155) 评论(0) 推荐(0) 编辑
摘要: https://gitee.com/han_gx/my_notes/blob/master/%E5%B5%8C%E5%85%A5%E5%BC%8F%E5%BC%80%E5%8F%91/%E5%B5%8C%E5%85%A5%E5%BC%8F%E5%BC%80%E5%8F%91%E8%AE%B0%E5% 阅读全文
posted @ 2021-06-18 18:18 韩若明瞳 阅读(213) 评论(0) 推荐(0) 编辑
摘要: #linux系统为 Centos8, 安装jdk 通过yum方式安装, 出现以上问题 采用 jdk压缩包的方式安装并配置全局变量 1.加压后配置环境变量 ################java################# export JAVA_HOME=/home/dell/tools/j 阅读全文
posted @ 2021-06-18 15:13 韩若明瞳 阅读(1240) 评论(0) 推荐(0) 编辑
摘要: 1. num % 42. (num & (4 - 1)) 阅读全文
posted @ 2021-06-17 16:15 韩若明瞳 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 1. bat程序: restartProxify.bat @echo off taskkill /f /im Proxifier.exe cd / cd "C:\Program Files (x86)\Proxifier" Proxifier.exe echo 成功重启 Proxifier.exe 阅读全文
posted @ 2021-04-25 12:11 韩若明瞳 阅读(1359) 评论(0) 推荐(0) 编辑
摘要: win10 ssh 在 win10 系统下 生成这两个文件, 都给删掉即可 阅读全文
posted @ 2021-04-15 18:42 韩若明瞳 阅读(326) 评论(0) 推荐(0) 编辑
摘要: suricata 源码安装: [查看] https://gitee.com/dsafasdf/my_notes/blob/master/Network/suricata/%E5%AE%89%E8%A3%85%E8%B8%A9%E5%9D%91.md gdb 通过命令行和vscode 源码调试suri 阅读全文
posted @ 2021-04-15 11:34 韩若明瞳 阅读(361) 评论(0) 推荐(0) 编辑
摘要: ln 命令, l 是小写 lCentOS8 的全局命令都是放在 /usr/sbin/ 路径下面平时编译程序命令可能在其他地方 比如 /usr/local/bin/suricata可以使用 ln 命令 ln -s /usr/local/bin/suricata /usr/sbin/suricata 全 阅读全文
posted @ 2021-04-15 11:12 韩若明瞳 阅读(468) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-04-08 18:04 韩若明瞳 阅读(7227) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页