首页
归档
银河驿站
行动起来,活在当下
累计撰写
85
篇文章
累计创建
17
个标签
累计收到
0
条评论
栏目
目 录
CONTENT
最新文章
2023-10-17
ndk编译优化库减少库体积
2023-10-17
119
0
0
android
2023-10-17
android取消动态库优化
在Android开发中,strip是一个用于优化动态库文件大小的工具。它可以移除动态库中不必要的符号和调试信息,以减小库文件的大小并提高运行效率。关闭strip方法:1.打开你的项目,找到项目根目录下的 build.gradle 文件。2.在该文件中找到 android 配置块,并添加以下语句:
2023-10-17
196
0
0
android
2023-10-17
android获取动态库路径
2023-10-17
190
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
228
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
431
0
0
C语言
2023-06-27
软件开发几个阶段的内容以及产物
2023-06-27
347
0
0
2023-06-25
docker使用
docker安装ubuntusudo apt install docker.io
2023-06-25
357
0
0
2023-06-04
密码标准使用指南-学习记录一
GB/T 37033 信息安全技术 射频识别系统密码应用技术要求GB/T 37033-2018《信息安全技术 射频识别系统密码应用技术要求》分为三个部分GB/T 37033.1-2018 《信息安全技术 射频识别系统密码应用技术要求 第1部分 密码安全保护框架及安全级别》GB/T 37033.1-2
2023-06-04
407
0
0
密码标准
2023-03-27
NIST随机数文档和检测程序
2023-03-27
435
0
0
密码标准
2023-03-27
android studio查看cmake message打印信息
2023-03-27
341
0
0
android
1
2
3
4
5
...
9