会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
harold100zhan
博客园
首页
新随笔
联系
订阅
管理
2023年5月27日
OneKey Card 支持充值的网络和币种
摘要: 目前OneKey只支持链上USDC充值,方式包括 OKTC Tron Polygon Avalanche C-Chain Optimism Arbitrum one Ethereum 可点击OneKey Card邀请链接进行注册https://card.onekey.so/?i=3I8VT3
阅读全文
posted @ 2023-05-27 09:39 Harold100zhan
阅读(370)
评论(0)
推荐(0)
2022年5月4日
jupyter notebook虚拟环境
摘要: 首先在CMD界面使用workon env_name 切换虚拟环境, 然后用jupyter notebook打开,可实现用特定虚拟环境打开jupyter notebook anconda虚拟环境 查看:conda env list 创建:conda create [-n ENVIRONMENT | -
阅读全文
posted @ 2022-05-04 12:14 Harold100zhan
阅读(95)
评论(0)
推荐(0)
2022年4月24日
Vscode中的文件以类似ipynb方式执行
摘要: 在运行块前加入的的符号为#%%,而不是%%
阅读全文
posted @ 2022-04-24 21:40 Harold100zhan
阅读(238)
评论(0)
推荐(0)
2022年4月23日
Python常用基础方法——os.walk遍历文件夹内文件
摘要: os.walk for root,dirs,files in os.walk('./Resp_Data'): for file in files: print(root,dirs,file) filepath = root+'/'+file root:根目录 dirs:暂时没用上 files:列表形
阅读全文
posted @ 2022-04-23 13:03 Harold100zhan
阅读(105)
评论(0)
推荐(0)
PyQT5显示MatPlotib图片
摘要: 参考链接: Matplotlib植入PyQt5 + QT5的UI呈现_lyy的博客-CSDN博客 https://www.cnblogs.com/laoniubile/p/5904817.html 首先定义Figure_Canvas类,后续调用,test用于绘图,width总像素=width*dpi
阅读全文
posted @ 2022-04-23 10:17 Harold100zhan
阅读(1059)
评论(0)
推荐(0)
公告