原创 sha512加密

參考 https://blog.csdn.net/u011280717/article/details/79430408 驗證網站 http://encode.chahuo.com/   main.c /* * Copyright (

原创 file命令交叉編譯

https://blog.csdn.net/tiantang46800/article/details/7180519 ./configure --host=mipsel-linux --enable-static --disable

原创 mipsel下gdb調試工具編譯

下載gdb-7.3a.tar.gz http://www.sourceware.org/pub/gdb/releases/   執行./configure --host=mipsel-linux --target=mipsel-linux

原创 win10查看某個端口占用情況

netstat -ano |findstr "60547" 然後在任務管理器的詳細信息中的pid找到該進程

原创 編譯libcurl支持ssl,https下載

1.openssl-1.0.2k下載 進入openssl-1.0.2k ./Configure linux-armv4 -march=armv6 -D__ARM_MAX_ARCH__=8  no-asm shared no-async -

原创 mutool交叉編譯

https://www.mupdf.com/downloads/index.html 下載mupdf-1.16.0-source.tar.gz 解壓後,修改Makefile 增加 CC=arm-linux-gnueabi-gcc CXX=

原创 zlib壓縮解壓

#include <stdio.h> #include <stdlib.h> #include <string.h> #include <zlib.h> #include <assert.h> #define SIZE_CHUNK (8

原创 共享內存、消息隊列、信號量之ipcs命令詳解

原文鏈接:https://blog.csdn.net/scott_bing/article/details/78959663 https://blog.csdn.net/scott_bing/a

原创 can總線

原文鏈接:https://blog.csdn.net/qq_40589292/article/details/81066193   https://blog.csdn.net/qq_405892

原创 記錄操作記錄

https://blog.csdn.net/hechaojie_com/article/details/85339835   https://blog.csdn.net/u014597198/article/details/8173548

原创 ar查看模塊信息

靜態庫查看符號模塊方法 一個靜態庫中可以有許多相同的變量,鏈接還有相同的變量或者函數時,鏈接最前面的變量和函數有效。 mipsel-sunplus-elf-ar t customer/sunplus/dvbt2_isdbt_dtm

原创 dd腳本

dd組裝文件 1.追加0xff到某個文件末尾 #!/bin/sh cp output/images/product_sabbat_dual.abs . -av tr '\000' '\377' < /dev/zero | dd

原创 xshell添加vbs腳本

xshell窗口獲取到某些字符串時執行某些操作 例子,當獲取到'Tue Jun'時輸入pwd命令 Sub Main xsh.Screen.Synchronous = true 'xsh.Session.Sleep(3000)' D

原创 編碼

https://www.cnblogs.com/gavin-num1/p/5170247.html

原创 編程的嚴謹性參數輸入判斷

https://blog.csdn.net/s2603898260/article/details/79371024 1.參數類型輸入錯誤警告 2.出錯打印