- 博客(6)
- 资源 (16)
- 问答 (1)
- 收藏
- 关注
原创 Ubuntu18.04安装docker图文教程(新手记录)
1 更新apt包索引:sudo apt update #这一步可能会报错, 参考遇到的问题2 通过HTTPS使用仓库(repository)安装:sudo apt install apt-transport-https ca-certificates curl software-properties-common3 在/etc/apt/sources.list.d/do...
2020-05-01 11:00:41 1672
原创 python一键整理桌面
#!/usr/bin/python#-*-coding:utf-8-*-import osimport shutil__author__ = 'lidwt'print("开始整理---")formats = { "音频":[".mp3",".wav"], "视频":[".mp4",".avi","mov"], "图片":[".jpeg",".jpg",".png"...
2019-10-15 22:24:12 723 1
原创 申请https域名,证书和部署流程
我把申请https域名,证书和部署流程,大致整理了一下。同道中人,以后遇到类似业务,可以参照这个。少踩一下坑!一 : 相关知识SSL安全套接层(Secure Socket Layer)SSL证书是数字证书的一种,就像是我们平常用的驾驶证和营业执照的电子证书副本一样。因为配置在服务器上,所以被我们称为SSL服务器证书。 https://www.wosign.com/faq/faq-...
2019-09-27 09:24:22 7104 1
原创 python批量克隆,新建分支,更新本地多个git仓库代码
# !/usr/bin/python# -*- coding: utf-8 -*-import os__author__ = 'lidwt'def gitclone(filepath): # 批量clone git仓库 gitpaths = ["http://git.yonyou.com/young/******.git",] for fi in gitpath...
2019-08-20 13:25:52 1283
原创 python3实现接入百度通用翻译
由于百度通用翻译官方只有pythone2版本的demo,所以,你懂的首先需要申请百度开发者账号,创建app拿到appid以及secretkeyhttp://api.fanyi.baidu.com/api/trans/product/apidoc代码:# -*- coding:utf-8 -*- import http.clientimport hashlibimport ...
2019-05-11 20:01:23 739
原创 Python3脚本升级所有pip包
# -*- coding: utf-8 -*-import pip# pip V10.0.0以上版本需要导入下面的包from pip._internal.utils.misc import get_installed_distributionsfrom subprocess import callfor dist in get_installed_distributions(): ...
2018-08-09 19:48:14 3047
SourceTree2.4.7
2018-12-28
VBS本机修改ip地址,掩码,网关,dns
2018-11-16
net3.5离线安装包(win10可用)
2018-08-03
python征服微信跳一跳
2018-01-17
C# 基于网络的QQ聊天程序
2013-09-13
TA创建的收藏夹 TA关注的收藏夹
TA关注的人