原创 修改iniparser適配ssid的特殊key

https://github.com/ndevilla/iniparser 下載iniparser 修改src/iniparser.c 支持‘;“#的獲取 static line_status iniparser_line( 正則表達式

原创 毫秒爲單位產生隨機數

秒作爲隨機數,可能會重複 採用毫秒級別 #include <stdio.h> #include <time.h> #include <stdlib.h> #define SIZE 10 void get_rand(char *p

原创 qt融合圖片並保存爲本地圖片

使用qt強大的圖形處理功能 將兩幅圖融合後保存,可交叉編譯供外部應用使用 #include <QImage> #include <QMatrix> #include <QDebug> #include <string.h> #inclu

原创 linux的rz和sz命令

https://www.cnblogs.com/6324TV/p/9063476.html

原创 SHA1,HMACSHA1,SHA256,HMACSHA256,BASE64

https://download.csdn.net/download/iamshuke/10172046   使用openssl庫 https://blog.csdn.net/qq_33163046/article/details/840

原创 wget支持ssl

  arm-linux 交叉編譯wget支持openssl, 使wget支持https鏈接地址下載文件 https://blog.csdn.net/Auris/article/details/88776450     openssl的編譯

原创 linux嵌入式常用調試命令

下載 tftp -g -l B.txt -r A.txt 192.168.1.2 上傳 tftp -p -r B.txt -l A.TXT 服務器地址  

原创 linux編譯工具使用說明

nm ldconfig ld ldd readelf strings strip ar as ranlib objdump 1.readelf: 查看程序執行時所依賴的庫有哪些 mipsel-linux-readelf  -d micr

原创 java與c互通aes加密解密

參考 https://blog.csdn.net/weiyuefei/article/details/72741729   SHA1PRNG與c語言的互通轉換,隨機數生成 https://blog.csdn.net/diliaolu176

原创 jbig2轉其它格式(支持png,pbm)

https://www.jbig2dec.com/ 下載源碼編譯 ./configure CC=arm-linux-gnueabi-gcc --host=arm-linux-gnueabi   Usage: jbig2dec [optio

原创 beyond compare密鑰

https://blog.csdn.net/yangyang031213/article/details/86301966

原创 linux串口操作例子

https://blog.csdn.net/morixinguan/article/details/80898172?ops_request_misc=%257B%2522request%255Fid%2522%253A%25221591

原创 freetype使用文泉驛顯示及保存圖片

https://blog.csdn.net/zb774095236/article/details/94016538   https://blog.csdn.net/qq_32693119/article/details/79961312

原创 獲取png,tga寬和高

1.準備好png,zlib庫以及頭文件 頭文件 png.h  pngconf.h  zconf.h  zlib.h 庫文件 libpng.so  libz.so 2.編譯參數 arm-linux-gnueabi-gcc linux_img

原创 openssh編譯

zlib-1.2.5交叉編譯 ./configure --prefix=$PWD/__INSTALL 修改Makefile CC=arm-linux-gnueabi-gcc AR=arm-linux-gnueabi-ar rc CPP =