码迷,mamicode.com
首页 >  
搜索关键字:building blocks    ( 2951个结果
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.【转】
今天碰到了一个查询异常问题,上网查了一下,感谢原创和译者如果你使用的数据库连接类是 the Data Access Application Blocks "SqlHelper" 或者 SqlClient Class , 你在执行一个很费时的SQL 操作时候,可能就会碰到下面的超时异常。-------...
分类:其他好文   时间:2014-05-16 23:19:16    阅读次数:333
uva 101 - The Blocks Problem
用 栈 stack 来模拟 题目意思:http://blog.csdn.net/mobius_strip/article/details/12765319 下面的代码有坑,输出格式需要调。 #include #include #include #include #include using namespace std; const int maxn=25+5; stacks[maxn]; i...
分类:其他好文   时间:2014-05-15 07:22:04    阅读次数:273
从PSD到HTML,网页的实现
在学习完《From PSD to HTML: Building a Set of Website Designs Step by Step》之后,使我对网页的设计和实现有了更深入的认识,我逐渐少了那些恐惧感,为此,我尝试着实现了自己的第一个从PSD到HTML的实践。...
分类:Web程序   时间:2014-05-14 21:41:54    阅读次数:387
【已解决】unity4.2.0f4 导出Android工程报错:Error building Player: ArgumentException: Illegal characters in path.
使用unity3D开发的一个客户端,需要导出为Android工程,然后接入一些第三方android SDK。unity版本操作系统为:OS 名称: Microsoft Windows 7 旗舰版OS 版本: 6.1.7601 Service Pack 1 Buil...
分类:移动开发   时间:2014-05-13 22:36:52    阅读次数:595
iOS开发-clang: error: unknown argument: '-websockets'解决办法
问题:昨天莫名其妙Xcode自动升级,然后今天运行之前工程的时候,就莫名其妙的报错了。报错内容:clang: error: unknown argument: '-websockets'解决办法:building setting ->other link flgs里把'-websockets删掉...
分类:移动开发   时间:2014-05-11 13:09:00    阅读次数:471
GCD的基本思想
GCD的基本思想是就将操作s放在队列s中去执行操作使用Blocks定义队列负责调度任务执行所在的线程以及具体的执行时间队列的特点是先进先出(FIFO)的,新添加至对列的操作都会排在队尾提示GCD的函数都是以dispatch(分派、调度)开头的队列dispatch_queue_t 串行队列,队列中的任...
分类:其他好文   时间:2014-05-10 07:18:06    阅读次数:286
ubuntu下安装lex,yacc
最近在看这本书。不过发现需要安装编译工具 lex, yacc。书上说Linux自带lex, yacc。不过我发现我的没有。并且,ubuntu不使用lex, yacc。输入sudo apt-get install yacc lex 会报错, 报错内容如下:Reading package lists... Done Building dependency tree Reading sta...
分类:其他好文   时间:2014-05-09 06:18:48    阅读次数:989
CentOS6.4 + OpenCV2.3.1 + ffmpeg0.8 + Codeblocks
在CentOS6.4 下安装OpenCV2.3.1和ffmpeg0.8,IDE使用Code::blocks,详细配置过程。...
分类:其他好文   时间:2014-05-09 02:44:08    阅读次数:410
unity3d游戏无法部署到windows phone8手机上的解决方法
今天搞了个unity3d游戏,准备部署到自己的lumia 920上,数据线连接正常,操作正常,但是“build”以后,始终无法部署到手机上,也没有在选择的目录下生产任何相关文件。但是提示有一个错误: Error building Player: Exception: Error: method `S...
分类:移动开发   时间:2014-05-08 06:55:10    阅读次数:491
codechef Little Elephant and Bombs题解
The Little Elephant from the Zoo of Lviv currently is on the military mission. There are N enemy buildings placed in a row and numbered from left to right strating from 0. Each building i (except the ...
分类:其他好文   时间:2014-05-07 11:49:37    阅读次数:390
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!