摘要: 截图 solarized主题 molokai主题 安装步骤 1. clone 到本地 git clone https://github.com/wklken/k-vim.git 2. 安装依赖包 2.1 系统依赖 # ctags, ag(the_silver_searcher) sudo apt-g 阅读全文
posted @ 2016-03-07 14:54 YXY的Blog 阅读(1255) 评论(0) 推荐(0) 编辑
摘要: 1 # coding: utf-8 2 3 import wx 4 from math import * 5 6 class CalcFrame(wx.Frame): 7 def __init__(self,title): 8 wx.Frame.__init__(self,None,-1,title 阅读全文
posted @ 2016-02-27 14:43 YXY的Blog 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 图片来自于CSDN 阅读全文
posted @ 2016-02-26 17:10 YXY的Blog 阅读(275) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-02-15 23:44 YXY的Blog 阅读(8) 评论(0) 推荐(0) 编辑