随笔 - 363, 文章 - 0, 评论 - 2, 阅读 - 23万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
上一页 1 2 3 4 5 6 7 ··· 36 下一页

2022年10月19日

摘要: dataframe迭代读取数据 df=pd.read_csv(fn, iterator=True) df.get_chunk(3) 追加的时候,判断文件是否存着,如果不存在则添加表头,否则不添加表头 index=False,代表不会导出index,就是最左侧的那一列 header=None,代表不会 阅读全文

posted @ 2022-10-19 16:25 心默默言 阅读(220) 评论(0) 推荐(0) 编辑

2022年9月5日

摘要: 实习工作中需要将每行读取的字符串例如'{"A":"sad", "B":"123"}'这种形式中的123取出来,查找到了这篇文章,对我很有帮助。转载一下防止遗失。 将一个 python 的字符串转为字典,比如字符串: user_info = '{"name" : "john", "gender" : 阅读全文

posted @ 2022-09-05 17:26 心默默言 阅读(114) 评论(0) 推荐(0) 编辑

2022年8月2日

摘要: https://blog.csdn.net/weixin_31474035/article/details/116371336 http://t.zoukankan.com/lkj371-p-12807640.html https://blog.csdn.net/weixin_44183847/ar 阅读全文

posted @ 2022-08-02 10:26 心默默言 阅读(474) 评论(0) 推荐(0) 编辑

2022年7月14日

摘要: https://cloud.tencent.com/developer/article/2007705 可以在crontab执行的脚本中,手动设置交互式方式选项为打开状态,如下所示。不过这种方式只对当前脚本有效。 #! /bin/bash set -i source ~/.bashrc 阅读全文

posted @ 2022-07-14 20:29 心默默言 阅读(109) 评论(0) 推荐(0) 编辑

2022年4月21日

摘要: 1.react基础 1.1react同步异步 import React, { Component } from 'react' export default class App extends Component { state = { count: 1 } render() { return ( 阅读全文

posted @ 2022-04-21 21:09 心默默言 阅读(94) 评论(0) 推荐(0) 编辑

2022年4月18日

摘要: https://www.cnblogs.com/linzhongren/p/12751580.html /* Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/ */ .c 阅读全文

posted @ 2022-04-18 15:15 心默默言 阅读(50) 评论(0) 推荐(0) 编辑

摘要: https://www.cnblogs.com/zhenzi0322/p/14168124.html#%E4%BA%8C.%20shutil%E5%8A%9F%E8%83%BD-1 1.copy 语法:将文件 src 拷贝到文件或目录 dst。 src 和 dst 应为 路径类对象 或字符串。 如果 阅读全文

posted @ 2022-04-18 15:05 心默默言 阅读(42) 评论(0) 推荐(0) 编辑

摘要: 1.期限价差策略 2.钓鱼单策略 阅读全文

posted @ 2022-04-18 11:06 心默默言 阅读(98) 评论(0) 推荐(0) 编辑

2022年4月13日

摘要: 1.环境安装 1.1node.js安装 node --version 1.2脚手架安装 npm install -g create-react-appcreate-react-app my-app 注:-g是全局安装,一次安装之后,再次创建项目时不再需要再次执行 npm install -g cre 阅读全文

posted @ 2022-04-13 22:38 心默默言 阅读(1154) 评论(0) 推荐(0) 编辑

2022年4月2日

摘要: https://www.jb51.net/article/209042.htm 0.VMware克隆虚拟机(准备工作,克隆3台虚拟机,一台master,两台node) 先在虚拟机中关闭系统 右键虚拟机,点击管理,选择克隆 3.点击下一步,选择完整克隆,选择路径即可 注:以上步骤是模拟了三台计算机 1 阅读全文

posted @ 2022-04-02 21:05 心默默言 阅读(1388) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 36 下一页
点击右上角即可分享
微信分享提示