com.sun.org.apache.xerces.internal.impl.dv.util.Base64 Access restriction: The type Base64 is not API (restriction on required library D:\Java\jdk1.8.0_341\jre\lib\rt.jar) Maven Update Project
虽然没错误了,但是有警告,好奇?…
分享一个进度条python库
瞬间觉得很酷 :))
它的名字叫tqdm
效果图: 代码:
import time
from tqdm import tqdmfor i in tqdm(range(100), desc"Loading", unit"kb"):time.sleep(0.1)
介绍
SourceTree 是 Windows 和Mac OS X 下免费的 Git 和 Hg 客户端管理工具,同时也是Mn版本控制系统工具。支持创建、克隆、提交、push、pull 和合并等操作。——百度百科
是一款比较好用的图形化GUI的git、hg管理工具。还有一些其他的可视化代码管理工具&#x…