用了3天时间,将DShow加入到了游戏中,记录下心得,方便要使用的童鞋以及以后的自己查看。1.VideoMixingRenderer9,内部使用Direct3D9,需要WindowsXP或更高的操作系统。游戏用户基本100%满足这个条件,因此我选择它作为过滤器。2.VideoMixingRender...
分类:
其他好文 时间:
2014-10-23 09:17:35
阅读次数:
217
调用:RunAsyncMethod(new AsyncBeginInvoke(BusinessHandler.Handle), new AsyncCallback(BusinessHandler.Callback), data);定义:public delegate void AsyncBeginI...
分类:
Web程序 时间:
2014-10-23 09:17:43
阅读次数:
196
Spring配置异常解决办法之Referencedfilecontainserrors(http://www.spReferenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-3.0...
分类:
编程语言 时间:
2014-10-23 09:17:15
阅读次数:
174
用synchronized(syncObject)看起来比较好如下:public class test_sync extends Thread {Integer x = 0;public test_sync() {} public void run() { try { Thread.sleep...
分类:
编程语言 时间:
2014-10-23 09:16:15
阅读次数:
200
首先给出论点:作为系统应用,BS任何方面都无法和多层CS模式相比。 下面,我们从若干方面来论证此论点的正确性: 多层CS模式安全性完胜BS。 多层CS在传统的客户端+DB的中间加入了应用服务器,而因为中间应用服务器...
分类:
其他好文 时间:
2014-10-23 08:14:31
阅读次数:
327
Bizon the Champion isn't just charming, he also is very smart.
While some of us were learning the multiplication table, Bizon the Champion had fun in his own manner. Bizon the Champion painted an n...
分类:
其他好文 时间:
2014-10-23 08:14:55
阅读次数:
139
#include#define maxn 1010int main(){ int num,a[maxn],i,j,b[maxn]; int sum=0; while(scanf("%d",&num)==1&&num) { ++sum; printf...
分类:
其他好文 时间:
2014-10-23 08:11:44
阅读次数:
161
AUTODESK 2014通用安装序列号: 666-69696969 667-98989898 400-45454545 066-66666666 AUTODESK 2014全系列产品密钥 001F1 AutoCAD 2014 057F1 AutoCAD LT 2014 128F1 Autodesk...
分类:
其他好文 时间:
2014-10-23 08:11:27
阅读次数:
292
之前理解题意错误,应该是每一次game,只输入一组答案序列,输入多组测试序列,而之前的错误理解是每一次输入都对应一组答案序列和一组测试序列,下面是理解题意后的代码,但是还是WA,待修改#include#define maxn 1010int main(){ int num,a[maxn],i,...
分类:
其他好文 时间:
2014-10-23 08:11:34
阅读次数:
128
Below is a list for collecting all the Autodesk 2015 Product Keys: [*]AutoCAD 2015 001G1 [*]AutoCAD Architecture 2015 185G1 [*]AutoCAD Civil 3D 2015 2...
分类:
其他好文 时间:
2014-10-23 08:11:34
阅读次数:
130
[Xamarin.Android] 发布NuGet套件前言在Xamarin中,可以将自己开发的项目包装成为NuGet套件发布至NuGet Server,来提供其他开发人员使用。本篇介绍如何封装并发布NuGet套件,让开发人员能自行建立NuGet Server中的NuGet套件,为自己留个纪录也希望能...
分类:
移动开发 时间:
2014-10-23 08:13:19
阅读次数:
273
sql server:set identity_insert table_name onset identity_insert table_name off显示的开启自增列的插入,才可以完成自增列的自定义插入tcp/ip应用层,传输层,网络层,链路层snmp , tcp, ip, arp驱动icmp...
分类:
其他好文 时间:
2014-10-23 08:11:12
阅读次数:
143
100幅由程序生成的图像,总有一幅让你感到惊艳,这里先发前50幅。算法是抽象纠结晦涩的,图像是直观美妙的,来看看算法能生成什么样的图像吧。所有图像均由Why数学图像生成工具生成。
分类:
编程语言 时间:
2014-10-23 08:12:30
阅读次数:
249
1、环境搭建2、创建工程 2.1 VS2012运行 2.2 Android实体机运行1、环境搭建安装工具: 1.1、JDK 1.2、Android SDK 1.3、Android NDK 1.4、apache-ant 1.5、Python 1.6 coco2d-x-3.1.11.1、JDK安装与配置...
分类:
移动开发 时间:
2014-10-23 08:10:51
阅读次数:
174
一、统一全站字符编码 通过配置参数charset指明使用何种字符编码,以处理Html Form请求参数的中文问题 1 package me.gacl.web.filter; 2 3 import java.io.IOException; 4 import javax.servlet.Filter.....
分类:
编程语言 时间:
2014-10-23 08:11:30
阅读次数:
354
IActiveView 和 IMap以其 Map, PageLayout之间的关系. 在ArcMap中, PageLayout 和 Map分别对应不同的视图:layout 和data view.在同一时刻,只有一个视图为激活状态,也就是所谓的active view. IMxDocument:...
分类:
其他好文 时间:
2014-10-23 08:10:19
阅读次数:
205
XML的学习目标:能用XML描述现实中的有层次关系的数据能使用程序读取到XML中表示的数据(解析Parser)一、XML是什么?作用是什么?1、XML是指可扩展标记语言(eXtensible Markup Language),用户自定义的标签.相对于HTML来讲的。2、XML被设计的宗旨是表示数据。...
分类:
其他好文 时间:
2014-10-23 08:11:48
阅读次数:
123