整合email 测试 templates/index.ftl ...
分类:
其他好文 时间:
2019-09-29 17:09:30
阅读次数:
106
GitHub 命令行 本地repo 设置姓名和邮箱 git config --global user.name "xxxx" git config --global user.email "xxxx@yyy.zzz" 创建并初始化本地空仓库 git init <repo_name> 查看提交的状态 ...
分类:
其他好文 时间:
2019-09-29 09:20:36
阅读次数:
101
Filtering Command Output using Regex ...
分类:
编程语言 时间:
2019-09-28 23:24:30
阅读次数:
99
搭建git服务器: 首先要选择搭建git时的协议,在文档里有三种协议 1.本地协议:就是多人使用一台电脑,就是使用不同的账号登录同一台电脑,使用共享文件来同时进行操作,很危险。因为你的所有代码版本库如果长存于同一台电脑,更可能发生灾难性的损失。使用命令为: 注意:因此本地协议常见于团队每一个成员都对 ...
分类:
其他好文 时间:
2019-09-28 23:20:53
阅读次数:
140
创建一个文件夹notify __init__.py email.py msg.py qq.py wechat.py settings.py start.py ...
分类:
其他好文 时间:
2019-09-25 17:28:27
阅读次数:
74
Add an email address Go to Add an alias. Sign in to your Microsoft account, if prompted. Under Add an alias, do one of the following: Create a new Out ...
分类:
其他好文 时间:
2019-09-25 16:17:18
阅读次数:
118
在前一篇https://www.cnblogs.com/zhengyihan1216/p/11549820.html 中记录了如何生成html格式的报告, 这篇记录下怎么将测试报告通过邮件发出 1、对test_add_dele.py文件进行修改及完善 注释:email库定义邮件里的内容,smtpli ...
分类:
编程语言 时间:
2019-09-25 12:46:31
阅读次数:
190
1.第一种使用tortoiseGit插件: 链接:https://pan.baidu.com/s/1ANDydwfaaVcUaqZDJWc_BQ 提取码:qgxt a.首先在setting中的Git中添加user&email b.通过git clone填写url和branch,选择下载工程的不同分支 ...
分类:
系统相关 时间:
2019-09-24 12:13:53
阅读次数:
200
表单插件: 序号 规则 描述 1 required=true 必须输入的字段。 2 remote="check.php" 使用 ajax 方法调用 check.php 验证输入值。 3 email=true 必须输入正确格式的电子邮件。 4 url=true 必须输入正确格式的网址。 5 date= ...
分类:
Web程序 时间:
2019-09-23 19:48:57
阅读次数:
127
设置签名: ? 用户名:tom ? Email地址:goodMorning@atguigu.com ? git config user.name tom_pro ? git config user.email goodMorning@atguigu ? 显示日志: ? git log ? git l ...
分类:
其他好文 时间:
2019-09-22 23:38:06
阅读次数:
127