-
jquery 动态创建form 并提交
有时候在写web 应用的时候,需要临时动态构造一个form 并提交,form 里面的参数以及action,以及是post请求还是get请求,甚至form 的样式都是可以指定的,用原生的javascript 肯定可以做到,我用jquery做了一个测试。
Date: 2015-04-04 View: 1520
-
Filenet Eform 转成 PDF 方法
eform 是 Filenet 自带的一个表单设计器。就其本身来说,功能远远不及 lotus form , 而且 lotus form 可以和 Filenet 很好的集成在一起。不过很多企业,不会另外花钱买 LOTUS FORM ,所以还是一直沿用了 Eform。在做Eform输出表单的时候,其实在 FILENET workplace 中是可以看到导出为PDF 文档的。但真实的情况是,客户根本不愿意用WORKPLACE 来工作,workplace 给用户直接使用,实在是很不友好。而且 workplace (xt),一般来说是给管理员用的。终端用户使用的,都需要定制开发,调用API,或者REST API方式自己做应用。
Date: 2012-07-14 View: 1520
-
Spring Security Custom Login Form Annotation Example
In this tutorial, we will convert previous Spring Security custom login form (XML) project to a pure annotation-based project.
Date: 2019-08-17 View: 1520
-
Spring Security Remember Me Example
In this tutorial, we will show you how to implement “Remember Me” login feature in Spring Security, which means, the system will remember the user and perform automatic login even after the user’s session is expired.
Date: 2019-08-17 View: 1520
-
Java Display double in 2 decimal places
In Java, there are few ways to display double in 2 decimal places.
Date: 2019-08-17 View: 1520
-
jQuery Ajax request return 200 OK but error event is fired?
Review a jQuery Ajax form submit.
Date: 2019-08-17 View: 1520
-
Spring MVC Form Check if a field has an error
In this article, we will show you few Spring form tag examples to check if a field has an error message. Review the following Spring MVC bean validation example :
Date: 2019-08-17 View: 1520
-
Java 8 How to convert String to LocalDate
Few Java examples show you how to convert a String to the new Java 8 Date API – java.time.LocalDate
Date: 2019-08-17 View: 1520
-
jQuery Ajax submit a multipart form
A simple jQuery Ajax example to show you how to submit a multipart form, using Javascript FormData and $.ajax()
Date: 2019-08-11 View: 1520
-
Java JMH Benchmark Tutorial
In Java, we can use JMH (Java Microbenchmark Harness) framework to measure the performance of a function.
Date: 2019-08-11 View: 1520