HTML-DEV-ToolLink:https://github.com/easonjim/HTML-DEV-ToolLink 常用的在线字符串编解码.代码压缩.美化.JSON格式化.正则表达式.时间转换工具.二维码生成与解码等工具,支持在线搜索和Chrome插件. HTML Development Tool Link:在线工具,支持搜索 Link:https://easonjim.github.io/HTML-DEV-ToolLink/index.html Chrome Plugin:Chro…
本文内容在<C#二维码生成与解码>的基础上增加了纠错级别和Logo图标加入,增加了二维码的功能.关于透明度在这里没有单独显现,因为在颜色里面就已经包含,颜色值由8位8进制构成,最前面的两位就是控制透明度的,后面的6位分为对应红绿蓝的值. [窗体效果图] [程序源代码] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawi…
[窗体效果图] [程序源代码] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using com.google.zxing; using COMMON = com.google.…
生成二维码 @RequestMapping("/123") public void test(HttpServletRequest request,HttpServletResponse response){ // TODO Auto-generated method stub int width=300;//宽 int height=300;//高 String format="png"; String content="http://www.baidu…