在使用SpringMVC绑定基本类型(如String,Integer等)参数时,应通过@RequestParam注解指定具体的参数名称,否则,当源代码在非debug模式下编译后,运行时会引发HandlerMethodInvocationException异常,这是因为只有在debug模式下编译,其参 ...
分类:
编程语言 时间:
2016-12-21 20:22:05
阅读次数:
245
A @Directive can also listen to events on their host element using @HostListener. This allows you to add behaviors that react to user input and update ...
分类:
其他好文 时间:
2016-12-21 07:43:55
阅读次数:
172
1、创建一个新的图片 Image.new(mode,size) Image.new(mode,size,color) 2、层叠图片 层叠两个图片,img1和img2,alpha是一个介于[0,1]的浮点数,如果为0,效果为img1,如果为1.0,效果为img2.当然img1和img2的尺寸和模式必须 ...
分类:
其他好文 时间:
2016-12-21 02:15:33
阅读次数:
174
中海达手薄导出采集数据,中海达RTK导出坐标点, 手薄型号:Ihand20 安卓系统手薄 软件:hi-survey road\elec 中海达昆明技术原创 中海达RTK导出手薄测量数据? 导出手薄测量数据流程: 1、查看测量坐标点 2、从hi-survey软件里导出文件 3、从手薄内存里把文件拷贝到 ...
分类:
其他好文 时间:
2016-12-20 23:32:53
阅读次数:
8949
借用聚美优品的广告词来开始今天的文章之旅:
从未年轻过的人,一定无法体会这个世界 的偏见。我们被世俗拆散,也要为爱情勇 往直前;我们被房价羞辱,也要让简陋的 现实变的温暖;我们被权威漠视,也...
分类:
移动开发 时间:
2016-12-20 10:08:03
阅读次数:
351
[1]总括 [2]客户端驱动 [3]服务器驱动 [4]透明协商 [5]转码 ...
分类:
Web程序 时间:
2016-12-19 14:18:57
阅读次数:
232
public class WebViewDemo extends Activity { private static final String LOG_TAG = "WebViewDemo"; private WebView mWebView; private Handler mHandler = ...
分类:
Web程序 时间:
2016-12-18 18:28:33
阅读次数:
213
var http = require( 'http' ) var handlePaths = [] /** * 初始化路由配置数组 */ function initRotute() { handlePaths.push( '/' ) handlePaths.push( '/login' ) hand... ...
分类:
Web程序 时间:
2016-12-18 18:17:18
阅读次数:
194
Swing是目前Java中不可缺少的窗口工具组,是用户建立图形化用户界面(GUI)程序的 强大工具。Java Swing组件自动产生各种事件来响应用户行为。如当用户点击按钮或选择菜单项目时,Swing组件会产生一个 ActionEvent。Swing组件会产生许多事件,如ActionEvents,C ...
分类:
其他好文 时间:
2016-12-17 20:11:46
阅读次数:
200
用户名 密码 确认密码 [html] view plain copy <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>jQuery Validation 插件</title> <link rel="style ...
分类:
Web程序 时间:
2016-12-17 01:25:24
阅读次数:
251