首页
归档
银河驿站
行动起来,活在当下
累计撰写
97
篇文章
累计创建
17
个标签
累计收到
0
条评论
栏目
目 录
CONTENT
银河驿站
最新文章
2025-03-10
QT+VS2015安装
QT下载: 国内镜像下载,下载版本为5.14 QT_online_installers_4.1版本:https://mirrors.tuna.tsinghua.edu.cn/qt/ 或者迅雷下载:https://download.qt.io/archive/qt/5.14/5.14.2/qt-ope
2025-03-10
200
0
0
2025-01-15
windows平台查看动态库符号表导出
dumpbin工具查看符号表情况 1)打开vs工具命令 2)使用命令dumpbin -exports test.dll
2025-01-15
265
0
0
2025-01-12
ubuntu18共享文件失败
sudo vmhgfs-fuse .host:/ /mnt/hgfs/ -o allow_other -o uid=1000 转自:https://blog.csdn.net/liuyuedechuchu/article/details/122960359 https://www.cnblogs.c
2025-01-12
249
0
0
2023-10-17
ndk编译优化库减少库体积
2023-10-17
354
0
0
android
2023-10-17
android取消动态库优化
在Android开发中,strip是一个用于优化动态库文件大小的工具。它可以移除动态库中不必要的符号和调试信息,以减小库文件的大小并提高运行效率。关闭strip方法:1.打开你的项目,找到项目根目录下的 build.gradle 文件。2.在该文件中找到 android 配置块,并添加以下语句:
2023-10-17
520
0
0
android
2023-10-17
android获取动态库路径
2023-10-17
552
0
0
android
2023-09-07
openssl命令行
openssl命令行openssl产生密钥对生成私钥openssl genrsa -out privateKey.pem 2048生成公钥 openssl rsa -in privateKey.pem -pubout -out publicKey.pemopenssl解密文件openssl rsau
2023-09-07
419
0
0
密码学
工具使用
2023-07-15
C语言获取本机ip地址
linux平台获取ip地址#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/socket.h>#include <netinet/in.h>#incl
2023-07-15
737
0
0
C语言
2023-06-27
软件开发几个阶段的内容以及产物
2023-06-27
527
0
0
2023-06-25
docker使用
docker安装ubuntusudo apt install docker.io
2023-06-25
554
0
0
1
2
3
4
5
...
10