ddd Read More
posted @ 2017-02-27 22:09
findumars
Views(233)
Comments(0)
Diggs(0)
Application.ProcessMessages;LockWindowUpdate(Self.Handle); //锁住当前窗口 LockWindowUpdate(0)//解除锁定窗口 LockWindowUpdate不但闪烁,而且有可能引起桌面闪烁。因为LockWindowUpdate并不忽 Read More
posted @ 2017-02-27 21:00
findumars
Views(1004)
Comments(0)
Diggs(0)
dddd Read More
posted @ 2017-02-27 20:57
findumars
Views(233)
Comments(0)
Diggs(0)
http://www.cnblogs.com/vajoy/p/3929675.html 我试过多个这种双向同步的网盘,在网络状况不好、系统卡顿以及某些程序BUG的情况下,同步会有错乱现象,尤其是多个电脑同时与服务器进行同步的时候,某些文件会被误删除,导致版本库损坏,像SVN库就直接报废了,连旧版本都 Read More
posted @ 2017-02-27 18:31
findumars
Views(819)
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(1203)
Comments(0)
Diggs(0)
[root@localhost test3]# cat add.h#ifndef _ADD_H_#define _ADD_H_extern int add(int, int);#endif[root@localhost test3]# cat add.c#include "add.h"int add Read More
posted @ 2017-02-27 18:28
findumars
Views(713)
Comments(0)
Diggs(0)
学习GNU/LINUX开发的编程人员,上手之后不久就会在编译开源软件的时候碰到configure脚本,过段时间还会知道configure脚本是 autoconf生成的;但是真正想用起来autoconf,却是要弄明白config.h,configure.in,Makfile.am等一大堆的 文件,这可 Read More
posted @ 2017-02-27 18:26
findumars
Views(564)
Comments(0)
Diggs(0)
介绍 在不同的系统中建立动态链接库的方法有很大的差别,这主要是因为每个系统对动态链接库的看法和实现并不相同,以及编译器对动态链接库支持的选项也不太一样。对于开发人员,如果尝试将使用动态库的软件在这些系统之间移植,需要参考枯涩难懂的系统手册,以及修改相应的 Makefile,这一工作是乏味的,并且具有 Read More
posted @ 2017-02-27 18:25
findumars
Views(685)
Comments(0)
Diggs(0)
C++开源项目入门级:Ptypes Ptypes一个开源轻量级的c++库,包括对一些I/O操作、网络通信、多线程和异常处理的封装。虽然代码有限,包括的内容不少,麻雀虽小,五脏俱全。 提高:STL Boost和STL ACE Boost库是一个可移植、提供源代码的C++库,作为标准库的后备,是C++标 Read More
posted @ 2017-02-27 18:24
findumars
Views(1315)
Comments(0)
Diggs(1)
Boost库是一个经过千锤百炼、可移植、提供源代码的C++库,,作为标准库的后备,是C++标准化进程的发动机之一,在linux安装过程如下:去官方网站下载最新的:http://sourceforge.net/projects/boost/files/boost/1.47.0/ or www.boos Read More
posted @ 2017-02-27 18:22
findumars
Views(1505)
Comments(0)
Diggs(0)
使用 GNU autotools 改造一个软件项目 及永刚 jungle@soforge.com 2006 年 3 月 24 日 版本:0.3 及永刚 jungle@soforge.com 2006 年 3 月 24 日 版本:0.3 本文不是一篇规范的教程,而是用一个软件项目作为例子,演示使用 G Read More
posted @ 2017-02-27 18:20
findumars
Views(826)
Comments(0)
Diggs(0)
http://www.52im.net/thread-180-1-1.html Read More
posted @ 2017-02-27 18:05
findumars
Views(2256)
Comments(0)
Diggs(0)
http://www.cnblogs.com/vajoy/p/5341664.html Read More
posted @ 2017-02-27 18:04
findumars
Views(253)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号