码迷,mamicode.com
首页 >  
搜索关键字:building    ( 1683个结果
测试下下
刚才在VS2013里面配置了一下GDAL,然后就测试了配置成功与否。熟料,竟然发现在微软的Visual Studio 2013版本中,调用MessageBox()这个函数的时候报错了。 错误信息如下 error MSB8031: Building an MFC project for a n...
分类:其他好文   时间:2014-07-18 23:19:35    阅读次数:255
can't add foreign key in mysql?
1 create table department 2 (dept_name varchar(20), 3 building varchar(15), 4 budget numeric(12,2) check...
分类:数据库   时间:2014-07-16 21:36:29    阅读次数:374
2-SAT入门 poj2749 Building roads
poj2749 Building roadshttp://poj.org/problem?id=2749二分答案,以后构造布尔表达式。 相互讨厌是!((a and b)or(!a and !b) 化简得 (!a or !b)and(a or b) 相互喜欢是!(a and !b)or(!a an.....
分类:其他好文   时间:2014-07-16 18:55:39    阅读次数:203
使用数据库构建高性能队列用于存储订单、通知和任务(转)
英文原文: http://www.codeproject.com/Articles/110931/Building-High-Performance-Queue-in-Database-for-st译文:http://www.oschina.net/translate/building-high-p...
分类:数据库   时间:2014-07-16 17:47:26    阅读次数:379
【游戏科普】使用心理学法则创建优秀的用户界面
There are proven psychological principles to user interfaces that work.Whether you have a team of design experts or are just building with programmer art, you can use these principles to make your gam...
分类:其他好文   时间:2014-07-16 16:33:00    阅读次数:243
Images of Future AI
2013-5-3 Yongwu Shen Future AI system would be the one that is able to grow from the rootby itself, rather than being created brick by brick like existing ones. Building an AI system in the future w...
分类:其他好文   时间:2014-07-16 08:51:57    阅读次数:347
Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.
Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.D:\GameDevelopment\adt-bundle-windows-x86...
分类:其他好文   时间:2014-07-13 21:36:10    阅读次数:428
消息队列的优势
Top 10 Uses For A Message QueueGeese love queues.(Image by D.Hilgart)We’ve been working with, building, and evangelising message queues for the last y...
分类:其他好文   时间:2014-07-13 20:12:21    阅读次数:200
Mac OS X中Android Kernel的下载方法
在上一篇日志中,我总结了大家提供的下载Android源码的方法,这里再简单总结一下内核的下载方法。参考这里的介绍:http://source.android.com/source/building-kernels.html#downloading-sources ,下载内核源码相对简单很多。我这里下载下来一共1G多一些。在终端输入: $ git clone https://android.goo...
分类:移动开发   时间:2014-07-12 23:35:53    阅读次数:260
POJ 3020 Antenna Placement
Antenna Placement Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 6342 Accepted: 3131 Description The Global Aerial Research Centre has been allotted the task of building the fi...
分类:其他好文   时间:2014-07-12 19:07:08    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!