Android 利用反射找到包下面所有的类 Android下其实有一个DexFile的东西,利用它我们可以很好的找到包下面所有的类 什么是DexFile? 官方的说明是这样的: Manipulates DEX files. The class is similar in principle to Z ...
分类:
移动开发 时间:
2016-10-31 18:35:27
阅读次数:
193
2016-10-20 23:27:17.771 INFO 7096 [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.Response ...
分类:
其他好文 时间:
2016-10-21 01:06:16
阅读次数:
1260
Mapped Statements collection does not contain value for后面是什么类什么方法之类的: 错误原因有几种: 1、mapper.xml中没有加入namespace 2、mapper.xml中的方法和接口mapper的方法不对应 3、mapper.xml ...
分类:
移动开发 时间:
2016-10-16 00:43:47
阅读次数:
179
错误原因有几种: 1、mapper.xml中没有加入namespace 2、mapper.xml中的方法和接口mapper的方法不对应 3、mapper.xml没有加入到mybatis-config.xml中(即总的配置文件),例外:配置了mapper文件的包路径的除外 4、mapper.xml文件 ...
分类:
移动开发 时间:
2016-09-14 18:48:24
阅读次数:
335
Mapped Statements collection does not contain value for后面是什么类什么方法之类的: 错误原因有几种: 1、mapper.xml中没有加入namespace 2、mapper.xml中的方法和接口mapper的方法不对应 3、mapper.xml ...
分类:
移动开发 时间:
2016-09-13 13:32:25
阅读次数:
175
What is the difference between a standard while(true) loop and for(;;)? Is there any, or will both be mapped to the same bytecode after compiling? Sem ...
分类:
编程语言 时间:
2016-08-31 02:09:18
阅读次数:
184
The Windows version of Redis allocates a memory mapped heap for sharing with the forked process used for persistence operations. In order to share thi ...
简述QtConcurrent::map()、QtConcurrent::mapped()和QtConcurrent::mappedReduced()函数并行地运行计算在一个序列上(例如:QList或QVector)的items。 QtConcurrent::map()直接修改一个序列,QtConcurrent::mapped()返回一个包含修改内容的新序列,QtConcurrent::mappedR...
分类:
其他好文 时间:
2016-07-29 19:07:43
阅读次数:
503
32, car is not mapped
可能1: 在cfg.xml中没有增加映射的hbm.xml文件在中
33, 属性没有找到
可能1: hbm.xml文件中的 有问题, 也许是name的值与对应类中的成员名不一致
34,SQLException: 无当前连接 可能1:在比如创建帐户时没有对相应的方法添加到中去,比如这个没有加入:newAccount
...
分类:
编程语言 时间:
2016-07-15 15:22:41
阅读次数:
479
glTexGeni()函数为控制纹理坐标的生成。 代码如下,后面有截图,同样修改的部分位于双行星号内。 Thanks for Nehe's tutorials, this is his home. ...
分类:
移动开发 时间:
2016-07-13 20:07:59
阅读次数:
325