Python生成二维码,可以使用qrcode模块, github地址我是搬运工首先安装, 因为打算生成好再展示出来,所以用到Pillow模块 在写代码之前,先初始化一个图片文件, 现在这个test.png已经是个二维码了,扫描之后的内容就是初始化的时候写的"anything"字符串我们可以用qrco ...
分类:
编程语言 时间:
2018-06-06 12:38:05
阅读次数:
249
正则中遇到了一个比较怪异的表达式 (?=[a-z][A-Z]) 百度了一下,查到了该式所表达的东西,举出了一个有意思的的例子 放在一起不方便认出,可以拆开来看看 ?,泛指的是任何字符出现[0,1] [a-z][A-Z],泛指a-zA-Z任意字符 (),定义组,可以在后边进行调用(调用方法:/1,/2 ...
分类:
其他好文 时间:
2018-05-30 12:04:50
阅读次数:
136
【引言】工作关系,作为曾经的独立测试部门,现在与开发团队一起组成Scrum Team融合阶段。 因为以前的项目系统问题较多,上边大老板为了提高开发团队的代码提交质量,要求开发除了必要的Unit Test之外,也到做一些E2E的Functioanl Testing俗称Dev Testing;而QA的S ...
分类:
其他好文 时间:
2018-05-29 00:17:27
阅读次数:
245
Spring Boot Build anything Spring Boot is designed to get you up and running as quickly as possible,with minimal upfront configuration of Spring.Sprin ...
分类:
编程语言 时间:
2018-05-19 14:03:01
阅读次数:
577
SCons Pros: Based on a full-fledged programming language, Python. This means you can make the build system do pretty much anything you can figure out ...
分类:
其他好文 时间:
2018-05-12 17:34:58
阅读次数:
179
Spring Boot 概述 Build Anything with Spring Boot: Spring Boot is the starting point for building all Spring based applications. Spring Boot is designed ...
分类:
编程语言 时间:
2018-05-08 22:20:11
阅读次数:
241
2.1 数据库和 SQL 概念 数据库(Database)是按照数据结构来组织、存储和管理数据的仓库,它的产生距今已有六十多年。随着信息技术和市场的发展,数据库变得无处不在:它在电子商务、银行系统等众多领域都被广泛使用,且成为其系统的重要组成部分。 数据库用于记录数据,使用数据库记录数据可以表现出各 ...
分类:
数据库 时间:
2018-05-07 21:46:49
阅读次数:
219
使用计算机以及所有有助于了解这个世界本质的事物都不应受到任何限制。任何事情都应该亲手尝试。 Access to computers and anything that might teach you something about the way the world works should be ...
分类:
其他好文 时间:
2018-05-06 20:07:54
阅读次数:
166
For example you make a function to get rating; Then using it in html: These code actually casues the preformance issues, because everything Angualr's ...
分类:
其他好文 时间:
2018-05-03 22:01:10
阅读次数:
169
1.SpringBoot介绍: 根据官方SpringBoot文档描述,BUILD ANYTHING WITH SPRING BOOT (用SPRING BOOT构建任何东西,很牛X呀!),下面是官方文档介绍(文档地址,感兴趣可以看看:https://docs.spring.io/spring-boo ...
分类:
编程语言 时间:
2018-04-28 14:23:43
阅读次数:
197