已采纳回答 / 小尊尊
先检查一下TOMCAT是否正确,输入到localhost:8080看能出来服务器界面不,如果可以那么检查你的路径是否输入正确,看大小写,是否缺少字母什么的,都没问题的话,那么肯定就是你的XML配置问题了,检查web.xml里的配置路径是否正确!
2016-12-05
最赞回答 / 小郭咯咯咯
jquery('#qrcode').qrcode("this plugin is great");这句话 吧前面的 jquery 改成 jQuery注意 是大写“Q”
2016-11-23
最赞回答 / qq_简_57
try { //加上此段代码会解决中文乱码问题 content = new String(content.getBytes("UTF-8"), "ISO-8859-1"); BitMatrix bitMatrix = new MultiFormatWriter().encode(content, BarcodeFormat.QR_CODE, width, height); Path file = new File("...
2016-11-23