摘要: 1、页面内容 <div style="width:900px;height:400px;" id="tableInfo"></div> 2、js内容 $.ajax({ //使用JQuery内置的Ajax方法 type : "post", //post请求方式 async : true, //异步请求 阅读全文
posted @ 2017-10-13 13:02 shuzu渊 阅读(5039) 评论(1) 推荐(0) 编辑
摘要: 1、将要使用到的jar包导入项目(1、commons-lang-2.3.jar 2、barcode4j-light-2.0.jar) 2、新建类 BarcodeUtil 3、代码部分 package com.sale.util;import java.awt.image.BufferedImage; 阅读全文
posted @ 2017-10-13 12:41 shuzu渊 阅读(1416) 评论(0) 推荐(0) 编辑