springMVC框架中出现这个问题看看web.xml是否配置HiddenHttpMethodFilter ctrl +shift+T查看这个方法 配置: <!-- 配置org.springframework.web.filter.HiddenHttpMethodFilter:可以把post请求转为 ...
分类:
Web程序 时间:
2017-12-02 21:12:31
阅读次数:
275
创建单节点HBase实例 https://hbase.apache.org/book.html#quickstart jdk版本要求Java: HBase Version JDK 7 JDK 8 2.0 Not Supported yes 1.3 yes yes 1.2 yes yes 1.1 ye ...
分类:
其他好文 时间:
2017-11-29 19:56:24
阅读次数:
664
Rich Text 富文本 The text for UI elements and text meshes can incorporate multiple font styles and sizes. Rich text is supported both for the UI System a ...
分类:
编程语言 时间:
2017-11-28 11:48:05
阅读次数:
288
oracle 11g中 内存用了自动化管理 MEMORY_TARGET的值大于/dev/shm 就会报错 ORA-00845: MEMORY_TARGET not supported on this system错误, redhat系列系统中,/dev/shm的默认值是系统总内存的一半 alter ...
分类:
数据库 时间:
2017-11-26 22:53:33
阅读次数:
196
在SpringMVC框架中当使用post请求服务,然后请求成功转到一个静态文件,如html,htm等网页时。页面出现405 request method post not supported错误,只要在spring的配置文件中加入下面代码即可: ...
分类:
编程语言 时间:
2017-11-25 18:32:50
阅读次数:
222
Could not locate device support files. This iPhone 7 Plus (Model 1661, 1784, 1785, 1786) is running iOS 11.1.1 (15B150), which may not be supported by ...
分类:
其他好文 时间:
2017-11-21 15:57:05
阅读次数:
100
https://github.com/cloudera/flume/blob/master/flume-docs/src/docs/UserGuide/Introduction ...
分类:
其他好文 时间:
2017-11-11 11:37:26
阅读次数:
240
http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html 在oracle官方网站默认下载的jdk是最新的,目前正式版1.8beta版也已经放出。 但有些项目要求是1.6的jd ...
分类:
数据库 时间:
2017-11-11 11:31:21
阅读次数:
129
使用 android_uiautomator 定位元素时(现在用的还不太熟,对于这个方法还需要加深了解)报错: 因为用的不熟,所以也是上网查了好多方法,最后检查代码的时候发现,原来是拼写错误 我将new UiSelector()写成了newUiSelector(),中间少了一个空格 ...
分类:
移动开发 时间:
2017-11-10 20:36:25
阅读次数:
1303
一台虚拟机跑多个实例时,由于/dev/shm空间不够导致如下报错> startupORA-00845: MEMORY_TARGET not supported on this system解决方法:修改/etc/fstab中为tmpfs /dev/shm tmpfs defaults,size=20 ...
分类:
其他好文 时间:
2017-11-10 15:17:57
阅读次数:
117