摘要:
import imghdr import time from io import BytesIO import pyarrow.parquet as pq from PIL import Image def resize_image(img, max_side_length=768): # 打开图像 阅读全文
摘要:
import pandas as pd data = {'name': ['Alice', 'Bob', 'Charlie', 'David'], 'age': [25, 30, 35, 40], 'gender': ['F', 'M', 'M', 'M']} df = pd.DataFrame(d 阅读全文
摘要:
function hook_dyn_dex() { Java.perform(function () { var FridaActivity2 = Java.use("com.example.fridademo20230301.FridaActivity2"); Java.choose("com.e 阅读全文
摘要:
curl: (60) SSL certificate problem: certificate has expired More details here: https://curl.haxx.se/docs/sslcerts.html 这个问题原因就是证书到期了,重新下载下证书就行了。 解决方案 阅读全文
摘要:
aria2c -D -l data/apps/crawler-core/04.log --log-level notice -x 16 -s 64 https://the-eye.eu/public/AI/pile/train/03.jsonl.zst 阅读全文
摘要:
def decompose_file(data): # ungz_file_path = gz_file_path.replace(".gz", "") # with gzip.open(gz_file_path, 'rb') as f_in: # with open(ungz_file_path, 阅读全文
摘要:
ffmpeg -i 1 aaa.ts -acodec copy -vcodec copy -absf aac_adtstoasc output.mp4 阅读全文
摘要:
按照github的步骤一步步来的时候,最后一步出现问题, ld: cannot link directly with dylib/framework, your binary is not an allowed client of /usr/lib/libcrypto.dylib for archi 阅读全文
摘要:
git clone https://github.com/emscripten-core/emsdk.git pyenv local 3.8.0 ./emsdk install latest https://xmanyou.com/wasm-emsdk-mac-start-up/ js调用wasm 阅读全文