磨刀不误砍柴功 给我六个小时砍树,我会用前 4 个小时磨斧头。 Abraham Lincoln (亚伯拉罕·林肯) 的名言影响着我。专注地进行技术方面的编码工作或者运行某个业务通常会让人忽略更好更快的方法。 成功的开发者以聪明的方式工作,并能获得更好的成绩。 https://www.oschina. Read More
posted @ 2017-02-15 23:29
findumars
Views(720)
Comments(0)
Diggs(0)
//锁住listview防止反复刷新 LockWindowUpdate(Self.lvsearch.Handle); 貌似不太行,多用几下就卡住了 那个函数几乎不用的!单次添加,重复率高用这个意思意思还行 https://msdn.microsoft.com/en-us/library/window Read More
posted @ 2017-02-15 21:51
findumars
Views(339)
Comments(0)
Diggs(0)
Example 1234567891011121314151617181920212223242526272829303132 /* setlocale example */ #include <stdio.h> /* printf */ #include <time.h> /* time_t, s Read More
posted @ 2017-02-15 21:43
findumars
Views(1494)
Comments(0)
Diggs(0)
Multibyte characters Multibyte strings http://www.cplusplus.com/reference/cstdlib/ http://www.cplusplus.com/reference/cwchar/wcrtomb/ Read More
posted @ 2017-02-15 21:39
findumars
Views(311)
Comments(0)
Diggs(0)
DataSetConverter4Delphihttps://github.com/ezequieljuliano/DataSetConverter4Delphi QJson 可以这样 QJson := TQJson.Create;QJson.FromRtti(结构体); QJson.ToRtti( Read More
posted @ 2017-02-15 20:48
findumars
Views(2173)
Comments(0)
Diggs(0)