码迷,mamicode.com
首页 >  
搜索关键字:error unknown type    ( 82675个结果
cocos2d-x3.0 RichText
.h RichText* _richText; void touchEvent(Ref *pSender, TouchEventType type);...
分类:其他好文   时间:2014-05-01 18:18:40    阅读次数:522
A*算法的寻路中的应用——无阻挡
按照之前转载的文章,自己先实现了下,表示还是很多坑: #include "stdio.h" #include #include #include #include using namespace std; int neigor[][2] ={ {-1, -1}, {0, -1}, {1, -1}, {1, 0}, {1, 1}, {0, 1}, {-1, 1}, {-1, 0} }...
分类:其他好文   时间:2014-05-01 18:03:27    阅读次数:320
php---数据库类封装
为了节省以后的时间,今天封装了操作sql语句的一个类,在此保存起来,方面以后使用。 这个类的文件名:SqlTool.class.php 主要有dql和dml两个函数 看下面的源码“ <?php class SqlTool{ private $conn; private $username="root"; private $password="12...
分类:数据库   时间:2014-05-01 18:00:57    阅读次数:432
虚拟机迁移过程中网络状况测试的测试程序
虚拟机迁移过程中网络状况测试的测试程序...
分类:其他好文   时间:2014-05-01 17:45:19    阅读次数:381
页面之间值传递常用的几种方式
1.使用QuerySting在页面间传递值 2.使用Session变量...
分类:其他好文   时间:2014-05-01 17:27:48    阅读次数:331
cocos2d-x3.0 PageView
.h添加如下代码: void pageViewEvent(Ref *pSender, PageViewEventType type);...
分类:其他好文   时间:2014-04-30 22:31:39    阅读次数:405
[TroubleShooting]Neither the partner nor the witness server instance for database is availble
Problem: You are trying to setup a mirroring on a Database called xxxDB(SQL server 2012). You are getting this error while trying to setup mirroring. “Neither the partner nor the witness server ins...
分类:数据库   时间:2014-04-29 13:33:20    阅读次数:444
gradle测试出现IllegalArgumentException
今天clone了一份代码,跑gradle test时出现failed,从report上来看是这个错误:IllegalArgumentException,具体如下: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader.(Unknown Source) at org.objectweb.asm.ClassRead...
分类:其他好文   时间:2014-04-29 13:27:21    阅读次数:359
javafx maven集成遇到的问题解决
javafx maven集成采用javafx-maven-plugin, 主要分为几个目标: jfx:jar jfx:web jfx:native jfx:fix-classpath jfx:generate-key-store jfx:run 但是在 mvn clean jfx:run 时遇到了问题: [ERROR] [Help 1] http://cwiki.ap...
分类:编程语言   时间:2014-04-29 13:22:21    阅读次数:2406
创建Hive/hbase相关联的表异常
FAILED: Error in metadata: java.lang.RuntimeException: MetaException(message:org.apache.hadoop.hive.serde2.SerDeException org.apache.hadoop.hive.hbase.HBaseSerDe: columns has 3 elements while hbase.columns.mapping has 4 elements (counting the key if implic...
分类:其他好文   时间:2014-04-29 13:17:21    阅读次数:387
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!