https://www.oschina.net/translate/best-open-source-network-monitoring-tools-2017 Read More
posted @ 2017-06-13 21:37
findumars
Views(646)
Comments(0)
Diggs(0)
该文章原创于Qter开源社区(www.qter.org),作者yafeilinux,转载请注明出处! 导语 在前面的几节内容中讲解了Qt网络编程的一些基本内容,这一节来看一下在Qt中进程和线程的基本应用。 环境:Windows Xp + Qt 4.8.5+Qt Creator2.8.0 目录 一、进 Read More
posted @ 2017-06-13 20:12
findumars
Views(2592)
Comments(0)
Diggs(0)
首先在这里感谢QT爱好者社区里大神们的无私分享!我个人也买了书籍,但是刚开始看书有点难以进入状态,看了社区的教程,瞬间感觉入门了有木有! 这次谈一谈我对C++类的前置声明的理解吧。 转自(http://qimo601.iteye.com/blog/1406992)刚开始学习c++的人都会遇到这样的问 Read More
posted @ 2017-06-13 20:06
findumars
Views(618)
Comments(0)
Diggs(0)
2D Game Engine http://www.hyzgame.com.cn/,古月引擎,功能还挺丰富的,对于个人用户来说有点贵。 http://www.libsdl.org/,正在进化 SDL2,支持 iOS/Android,不过只是个 renderer,做产品的话还有很多要自己做的地方。 h Read More
posted @ 2017-06-13 20:04
findumars
Views(772)
Comments(0)
Diggs(0)
http://daodaoliang.com/%E5%BF%83%E4%B8%96%E7%95%8C/2014/11/07/%E6%96%B0%E4%B8%96%E7%95%8C-2014-11-07-%E4%B8%BA%E4%BA%BA%E5%A4%84%E4%B8%96%E7%9A%84%E7% Read More
posted @ 2017-06-13 19:49
findumars
Views(451)
Comments(0)
Diggs(0)
0x00 如何快速的搭建简易的资源发布站 开启简易的python http服务器 1 2 cd /home/your_path python -m SimpleHTTPServer 8000 开启防火墙的对应端口 1 vim /etc/sysconfig/iptables 增加对应的端口就好 0x0 Read More
posted @ 2017-06-13 19:47
findumars
Views(2448)
Comments(0)
Diggs(0)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Read More
posted @ 2017-06-13 19:45
findumars
Views(583)
Comments(0)
Diggs(0)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 Read More
posted @ 2017-06-13 19:44
findumars
Views(937)
Comments(0)
Diggs(0)
Python程序作为Windows服务启动,需要安装pywin32包。下载路径: 我是下载路径 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 Read More
posted @ 2017-06-13 18:44
findumars
Views(647)
Comments(0)
Diggs(0)
0x01 计划任务简介 linux 中计划任务主要分为”循环执行”和”只执行一次”两种,分别对应的时 crond 服务 和 atd 服务; 0x02 只执行一次的计划任务 0x02.1 atd 服务说明 atd 服务会轮训计划任务的文件,也就是我们用at 或者 batch 命令下达的任务,都会以文件 Read More
posted @ 2017-06-13 18:43
findumars
Views(470)
Comments(0)
Diggs(0)
作者: daodaoliang 版本: V 0.0.1 日期: 2017年11月25日 1. Windows Service 编程实现 在windows平台下面编写 服务程序 免不了要去查看微软的开发者文档,相关的介绍在这里, 多了也就不在罗嗦了,如果你嫌弃直接用他们的API的话,可以使用别人已经封 Read More
posted @ 2017-06-13 18:40
findumars
Views(361)
Comments(0)
Diggs(0)
murmurhash2算法 和 DJB Hash算法是目前最流行的hash算法 1.DJB HASH算法 1 2 3 4 5 6 7 8 9 10 11 /* the famous DJB Hash Function for strings */ unsigned int DJBHash(char Read More
posted @ 2017-06-13 18:33
findumars
Views(6016)
Comments(0)
Diggs(0)
PrivilegesRequired=admin 1 2 3 4 5 找到```INNO```安装目录下的```SetupLdr.e32```文件(其实就是一个exe程序),将程序中的```Manifest```内的 > ``` <requestedExecutionLevel level="asI Read More
posted @ 2017-06-13 18:27
findumars
Views(1224)
Comments(0)
Diggs(0)
##环境说明 ##背景说明 >项目中需要对发布版本追踪崩溃问题,我们在项目中利用Qtbreakpoint来产生崩溃文件 ```*.pdb``` 文件,但是在```Qt```的Release版本下默认是不产生```*.pdb```文件 1 2 3 4 5 6 7 8 9 10 ##如何配置 * 方案1 Read More
posted @ 2017-06-13 18:25
findumars
Views(1968)
Comments(0)
Diggs(0)
如果安装Qt时使用的是Visual Studio的预编译版,那么很有可能就会缺少调试器(Debugger),而使用MSVC的Qt对应的原生调试器是CDB(对应MinGW的Qt使用GDB调试器)。本文介绍如何下载安装CDB,并在Qt Creator配置之。 示例环境:Windows 7 64bit + Read More
posted @ 2017-06-13 18:20
findumars
Views(8502)
Comments(0)
Diggs(0)
本文转载自这里是原文 近几年的项目中,服务化和微服务化渐渐成为中大型分布式系统架构的主流方式,而 RPC 在其中扮演着关键的作用。 在平时的日常开发中我们都在隐式或显式的使用 RPC,一些刚入行的程序员会感觉 RPC 比较神秘,而一些有多年使用 RPC 经验的程序员虽然使用经验丰富,但有些对其原理也 Read More
posted @ 2017-06-13 18:18
findumars
Views(743)
Comments(0)
Diggs(0)
http://doc.qt.io/qt-4.8/containers.html http://doc.qt.io/qt-4.8/qcache.html Read More
posted @ 2017-06-13 18:10
findumars
Views(854)
Comments(0)
Diggs(0)
作者: daodaoliang 时间: 2016年5月23日 版本: v0.0.1 邮箱: daodaoliang@yeah.net 日常用的网络流量查看工具为 iftop, 但是他仅仅只能简单的查看网络的流量情况,若是想要查看某个链接的流量情况就比较困难了,因此再次推荐iftop 这个工具 0x0 Read More
posted @ 2017-06-13 17:36
findumars
Views(1436)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号