摘要: refrence: https://pip.pypa.io/en/latest/1. installfor unix:$sudo apt-get install python-pipor$curl -O https://bootstrap.pypa.io/get-pip.py$python get-... 阅读全文
posted @ 2015-08-06 21:07 小麦粉 阅读(1140) 评论(0) 推荐(0) 编辑
摘要: refrence: http://www.cs.colostate.edu/helpdocs/vi.html 阅读全文
posted @ 2015-08-06 10:55 小麦粉 阅读(165) 评论(0) 推荐(0) 编辑
摘要: reference: https://wiki.debian.org/SourcesList/etc/apt/sources.listAs part of its operation, Apt uses a file that lists the 'sources' from which packa... 阅读全文
posted @ 2015-08-06 10:47 小麦粉 阅读(4464) 评论(0) 推荐(0) 编辑
摘要: if you have install microsoft visual studio 2013, just create a new enviroment variable named [VS90COMNTOOLS] and point it to %VS120COMNTOOLS%.because... 阅读全文
posted @ 2015-08-06 09:15 小麦粉 阅读(658) 评论(0) 推荐(0) 编辑
摘要: 原文地址:10 signs you’ve been coding too much for too long程序员,正如你说想,热爱编程。他们可以偶尔因为项目的交期逼近而工作相当长的时间。通常而言,由于他们热爱编程,这是好事。然而,就像有些事情一样,你不能做的太过而影响到自己的生活。1. 你无法停止... 阅读全文
posted @ 2015-02-04 15:59 小麦粉 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 此文旨在记录个人对windows服务的理解以及学习记录,高人可以直接绕行。1.Windows 服务体系结构@http://technet.microsoft.com/zh-cn/library/aa998749(v=exchg.65).aspxWindows 服务(也称服务应用程序)是无论用户是否登... 阅读全文
posted @ 2013-07-14 21:10 小麦粉 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 说明:模拟带表盘的时钟 1 using System; 2 using System.Windows.Forms; 3 using System.Drawing; 4 using System.Drawing.Drawing2D; 5 using System.Globalization;... 阅读全文
posted @ 2013-07-07 00:43 小麦粉 阅读(1253) 评论(1) 推荐(1) 编辑
摘要: 1 using System; 2 using System.Reflection; 3 using System.Windows.Forms; 4 using System.ComponentModel; 5 6 namespace BugQiang.RemoveEventHandler { ... 阅读全文
posted @ 2013-07-06 15:12 小麦粉 阅读(585) 评论(0) 推荐(0) 编辑
摘要: namespace BugQiang.Al { public class ClassA1 { public static readonly string STATIC_READONLY_STRING = "STATIC_READONLY_STRING"; publi... 阅读全文
posted @ 2013-07-05 23:05 小麦粉 阅读(569) 评论(0) 推荐(0) 编辑