摘要: 最近几天在瞎忙,耽搁不少时间,今天就把HTML5拖放实际操作,下面就是我编写全过程。 根据前几天复习掌握的HTML5 drap and drop 我今天就动手编写下。 首先,要实现的功能是,模块1拖放到模块2里并且每次拖放都会进行级数并显示出文本。 最终显示的效果如下: 下面直接贴代码吧! 最后检查 阅读全文
posted @ 2017-09-10 13:25 苏皖 阅读(495) 评论(0) 推荐(0) 编辑
摘要: git init # 初始化本地git仓库(创建新仓库) git config --global user.name "xxx" # 配置用户名 git config --global user.email "xxx@xxx.com" ... 阅读全文
posted @ 2017-09-09 20:04 苏皖 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 今天准备推东西到github上,于是执行git push -u origin master命令遇到下面的问题: 抛出问题:fatal: Could not read from remote repository. Please make sure you have the correct acces 阅读全文
posted @ 2017-09-09 19:45 苏皖 阅读(161) 评论(0) 推荐(0) 编辑
摘要: http://www.w3school.com.cn/html5/html_5_draganddrop.asp http://www.html5jscss.com/html-5-drag-drop.html 阅读全文
posted @ 2017-09-06 19:04 苏皖 阅读(133) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles http://garychang.cn/2016/09/04/viewport/ http://blog.csdn.net/rogerjava/article/details/17142955 阅读全文
posted @ 2017-09-06 17:06 苏皖 阅读(85) 评论(0) 推荐(0) 编辑
摘要: http://www.w3school.com.cn/tags/tag_meta.asp https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/meta https://segmentfault.com/a/1190000004279791 阅读全文
posted @ 2017-09-06 16:29 苏皖 阅读(118) 评论(0) 推荐(0) 编辑
摘要: http://www.w3school.com.cn/html5/ https://www.ibm.com/developerworks/cn/web/wa-html5fundamentals/index.html 阅读全文
posted @ 2017-09-06 12:26 苏皖 阅读(1) 评论(0) 推荐(0) 编辑