- 博客(2)
- 收藏
- 关注
原创 rust 使用 ffi 调用 C 静态链接库
创建build.rs //build.rs externcratedunce; usestd::{env,path::PathBuf}; fnmain(){ letlibrary_name="r2c"; letroot=PathBuf::from(env::var_os("CARGO_MANIFEST_DIR").unwrap());...
2019-12-16 17:26:09
4984
原创 PY3读写文件编码小笔记
错误描述 最近在学习 py3 的爬虫时,遇到了一个编码的问题,在抓取页面的 html 代码进行存储时: with open(filename,'w') as f: f.write(html) 出现了错误,错误详情如下: UnicodeEncodeError: 'gbk' codec can't encode character '\U0001f434' in position x...
2018-08-25 16:02:59
330
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅