
TBlog
最新文章
-
31 2019年05月
Linux小命令合集
CentOS 安装lsof命令yum install lsof使用lsof -i:(端口号)CentOS 安装rz和sz命令yum install lrzszcentos7 显示中文安装中文语言包:yum groupinstall chinese-support -y 没用 yum search
0 0 2019-05-31 16:54 2019-05 -
14 2022年04月
.gitconfig
# [http]# proxy = http://127.0.0.1:7890# [https]# proxy = https://127.0.0.1:7890# [user]# name = tellbiny# email = tellbiny@hotmail.com# # [filter &qu
0 0 2022-04-14 10:31 2022-04 -
13 2022年04月
.npmrc
# msvs_version=2017python=C:/Programs/Python27/python.exe# home=https://npm.taobao.org# registry= https://repo.huaweicloud.com/repository/npm/# distur
0 0 2022-04-13 14:43 2022-04 -
20 2022年03月
前端&Nodejs实用包
pretty-ms将毫秒转换为人类可读的字符串:1337000000→15d 11h 23m 20sdayjsDay.js 是一个轻量的处理时间和日期的 JavaScript 库,和 Moment.js 的 API 设计保持完全一样. 如果您曾经用过 Moment.js, 那么您已经知道如何使用 D
0 0 2022-03-20 01:02 2022-03 -
25 2021年10月
-
23 2021年07月
前端记录
npm配置参考home=https://npm.taobao.orgregistry=https://registry.npm.taobao.org/puppeteer_download_host=https://npm.taobao.org/mirrorselectron_mirror=https
0 0 2021-07-23 10:58 2021-07 -
31 2019年05月
html生成pdf几种方式
使用 chrome-devtoolschrome-devtoolswkhtmltopdf.\wkhtmltopdf http://localhost:7999/DZ.html test.pdfPhantomJSphantomjs.exe render_pdf.js http://localhost:
0 0 2019-05-31 16:39 2019-05 -
16 2021年03月
-
19 2019年09月
读取javadoc注释
maven添加tools引用<dependency><groupId>com.sun</groupId><artifactId>tools</artifactId><scope>system</scope><s
0 0 2019-09-19 15:09 2019-09 -
09 2019年06月
git相关
基础操作克隆git clone 克隆地址 [存储后的名称]切换分支git pull origin master删除缓存文件git rm -r --cached target提交修改至本地git commit -m '删除多余文件'推送至线上指定分支git push -u origin master.
0 0 2019-06-09 14:49 2019-06