摘要:
枚举型实质就是使用符号来表示的一组相互关联的数据.Season currentSeason,nextSeason;currentSeason = Season.Spring;nextSeason = currentSeason + 1;Console.WriteLine("当前季节为:{0},{1}... 阅读全文
摘要:
输出:document.write("Hello World!")DOM中添加标签:document.write("Hello World!")alert("弹窗提示 '\n' ")确认弹窗:var r=confirm("Press a button!");if (r==true) { aler... 阅读全文
摘要:
目录:安装node.js与git常用git命令安装hexo配置hexohexo发布到github1.安装node.js和git工具https://nodejs.org/en/ 直接下载安装Node.js,有的IDE自带node.js,比如vs2015.控制台中输入npm查看node.jd是否安装完成... 阅读全文
摘要:
之前因为坑爹的阿里云,以前的域名(claycc.club)需要备案了,然后新的域名(hibin.cc)托管在主机屋上面,速度不敢恭维,又买不起虚拟主机,管理也特别麻烦,准备最近把博客托管到博客网站,因为博客园.net大神很多,所以就滚过来了。 阅读全文