部分1: 部分2: 示例代码: 汇总于https://blog.csdn.net/weixin_30662109/article/details/96447425 更多参考资料: https://www.campaignmonitor.com/css/email-client/outlook-200 ...
分类:
Web程序 时间:
2019-11-28 13:40:19
阅读次数:
106
以太网驱动的流程浅析(五) mii_bus初始化以及phy id的获取 Author:张昺华 Email:920052390@qq.com Time:2019年3月23日星期六 此文也在我的个人公众号以及《Linux内核之旅》上有发表: "以太网驱动的流程浅析(五) mii_bus初始化以及phy ...
分类:
其他好文 时间:
2019-11-27 16:14:58
阅读次数:
638
安装git, 1.登陆上github 2.New repository 3.填写资料 4.在文件夹下,git bash here git config --global user.name "gitname" git config --global user.email "gitemail" $ s ...
分类:
其他好文 时间:
2019-11-27 10:43:02
阅读次数:
100
vscode文件提交项目到码云+将修改部分提交到仓库Push+Pull+克隆 一、vscode文件提交项目到码云 1.cd D:\project 2.d: 3.git init 4.git config --global user.name "xxxx" git config --global us ...
分类:
其他好文 时间:
2019-11-26 23:10:58
阅读次数:
877
一个完整得请求流程: 0. 启动服务端,等待客户端(用户的浏览器)来连接 1. 在浏览器地址栏输入URL,与服务端建立连接,浏览器发送请求 2. 服务端收到请求消息,解析请求消息,根据路径和函数的对应关系,找到将要执行的函数 3. 执行函数,打开HTML文件,进行字符串替换,得到一个最终要返回的HT ...
分类:
其他好文 时间:
2019-11-24 13:31:36
阅读次数:
61
ActiveRecord模式 AR探索: 1.继承Model<表对应的对象名称> 注意:有警告:使用@EqualAndHashCode(callSuper=false)注解,可以解除警告 2继承Mapper<表对应的对象名称>接口 @Test public void insertTest2() { ...
分类:
其他好文 时间:
2019-11-23 23:39:54
阅读次数:
95
check_code.py #!/usr/bin/env python # -*- coding:utf-8 -*- import random from PIL import Image, ImageDraw, ImageFont, ImageFilter _letter_cases = "abc ...
分类:
其他好文 时间:
2019-11-23 18:08:38
阅读次数:
62
1.sign up注册2.填写用户账号,email地址和密码点击create account3.创建公开仓库点击continue4.点击submit跳转 1.git官网下载,安装git2.gitHub上创建账号3.登录gitHub4.创建一个项目5.github网站 + new repository ...
分类:
其他好文 时间:
2019-11-23 16:34:49
阅读次数:
78
type User struct { Id int Name string Email string Client string Server string Code string Msg string Data string CreateTime time.Time } // 多字段索引 func ...
分类:
编程语言 时间:
2019-11-22 10:34:45
阅读次数:
83