随笔分类 -  always

摘要:``` import tkinter import time class Reminder: def __init__(self, text): self.root = tkinter.Tk() self.root.overrideredirect(True) self.root.geometry('{0}x{1}+0+0'.format... 阅读全文
posted @ 2018-08-20 11:07 idlewith 阅读(173) 评论(0) 推荐(0)
摘要:``` 教育背景 毕业院校:江西现代职业技术学院 专 业 : 计算机软件 主修课程:汇编语言 java语言、c语言、数据库、计算机组成原理等课程。 专业技能 有扎实的Java语言基础和面向对象的抽象能力; 掌握JavaWeb基础,熟悉Http协议、Session、Servlet、Filter等; 熟练使用Spring MVC,Spring,MyBatis框架,熟悉,Stru... 阅读全文
posted @ 2018-07-06 17:11 idlewith 阅读(228) 评论(0) 推荐(0)
摘要:c_fib.c include int Cfib(int n) { if (n 阅读全文
posted @ 2017-10-10 12:38 idlewith 阅读(214) 评论(0) 推荐(0)
摘要:http://interactivepython.org/courselib/static/pythonds/index.html 阅读全文
posted @ 2017-08-01 10:06 idlewith 阅读(154) 评论(0) 推荐(0)
摘要:``` from collections import Counter from log_list import log_list print [k for k, v in dict(Counter(log_list)).items() if v != 1] ``` 阅读全文
posted @ 2017-07-12 18:31 idlewith 阅读(110) 评论(0) 推荐(0)
摘要:转载自 https://yijingping.github.io/2013/01/02/%E6%88%91%E7%9A%84%E7%9F%A5%E8%AF%86%E4%BD%93%E7%B3%BB.html 职业规划 方向:金融大数据(量化投资),突破口是该行业内的技术架构师 目标:在40岁以前实现 阅读全文
posted @ 2017-06-05 11:11 idlewith 阅读(234) 评论(0) 推荐(0)
摘要:token 阅读全文
posted @ 2017-05-19 18:34 idlewith 阅读(241) 评论(0) 推荐(0)
摘要:re module version my version Python 3 version Python 2 version 阅读全文
posted @ 2017-03-13 18:42 idlewith 阅读(211) 评论(0) 推荐(0)