摘要: 一、中文输出问题: 1. 需要导入2个包: iText.jar iTextAsian.jar 2. 实现代码如下 3. 具体编写,可参考: http://www.cnblogs.com/crazyjava/p/3199936.html http://blog.csdn.net/mr_linjw/ar 阅读全文
posted @ 2016-12-07 14:04 ☀Beans✡✌ 阅读(273) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript" language="javascript"> function init(){ // 设置右上角信息的高度 var height_tdFhr = document.getElementById("tdFhr").offsetHeight; 阅读全文
posted @ 2016-12-07 13:27 ☀Beans✡✌ 阅读(601) 评论(0) 推荐(0) 编辑
摘要: 一、在js中的写法 1. $.getJSON 2. $.ajax 3. $.get() $.post() 还没用到,可以参考http://www.cnblogs.com/dongsh/p/3235487.html 二、在action中的写法 阅读全文
posted @ 2016-12-07 11:36 ☀Beans✡✌ 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1、commons-beanutils.jar 2、commons-collections-3.2.jar 3、commons-lang-2.5.jar 4、commons-logging-1.1.1.jar 5、ezmorph-1.0.4.jar 6、json-lib-2.4-jdk15.jar 阅读全文
posted @ 2016-12-07 11:06 ☀Beans✡✌ 阅读(241) 评论(0) 推荐(0) 编辑