会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
coder211
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
10
下一页
2018年11月5日
[python 练习] 计算个税
摘要: 题目:利用python计算个税 说明:python有序字典的使用 代码:
阅读全文
posted @ 2018-11-05 15:28 coder211
阅读(1912)
评论(0)
推荐(0)
2018年11月2日
概率论参考书
摘要: 二十世纪后半叶“概率学界学术教父”钟开莱 百度百科介绍: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
阅读(484)
评论(0)
推荐(0)
2018年10月16日
URLs
摘要: 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
阅读(400)
评论(0)
推荐(0)
2018年10月8日
URLs
摘要: 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
阅读(406)
评论(0)
推荐(0)
2018年5月21日
URL List ...
摘要: 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
阅读(477)
评论(0)
推荐(0)
2018年5月18日
[ Build Tools ] Repositories
摘要: 仓库介绍 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
阅读(158)
评论(0)
推荐(0)
[ Python ] OpenGL
摘要: pyOpenGL Installation demo1 demo2
阅读全文
posted @ 2018-05-18 14:25 coder211
阅读(215)
评论(0)
推荐(0)
[ Python ] unittest demo
摘要: 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
阅读(92)
评论(0)
推荐(0)
[ Python ] Flask
摘要: Flask Installation beans.py webapp.py
阅读全文
posted @ 2018-05-18 14:21 coder211
阅读(126)
评论(0)
推荐(0)
[ Python ] matplotlib
摘要: # -*- 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
阅读(203)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
10
下一页
公告