摘要:
QRCode 扫描二维码、扫描条形码、相册获取图片后识别、生成带 Logo 二维码、支持微博微信 QQ 二维码扫描样式 参考链接:https://github.com/bingoogolapple/BGAQRCode-Android 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Gma.QrCodeNet.Encoding; using Gma.QrCodeNet.Encoding.Windows.Render; using Sy... 阅读全文
摘要:
using ThoughtWorks.QRCode.Codec; 阅读全文
摘要:
话不多说,直接上代码 涉及到的内容如下: 1.文件系统,输入输出。 2.合并图片,Draw。 因刚刚使用c#编程不久,欢迎各位同行指正交流。参考相关文章较多,不在此一 一列举。 阅读全文
摘要:
1.设置主题背景 Window—> Preferences—> General—> Apperance 选择主题 2.修改字体大小 Window—> Preferences—> General—> Apperance —> Colors and Fonts —> Basic—> Text Font 阅读全文
摘要:
转:https://my.oschina.net/leeyd/blog/367688 引入models的定义 from app.models import myclass class myclass(): aa = models. CharField (max_length=None) bb = m 阅读全文
摘要:
进入工程目录 阅读全文
摘要:
参:http://www.cnblogs.com/linsu/p/5641158.html 默认用户已在极光添加应用 已拿到appKey; 1.进入项目根目录 2.添加jpush插件 3.修改plugins.xml 查看 jpushDemo》plugins》jpush-phonegap-plugin 阅读全文
摘要:
1.导入模块 2.在构造函数添加 3.页面上使用方法 3.1使用变量 ts中: html中: 3.2使用方法 ts中: html中: 参:http://blog.csdn.net/u010730897/article/details/53609173 http://www.cnblogs.com/c 阅读全文
摘要:
1.下载安装ts-md5 2.导入md5模块 3.使用md5 打印结果为“e10adc3949ba59abbe56e057f20f883e” 设置参数只能是字符串类型,所以要将密码加密,然后转换成字符串类型。建议使用以下方法 转:https://segmentfault.com/a/11900000 阅读全文