摘要:阿里云 http://mirrors.aliyun.com/pypi/simple/ 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 中国科学技术大学 http://py
阅读全文
摘要:官网 https://logback.qos.ch/
阅读全文
摘要:Junit简介 JUnit 提供 JUnit 用于测试 JUnit 特点 JUnit 注解说明 什么是断言 常用断言方法 举例说明
阅读全文
摘要:Tensorflow 官方文档 http://www.tensorfly.cn/tfdoc/api_docs/python/nn.html 神经网络分类 参考文献 https://blog.csdn.net/lff1208/article/details/77717149 https://www.l
阅读全文
摘要:资源准备 https://jenkins.io/ https://tomcat.apache.org/download 80.cgi windows 平台 1 2 3 4 5 6 7 8 9 10 11 12 13
阅读全文
摘要:官方 http://www.bootcss.com/ https://v3.bootcss.com/getting started/ download https://getbootstrap.com/docs/4.0/getting started/download/ 什么是Bootstrap B
阅读全文
摘要:``` # 列表 List list1 = [1, 2, 3, 4, 6] print(type(list1)) print(len(list1)) print(max(list1)) # 注意事项 a = [1] print(type(a)) print('*' * 50) # 元组 tuple tuple1 = (5, 6, 7, 8) print(type(tuple1)) # 注...
阅读全文
摘要:``` PS C:\WINDOWS\system32> netsh wlan show profiles 接口 WLAN 2 上的配置文件: 组策略配置文件(只读) --------------------------------- 用户配置文件 ------------- 所有用户配置文件 : NETGEAR26-5G 所有用户配置文件 : NETGEAR26...
阅读全文
摘要:环境部署 pip3 install selenium 安装chrome-browser wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm --no-check-certificate sud
阅读全文