Qt 4.0 automatically double-buffers Qt 4.1 QWidget::autoFillBackground Qt 4.2 delayed widget creation (DWC) stylesheet Qt 4.3 QWidget::render Qt 4.4 A ...
分类:
其他好文 时间:
2017-12-14 20:58:41
阅读次数:
192
http://doc.okbase.net/catcher1994/archive/220195.html Catcher8 2016/4/23 0:28:50 阅读(72) 评论(0) 一、前言 回忆到上篇 《Xamarin.Android再体验之简单的登录Demo》 做登录时,用的是GET的请求 ...
分类:
移动开发 时间:
2017-12-10 17:38:09
阅读次数:
362
1、Buffer 和 cache Free 命令相对于top 提供了更简洁的查看系统内存使用情况: [apptest@vs022 ~]$ free -m ——以MB为单位 total used free shared buffers cachedMem: 32109 30133 1975 0 472 ...
分类:
系统相关 时间:
2017-12-02 11:29:25
阅读次数:
260
Identify the memory component from which memory may be allocated for:1: Session memory for the shared server2: Buffers for I/O slaves3: Oracle Databas ...
分类:
其他好文 时间:
2017-12-01 13:49:32
阅读次数:
179
free -m 查看内存情况 (单位MB) mem 行显示了从系统角度看来内存使用的情况, total是系统可用的内存大小, 数量上等于系统物理内存减去内核保留的内存. buffers和cached是系统用做缓冲的内存. buffers与某个块设备关联, 包含了文件系统元数据, 并且跟踪了块的变化. ...
分类:
系统相关 时间:
2017-11-28 11:46:37
阅读次数:
1013
参考资料说明 SuperSocket文档 http://docs.supersocket.net/ Protobuf语言参考 https://developers.google.com/protocol-buffers/docs/proto 单消息多类型解决方案 https://developers ...
分类:
其他好文 时间:
2017-11-27 20:02:18
阅读次数:
162
LTexture.h bool lock(); bool unlock(); GLuint* getPixelData32();//获取像素 GLuint getPixel32( GLuint x, GLuint y );//获取x,y位置对应的像素点 void setPixel32( GLuint ...
分类:
其他好文 时间:
2017-11-24 20:24:06
阅读次数:
210
简单的nginx配置如下,包含了静态文件配置、websocket、socket.io的配置: ...
分类:
其他好文 时间:
2017-11-22 13:03:34
阅读次数:
127
问题背景 适用情况: 操作系统: redhat 6.5 数据库: oracle 11g r2 问题描述: failover后原主库无法恢复和启动或者丢失主备关系 优点 实施前准备工作 1.测试dumplicate 2.测试环境数据库利用dumplicate重建stanby数据库 实施步骤 备份新主库 ...
分类:
数据库 时间:
2017-11-17 18:35:05
阅读次数:
248
Protobuf的简单介绍、使用和分析 一、protobuf是什么? protobuf(Google Protocol Buffers)是Google提供一个具有高效的协议数据交换格式工具库(类似Json),但相比于Json,Protobuf有更高的转化效率,时间效率和空间效率都是JSON的3-5倍 ...
分类:
其他好文 时间:
2017-11-17 10:44:35
阅读次数:
186