这些年来,编写代码本身已经成为一种艺术。现在,有大量的编程语言可供开发者选择使用,从汇编语言到 Ruby 和 Python。尽管对于给定的项目有许多编程语言可供选择,但有一件事是亘古不变的,每个开发者都需要一个代码编辑器来写代码。 一个好的代码编辑器不仅仅是一个简单的文本编辑工具,这是发生奇迹的地方 Read More
posted @ 2017-09-20 20:27 findumars Views(16311) Comments(0) Diggs(0)
Kitto2 is a tool for data-driven web application Development. It allows to create Rich Internet Applications based on a data model that can be mapped Read More
posted @ 2017-09-20 03:50 findumars Views(608) Comments(0) Diggs(0)
TCP输出 下图展示了应用进程写数据到TCP套接口的过程。 每一个TCP套接口有一个发送缓冲区,我们可以用SO_SNDBUF套接口选项来改变这个缓冲区的大小。当应用程序调用write时,内核从应用程序进程的缓冲区中拷贝所有数据到套接口的发送缓冲区。如果套接口的发送缓冲区容不下应用程序的所有数据(或是 Read More
posted @ 2017-09-19 21:07 findumars Views(6292) Comments(0) Diggs(0)
1. Q_GADGET:不需要从QObject继承就可以使用Qt的Meta Object功能2. Q_ENUMS:对枚举对象进行反射(reflection)3. Q_SIGNAL:不需要signals关键字就可以将一个函数指定为singal函数4. Q_SLOT:不需要slots关键字就可以将一个函 Read More
posted @ 2017-09-18 23:37 findumars Views(3483) Comments(1) Diggs(1)
From: http://hi.baidu.com/wxnxs/item/156a68f5b3b4ed18e3e3bd03 MFC中获取App,MainFrame,Doc和View类等指针的方法 From: http://hi.baidu.com/wxnxs/item/156a68f5b3b4ed1 Read More
posted @ 2017-09-18 22:58 findumars Views(2214) Comments(0) Diggs(0)