摘要:
xml文档<html> <head> <title>My page</title> </head> <body> <h2>Welcome to my <a href="#" src="x">page</a></h2> <p>This is the first paragraph.</p> <p cl 阅读全文
posted @ 2018-08-28 15:13 呼兰河畔 阅读(608) 评论(0) 推荐(1) 编辑
摘要:
xml文档<html> <head> <title>My page</title> </head> <body> <h2>Welcome to my <a href="#" src="x">page</a></h2> <p>This is the first paragraph.</p> <p cl 阅读全文
posted @ 2018-08-28 15:13 呼兰河畔 阅读(608) 评论(0) 推荐(1) 编辑
摘要:
git config --global user.name "Your Name" 配置姓名git config --global user.email "email@example.com" 配置邮箱ssh-keygen -t rsa -C "注册Github用的邮箱" 生成秘钥git init 阅读全文
posted @ 2018-08-28 15:09 呼兰河畔 阅读(169) 评论(0) 推荐(0) 编辑 |
||