上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页
摘要: 1.ctrl+shift+p ; 输入ssvvp ; 回车2.输入markdown-preview进行安装3.打开任意.md文件 ; 按ctrl-shift-m 进行预览 阅读全文
posted @ 2016-01-04 14:49 Cynthia娆墨旧染 阅读(478) 评论(0) 推荐(1) 编辑
摘要: 插件package control安装 代码地址:https://packagecontrol.io/installation//TEXT3import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc... 阅读全文
posted @ 2015-12-25 13:05 Cynthia娆墨旧染 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 一、上传你的代码的基本方式 0.在github网站上登录你的账户cynthiawupore,然后新建一个仓库demo 1.初始化 2.添加文件夹下所有文件到仓库 3.备注 4.连接远程仓库 5.提交 二、如果你想提交html文件后能够在网页里查看(保证目录的第一层下有index.html) 0.在g 阅读全文
posted @ 2015-12-22 17:11 Cynthia娆墨旧染 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 原文链接http://bbs.itheima.com/thread-141793-1-1.html1.首先解压文件,两个同时选中,右键进行解压。2.打开虚拟机VMware workstation,点击文件--打开选择解压的文件。3.打开后,点击运行此虚拟机,开机后通过虚拟光驱挂载tools.iso,... 阅读全文
posted @ 2015-12-07 18:35 Cynthia娆墨旧染 阅读(1997) 评论(0) 推荐(0) 编辑
摘要: 之前一直在使用github,也在上面分享了不少的项目和Demo,每次创建新项目的时候,使用的都是默认的README.md文件,也不曾对这个文件有过什么了解。但是在看到别人写的项目的README.md里面竟然有图片、链接什么的,就感到很好奇,这效果是什么加上去的?于是便查了一下资料,结果,竟迁出了一门... 阅读全文
posted @ 2015-12-07 18:16 Cynthia娆墨旧染 阅读(1939) 评论(0) 推荐(1) 编辑
摘要: 简介(了解更多去google或baidu) Atom 代码编辑器支持 Windows、Mac、Linux 三大桌面平台,完全免费,并且已经在 GitHub 上开放了全部的源代码。在经过一段长时间的迭代开发和不断改进后,Atom 终于从早期的测试版达到了 1.0 正式版了!相比之前的版本,在性能和稳定 阅读全文
posted @ 2015-12-03 18:19 Cynthia娆墨旧染 阅读(28711) 评论(0) 推荐(0) 编辑
摘要: //小结// toExponential 保留小数点( 0-20 bit ) document.writeln(Math.PI.toExponential(0)); //3e+0 document.writeln(Math.PI.toExponential(2)); //3.14e+0... 阅读全文
posted @ 2015-12-01 12:02 Cynthia娆墨旧染 阅读(279) 评论(0) 推荐(0) 编辑
摘要: //小结// string.charAt(pos) 返回string中pos所在位置的字符 var name = "Cynthia"; var i = name.charAt(0) // alert(i) //C// string.charCodeAt(pos) 返回string... 阅读全文
posted @ 2015-12-01 12:00 Cynthia娆墨旧染 阅读(582) 评论(0) 推荐(0) 编辑
摘要: 要想让代码出来得很有逻辑而简约。而这是要从设计开始的。非常符合盒子式的设计模式,一拿到就觉得特别专业和省力。首先来说下作为前端我拿到设计稿先看哪些部分:1.整个网站的底色,观察设计规律,主要找具有统一性的设计 比如按钮button的 宽、高、底色、所用文字、文字大小、文字颜色都是一样的,这样我... 阅读全文
posted @ 2015-11-27 17:19 Cynthia娆墨旧染 阅读(487) 评论(0) 推荐(0) 编辑
摘要: [真实世界的脉络].(英)戴维.多伊奇.pdf宇宙、时间、生命、等等,如果用量子物理学、计算机科学、进化论、认识论将这些最基本而又复杂的问题纠缠在一起时,那将会是一幅什么样的图景呢?也许,我们穷尽一生也无法为这些问题求得真解。我们在这里只是提出一种理论模式、一种思维模式或哲学,甚至逻辑学意义上的思考... 阅读全文
posted @ 2015-11-24 13:33 Cynthia娆墨旧染 阅读(993) 评论(0) 推荐(0) 编辑
摘要: 扩展方法 The current browser does not support Canvas, can replace the browser a try! 阅读全文
posted @ 2015-11-24 12:13 Cynthia娆墨旧染 阅读(421) 评论(0) 推荐(0) 编辑
摘要: Document 当前游览器不支持Canvas,请更换游览器再试! Canvas 绘图之旅 stop white bl... 阅读全文
posted @ 2015-11-24 12:12 Cynthia娆墨旧染 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 椭圆 The current browser does not support Canvas, can replace the browser a try! 阅读全文
posted @ 2015-11-24 12:12 Cynthia娆墨旧染 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 非零环绕原则 The current browser does not support Canvas, can replace the browser a try! 阅读全文
posted @ 2015-11-23 17:48 Cynthia娆墨旧染 阅读(339) 评论(0) 推荐(0) 编辑
摘要: Document The current browser does not support Canvas, can replace the browser a try! 阅读全文
posted @ 2015-11-23 17:48 Cynthia娆墨旧染 阅读(377) 评论(0) 推荐(0) 编辑
摘要: Document The current browser does not support Canvas, can replace the browser a try! 阅读全文
posted @ 2015-11-23 17:48 Cynthia娆墨旧染 阅读(279) 评论(1) 推荐(0) 编辑
摘要: 非零环绕原则 The current browser does not support Canvas, can replace the browser a try! 阅读全文
posted @ 2015-11-23 17:47 Cynthia娆墨旧染 阅读(229) 评论(0) 推荐(0) 编辑
摘要: Document 阅读全文
posted @ 2015-11-23 17:46 Cynthia娆墨旧染 阅读(464) 评论(0) 推荐(0) 编辑
摘要: Document The current browser does not support Canvas, can replace the browser a try! 阅读全文
posted @ 2015-11-23 15:10 Cynthia娆墨旧染 阅读(229) 评论(0) 推荐(0) 编辑
摘要: Document The current browser does not support Canvas, can replace the browser a try! 阅读全文
posted @ 2015-11-23 15:10 Cynthia娆墨旧染 阅读(175) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页