摘要: 工具Studio 3T,免费试用。打开注册表:regedit计算机\HKEY_CURRENT_USER\Software\JavaSoft\Prefs\3t\mongochef\enterprise将里面得数据清零,又是30天免费使用。 阅读全文
posted @ 2024-09-30 15:27 一个人一个城 阅读(194) 评论(0) 推荐(0)
摘要: 查看当前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)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: 下载安装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)