摘要: 1、安装后,git bash git config --global user.name "name" git config --global user.email "1111@qq.com" 2、创建版本库,在合适的文件夹下 eg:test git init 3、添加文件,eg:test/read 阅读全文
posted @ 2018-04-18 17:35 Lonelycity 阅读(203) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #container { width: 400px; min-height: 300px; ba 阅读全文
posted @ 2017-05-11 17:13 Lonelycity 阅读(2734) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>template.js学习</title> <script src="js/jquery-1.11.0.js" type="text/javascript" charset="u 阅读全文
posted @ 2017-05-11 14:50 Lonelycity 阅读(272) 评论(0) 推荐(0)
摘要: 需要给每一个需要适应的图标上添加上监听事件 window.addEventListener("resize",function(){ myChart.resize(); }); 阅读全文
posted @ 2017-05-04 09:53 Lonelycity 阅读(465) 评论(0) 推荐(0)