会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
烟火人间
博客园
首页
新随笔
联系
订阅
管理
2024年9月30日
工具Studio 3T,免费试用
摘要: 工具Studio 3T,免费试用。打开注册表:regedit计算机\HKEY_CURRENT_USER\Software\JavaSoft\Prefs\3t\mongochef\enterprise将里面得数据清零,又是30天免费使用。
阅读全文
posted @ 2024-09-30 15:27 一个人一个城
阅读(194)
评论(0)
推荐(0)
2024年1月15日
搭建 虚拟python conda环境
摘要: 查看当前conda所有环境conda info --envs 使用如下语句创建环境,kafka_monitor为我的环境名conda create -n kafka_monitor python=3.8 删除环境conda env remove -n kafka_monitor 激活环境,安装pyt
阅读全文
posted @ 2024-01-15 09:45 一个人一个城
阅读(45)
评论(0)
推荐(0)
2022年12月6日
wps word 批量修改表格样式
摘要: https://www.ngui.cc/el/1276218.html?action=onClick Sub 统一表格样式() ' ' 批量修改表格 Macro ' 宏由 zsz 录制,时间: 2020/05/07 ' Dim tempTable As Table Application.Scree
阅读全文
posted @ 2022-12-06 09:57 一个人一个城
阅读(742)
评论(0)
推荐(0)
2022年8月9日
python 装饰器示例使用
摘要: print(' 11111 ') def sum_time(func): def wrapper(): print('1') func() print('2') return wrapper @sum_time def num(): print('3') num() print(' 22222 ')
阅读全文
posted @ 2022-08-09 16:47 一个人一个城
阅读(45)
评论(0)
推荐(0)
2022年7月28日
pd.read_excel()和 pd.to_excel() 参数详解
摘要: with pd.ExcelWriter(path + 'abc.xlsx', mode='a', engine='openpyxl') as writer: result.to_excel(writer, sheet_name=f'{today_format}', index=True,header
阅读全文
posted @ 2022-07-28 10:22 一个人一个城
阅读(2505)
评论(0)
推荐(0)
2022年1月18日
怎么下载安装jupyter
摘要: 下载安装Jupyter: 通过 pip 安装:pip install jupyter 在cmd中使用“pip install jupyter”命令即可自动下载安装Jupyter Notebook。 安装成功提示有:jupyter、jupyter-client、jupyter-console、jupy
阅读全文
posted @ 2022-01-18 16:00 一个人一个城
阅读(6654)
评论(0)
推荐(0)
公告