摘要:
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 呼兰河畔 阅读(615) 评论(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 呼兰河畔 阅读(615) 评论(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 呼兰河畔 阅读(173) 评论(0) 推荐(0)
摘要:
设置pycharm代码自动补全 + pycharm关联maya 一.pycharm 设置 python环境,设置代码自动补全 1.devkit 选择对应版本进行下载https://www.autodesk.com/developer-network/platform-technologies/may 阅读全文
posted @ 2018-08-28 15:05 呼兰河畔 阅读(4514) 评论(0) 推荐(1) |
||