ddd Read More
posted @ 2017-02-27 22:09 findumars Views(232) Comments(0) Diggs(0)
Application.ProcessMessages;LockWindowUpdate(Self.Handle); //锁住当前窗口 LockWindowUpdate(0)//解除锁定窗口 LockWindowUpdate不但闪烁,而且有可能引起桌面闪烁。因为LockWindowUpdate并不忽 Read More
posted @ 2017-02-27 21:00 findumars Views(993) Comments(0) Diggs(0)
dddd Read More
posted @ 2017-02-27 20:57 findumars Views(231) Comments(0) Diggs(0)
http://www.cnblogs.com/vajoy/p/3929675.html 我试过多个这种双向同步的网盘,在网络状况不好、系统卡顿以及某些程序BUG的情况下,同步会有错乱现象,尤其是多个电脑同时与服务器进行同步的时候,某些文件会被误删除,导致版本库损坏,像SVN库就直接报废了,连旧版本都 Read More
posted @ 2017-02-27 18:31 findumars Views(816) Comments(0) Diggs(0)
1. 安装C的帮助手册 如果你使用的Linux发行版, 默认没有安装C语言的库函数MAN手册, 使用下面的方法解决: # sudo apt-get install manpages # sudo apt-get install manpages-de # sudo apt-get install m Read More
posted @ 2017-02-27 18:29 findumars Views(1195) Comments(0) Diggs(0)