posted @ 2022-04-21 21:09
04 2022 档案
摘要:1.react基础 1.1react同步异步 import React, { Component } from 'react' export default class App extends Component { state = { count: 1 } render() { return (
阅读全文
摘要: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
摘要: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
摘要: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
摘要:https://www.jb51.net/article/209042.htm 0.VMware克隆虚拟机(准备工作,克隆3台虚拟机,一台master,两台node) 先在虚拟机中关闭系统 右键虚拟机,点击管理,选择克隆 3.点击下一步,选择完整克隆,选择路径即可 注:以上步骤是模拟了三台计算机 1
阅读全文
posted @ 2022-04-02 21:05
摘要:http://www.360doc.com/content/17/1230/00/46858437_717550557.shtml
阅读全文
posted @ 2022-04-02 10:42
摘要:MyTT https://blog.csdn.net/u011218867/article/details/118242517 MyTT是您量化工具箱里的瑞士军刀,精炼而高效,它将通达信,同花顺,文华麦语言等指标公式indicators,最简移植到Python中,核心库单个文件,仅百行代码,实现和转
阅读全文
posted @ 2022-04-02 10:26