上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 题目:利用python计算个税 说明:python有序字典的使用 代码: 阅读全文
posted @ 2018-11-05 15:28 coder211 阅读(1877) 评论(0) 推荐(0) 编辑
摘要: 二十世纪后半叶“概率学界学术教父”钟开莱 百度百科介绍:https://baike.baidu.com/item/%E9%92%9F%E5%BC%80%E8%8E%B1/10419781?fr=aladdin 华罗庚:少有人知的一面——《徐利治访谈录》摘录2 https://www.guokr.co 阅读全文
posted @ 2018-11-02 15:20 coder211 阅读(456) 评论(0) 推荐(0) 编辑
摘要: Ruby Reference 菜鸟教程 http://www.runoob.com/ruby/ruby-tutorial.html 参考手册 http://www.kuqin.com/rubycndocument/man/ 中文官网 http://www.ruby-lang.org/zh_cn/do 阅读全文
posted @ 2018-10-16 15:28 coder211 阅读(376) 评论(0) 推荐(0) 编辑
摘要: Java开发环境搭建 https://www.2cto.com/kf/201706/648072.html https://www.cnblogs.com/zjx2711904647/p/7735556.html https://blog.csdn.net/waterbinbin/article/d 阅读全文
posted @ 2018-10-08 13:56 coder211 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2018-05-21 17:29 coder211 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 仓库介绍 http://hao.jobbole.com/central-repository/ https://my.oschina.net/pingjiangyetan/blog/423380 https://blog.csdn.net/ucxiii/article/details/5194384 阅读全文
posted @ 2018-05-18 17:26 coder211 阅读(154) 评论(0) 推荐(0) 编辑
摘要: pyOpenGL Installation demo1 demo2 阅读全文
posted @ 2018-05-18 14:25 coder211 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 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"... 阅读全文
posted @ 2018-05-18 14:25 coder211 阅读(91) 评论(0) 推荐(0) 编辑
摘要: Flask Installation beans.py webapp.py 阅读全文
posted @ 2018-05-18 14:21 coder211 阅读(122) 评论(0) 推荐(0) 编辑
摘要: # -*- 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... 阅读全文
posted @ 2018-05-18 14:19 coder211 阅读(200) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页