Pointers are like jumps, leading wildly from one part of the data structure to another. Their introduction into high-level languages has been a step b Read More
posted @ 2018-04-26 09:39 findumars Views(7865) Comments(0) Diggs(0)
原文地址:http://www.cnblogs.com/Jerry-Chou/archive/2010/12/18/1909843.html 翻译一篇文章,我最早从这篇文章中了解到为什么Linux平台上,从源代码安装软件通常都需要这三步:./configure, make, make install Read More
posted @ 2018-04-26 09:31 findumars Views(735) Comments(0) Diggs(1)
再C#里现在有3个Timer类: System.Windows.Forms.Timer System.Threading.Timer System.Timers.Timer 这三个Timer我想大家对System.Windows.Forms.Timer已经很熟悉了,唯一我要说的就是这个Timer在激 Read More
posted @ 2018-04-26 09:28 findumars Views(446) Comments(0) Diggs(0)
https://blog.csdn.net/d_a_r_k/article/details/78414482 Read More
posted @ 2018-04-25 19:21 findumars Views(3965) Comments(0) Diggs(1)
1、问题 对于装有Windows和Linux系统的机器,进入Windows显示的时间和Linux不一致,Linux中的时间比Windows提前8个小时。 2、解决方法 修改/etc/default/rcS,设置不使用UTC时间,设置如下:UTC=no 3、解释 这个是一个关于时间的问题,我们就先来了 Read More
posted @ 2018-04-23 17:32 findumars Views(12903) Comments(0) Diggs(0)