previous:[工作记录] Android OpenGL ES 2.0: square texture not supported on some devicerecently I found that it is the mipmap of a non-square texture thatc...
分类:
移动开发 时间:
2014-07-19 23:09:07
阅读次数:
260
显然错误的原因是没有重写servlet的doGet方法,只是覆盖了doPost的方法。解决的方法很简单:1 public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IO....
分类:
Web程序 时间:
2014-07-18 14:16:22
阅读次数:
266
Don't think it is supported yet. Take a look at thisJIRA trackingDelete Topic. For delete manuallyShutdown the clusterClean kafka log dir (specified b...
分类:
其他好文 时间:
2014-07-11 22:50:35
阅读次数:
328
1、andriod gradle插件版本过低。
出错位置:
dependencies{
classpath 'com.android.tools.build:gradle:0.10.2'
}
提示信息:You must use a newer version of the Android Gradle plugin. The minimum supported version is ...
分类:
其他好文 时间:
2014-07-09 10:43:51
阅读次数:
230
使用By.className()识别对象时,若对象属性包含空格,则识别过程报错:Compound class names are not supported
分类:
其他好文 时间:
2014-07-06 21:50:08
阅读次数:
233
问题编程以来今本没有使用input[type=file]这个控件过,今天突然使用尽然报错了,在本地chrome,firefox等其他的浏览器都是好的,唯独ie报错了。在服务器的时候,尽然chrome也是报错的。问题原因出现这个错误的主要原因是,在本地上传图片的时候HttpPostedFileBase...
分类:
其他好文 时间:
2014-07-05 21:48:51
阅读次数:
178
his topic describes the memory limits for supported Windows and Windows Server releases.Memory and Address Space LimitsPhysical Memory Limits: Windows...
The QCOW2 Image Format https://people.gnome.org/~markmc/qcow-image-format.html The QCOW image format is one of the disk image formats supported by the...
分类:
其他好文 时间:
2014-07-01 00:11:18
阅读次数:
421
From gtk+-2.10.2 configure --help we can see (I just only view the 2.10.2, not know other 2.10.x):--with-gdktarget=[x11/linux-fb/win32/quartz/directfb...
分类:
系统相关 时间:
2014-06-29 18:48:27
阅读次数:
430
npot texture: non-power-of-two texture.rectangle texture: non-square (height != wdith)在测试Samsumg Galaxy S4的时候, 发现rectangle texture支持不好, 虽然创建成功, 但是绘制有问...
分类:
移动开发 时间:
2014-06-22 23:17:17
阅读次数:
240