摘要:
#!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2020/3/27 0027 # @Author : justin.郑 3907721@qq.com # @File : date_utils.py # @Desc : 日期管理工具 im 阅读全文
posted @ 2021-02-19 19:07
ministep88
阅读(78)
评论(0)
推荐(0)
摘要:
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
阅读(41)
评论(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
阅读(36)
评论(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
阅读(35)
评论(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
阅读(115)
评论(0)
推荐(0)
摘要:
Windows版的Typora支持图床的插件 typora在windows下自动上传图片的小工:typora-plugins-win-img 。 简单说下它的几个优点: 图片自动上传,无需其他操作。编写文档跟之前一样,不管是粘贴截图、还是选择插入本地文件,都不需要做任何特殊的操作,插件会自动给你上传 阅读全文
posted @ 2021-02-19 18:14
ministep88
阅读(201)
评论(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
阅读(91)
评论(0)
推荐(0)
摘要:
## SSH免密登录 >终于有了一台自己的服务器,亦或者是接触新的领域的亢奋,但是当执行了几十次的时候,心里应该就有点烦躁了,卧X,每次都要输入ip、密码,或者CV过来,好麻烦啊! > >作为一个”慵懒”的coder,这个时候就会寻找更方便的方式来登陆服务器。 ## 使用ssh-keygen生成私钥 阅读全文
posted @ 2021-02-19 18:12
ministep88
阅读(231)
评论(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
阅读(94)
评论(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
阅读(71)
评论(0)
推荐(0)

浙公网安备 33010602011771号