网站更新内容:请访问: https://bigdata.ministep.cn/
摘要: Yarn和npm命令对比 npm install yarn npm install taco --save yarn add taco npm uninstall taco --save yarn remove taco npm install taco --save-dev yarn add ta 阅读全文
posted @ 2021-02-19 18:28 ministep88 阅读(31) 评论(0) 推荐(0) 编辑
摘要: express 使用文档 使用 post 无法传递参数 req-body-empty-on-posts 选择“ X-www-form-urlencoded” 在 app.js 中使用 app.use(bodyParser.json()); app.use(bodyParser.urlencoded( 阅读全文
posted @ 2021-02-19 18:26 ministep88 阅读(28) 评论(0) 推荐(0) 编辑
摘要: es6基础语法 require vs import 语法 示例: 如何导入 moment包 //require语法 const moment = require('moment'); date = moment().locale('zh-cn').format('YYYY_MM_DD_HH_mm_s 阅读全文
posted @ 2021-02-19 18:18 ministep88 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 学习chrome-extension优秀插件 newtabnewquote 新标签页显示一句话 github地址:rahuls/newtabnewquote: A Chrome extension which shows a new quote on each new tab. chrome ext 阅读全文
posted @ 2021-02-19 18:16 ministep88 阅读(81) 评论(0) 推荐(0) 编辑
摘要: Windows版的Typora支持图床的插件 typora在windows下自动上传图片的小工:typora-plugins-win-img 。 简单说下它的几个优点: 图片自动上传,无需其他操作。编写文档跟之前一样,不管是粘贴截图、还是选择插入本地文件,都不需要做任何特殊的操作,插件会自动给你上传 阅读全文
posted @ 2021-02-19 18:14 ministep88 阅读(163) 评论(0) 推荐(0) 编辑
摘要: mkdocs 安装使用 mkdocs-material 使用中文 mkdocs.yml 文件配置如下 extra: search: language: "ja" 参考 site search NOT working with multi languages configed (en+ja) · Is 阅读全文
posted @ 2021-02-19 18:13 ministep88 阅读(40) 评论(0) 推荐(0) 编辑
摘要: ## SSH免密登录 >终于有了一台自己的服务器,亦或者是接触新的领域的亢奋,但是当执行了几十次的时候,心里应该就有点烦躁了,卧X,每次都要输入ip、密码,或者CV过来,好麻烦啊! > >作为一个”慵懒”的coder,这个时候就会寻找更方便的方式来登陆服务器。 ## 使用ssh-keygen生成私钥 阅读全文
posted @ 2021-02-19 18:12 ministep88 阅读(193) 评论(0) 推荐(0) 编辑
摘要: ## 读取剪贴板数据 ## 存入到数据库 from py_function_tools import odps_read_sql,write_excle,write_to_database,hive_read_sql,odps_write_dataframe from py_function_too 阅读全文
posted @ 2021-02-19 18:02 ministep88 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 根据values实现批量下载 from py_function_tools import odps_read_sql,write_excle,write_to_database,hive_read_sql from py_function_tools import odps_write_datafr 阅读全文
posted @ 2021-02-19 16:35 ministep88 阅读(49) 评论(0) 推荐(0) 编辑
摘要: sftp vscode 服务器同步 sftp 插件 vscode 安装 sftp 插件 安装插件 Ctrl + Shift + P 输入 sftp:config (打开指定目录,选择目录; 然后再次 Ctrl + Shift + P 输入 sftp:config,自动创建会在本地生成一个【.vsco 阅读全文
posted @ 2021-02-19 14:08 ministep88 阅读(58) 评论(0) 推荐(0) 编辑
网站更新内容:请访问:https://bigdata.ministep.cn/