05 2018 档案
摘要:https://www.cnblogs.com/han-1034683568/p/9069008.html https://www.cnblogs.com/gdyblog/p/tomcatAddHttps.html https://www.cnblogs.com/X-Jun/p/9069608.ht
阅读全文
摘要:仓库介绍 http://hao.jobbole.com/central-repository/ https://my.oschina.net/pingjiangyetan/blog/423380 https://blog.csdn.net/ucxiii/article/details/5194384
阅读全文
摘要:pyOpenGL Installation demo1 demo2
阅读全文
摘要:1 # -*- coding: utf-8 -*- 2 3 import unittest 4 5 class MyUT(unittest.TestCase): 6 7 def test_1(self): 8 print("test-1") 9 10 def test_2(selfs): 11 print("test-2"...
阅读全文
摘要:Flask Installation beans.py webapp.py
阅读全文
摘要:# -*- coding: utf-8 -*- import unittest class TestClass1(unittest.TestCase): @unittest.skip("core.ok") def test_tuple(self): data = (11,22,33) print(data) x,y,z = d...
阅读全文
摘要:1 def pmt(s): 2 """ 3 :param s: the string to get its partial match table 4 :return: partial match table 5 """ 6 prefix = [s[:i + 1] for i in range(len(s) - 1)] 7 suffi...
阅读全文
摘要:个人征信报告有效期 https://zhidao.baidu.com/question/621160864878907412.html 人民银行征信中心常见问题解答 http://www.pbccrc.org.cn/zxzx/kefzx/201401/9435199b9a284116b89b27fa
阅读全文
摘要:OS:Mac Python:3.6 一、先安装Keras,再安装TensorFlow 1. 安装Keras 2. 安装TensorFlow 二、仅安装TensorFlow 注意:查询命令:pip list --format=columns
阅读全文

浙公网安备 33010602011771号