解释下次补上
先上代码
XGraphics.h
#pragma once
#include
#include "XD3Device.h"
/////////////
// GLOBALS //
/////////////
const bool FULL_SCREEN = false; //是否全屏
const bool VSYNC_ENABLED = true; //是否垂直...
分类:
其他好文 时间:
2014-10-05 01:28:37
阅读次数:
308
---开启附加日志功能 SQL> archive log list; Database log mode Archive Mode Automatic archival Enabled Archive destination ...
分类:
其他好文 时间:
2014-10-01 21:00:31
阅读次数:
386
NOTE: These two methods: Tip: Subclass AbstractHandler rather than implementing IHandler. but you can use it to the below section you need to set: IHa...
分类:
系统相关 时间:
2014-09-27 13:59:39
阅读次数:
262
【Solo and Mute】 Muting means a transition will be disabled. Soloed transtions are enabled and with respect to other transitions originating from the ....
分类:
其他好文 时间:
2014-09-26 18:54:28
阅读次数:
164
首先从redis.c源码的main()函数开始,在调用的initServer函数中除了初始化redis节点本身的一些配置和环境之外,会根据是否设置cluster_enabled参数来对cluster进行初始化,如下:initServer
//也就是redis.conf配置中的参数cluster-enabled如果设置为yes,则进入cluster模式
->..
分类:
其他好文 时间:
2014-09-26 08:34:29
阅读次数:
280
对UIButtonMessage进行修改
void OnPress (bool isPressed)
{
if (enabled)
{
if (((isPressed && trigger == Trigger.OnPress) ||
(!isPressed && trigger == Trigger.OnRelease))) Send();
}
tr...
分类:
其他好文 时间:
2014-09-24 20:42:47
阅读次数:
390
1. 使用setup命令 [1] 打开一个终端窗口,输入setup命令 [root@localhost?~]#?setup [2] 选择Firewall configuration, 选择Run Tool,进入防火墙配置界面 [3] 勾选Enabled开启防火墙,不勾选则不开启,此处开启...
分类:
其他好文 时间:
2014-09-23 12:37:44
阅读次数:
380
在MySQL主从复制机器的master的数据库中创建function,报出如下错误:
Error Code: 1418. This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled
(you *might* want to...
分类:
数据库 时间:
2014-09-19 17:38:05
阅读次数:
210
Example:Replacing noscript We are sorry,but this application needs JavaScript to be enabled to work.Please contact us if you cannot enable scri...
分类:
其他好文 时间:
2014-09-18 18:35:04
阅读次数:
235
Example:InnerHTML We are sorry,but this application needs JavaScript to be enabled to work.Please contact us if you cannot enable scripting and...
分类:
Web程序 时间:
2014-09-18 18:34:44
阅读次数:
269