上一页 1 2 3 4 5 6 7 8 9 ··· 123 下一页
摘要: 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): # 打开图像 阅读全文
posted @ 2023-03-08 19:34 公众号python学习开发 阅读(131) 评论(0) 推荐(0) 编辑
摘要: import pandas as pd data = {'name': ['Alice', 'Bob', 'Charlie', 'David'], 'age': [25, 30, 35, 40], 'gender': ['F', 'M', 'M', 'M']} df = pd.DataFrame(d 阅读全文
posted @ 2023-03-07 15:44 公众号python学习开发 阅读(31) 评论(0) 推荐(0) 编辑
摘要: function hook_dyn_dex() { Java.perform(function () { var FridaActivity2 = Java.use("com.example.fridademo20230301.FridaActivity2"); Java.choose("com.e 阅读全文
posted @ 2023-03-01 18:59 公众号python学习开发 阅读(749) 评论(0) 推荐(0) 编辑
摘要: curl: (60) SSL certificate problem: certificate has expired More details here: https://curl.haxx.se/docs/sslcerts.html 这个问题原因就是证书到期了,重新下载下证书就行了。 解决方案 阅读全文
posted @ 2023-02-26 00:22 公众号python学习开发 阅读(1098) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-02-22 10:58 公众号python学习开发 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 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, 阅读全文
posted @ 2023-02-16 11:20 公众号python学习开发 阅读(71) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-02-07 17:51 公众号python学习开发 阅读(0) 评论(0) 推荐(0) 编辑
摘要: ffmpeg -i 1 aaa.ts -acodec copy -vcodec copy -absf aac_adtstoasc output.mp4 阅读全文
posted @ 2023-02-03 14:50 公众号python学习开发 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 按照github的步骤一步步来的时候,最后一步出现问题, ld: cannot link directly with dylib/framework, your binary is not an allowed client of /usr/lib/libcrypto.dylib for archi 阅读全文
posted @ 2023-02-02 15:47 公众号python学习开发 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-02-01 22:19 公众号python学习开发 阅读(87) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 123 下一页