随笔分类 -  软件_JavaScript

摘要:目录一、安装新版本的nodejs和npm二、安装hexo三、安装hexo-admin并配置四、nginx配置五、增加tag六、后台启动七、体验LINKS 一、安装新版本的nodejs和npm 安装n模块: npm install -g n 升级node.js到最新稳定版 n stable 二、安装h 阅读全文
posted @ 2019-03-02 01:37 beautifulzzzz 阅读(1374) 评论(0) 推荐(1) 编辑
摘要:本文用到了node-git-server 1、检测本地git版本 该包的使用需要机器上本来就安装git,且git的版本大于等于2.7: 2、利用npm安装包 有警告可以先忽略~ 3、编写example cd ./node_modules/node-git-server/example/ 编辑inde 阅读全文
posted @ 2017-09-27 02:39 beautifulzzzz 阅读(2127) 评论(0) 推荐(0) 编辑
摘要:今天无聊浏览网页,发现标签云挺炫的,于是就尝试给自己的博客弄一个。下面是制作方法,大家看完后可以弄一个属于自己的Tag-Cloud。 1、什么是标签云: 维基百科上定义是: A tag cloud (word cloud, or weighted list in visual design) is 阅读全文
posted @ 2016-08-04 01:22 beautifulzzzz 阅读(5664) 评论(5) 推荐(8) 编辑
摘要:官网:https://nodejs.org/ 介绍:Node.js® is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js 阅读全文
posted @ 2015-06-04 01:57 beautifulzzzz 阅读(1522) 评论(0) 推荐(0) 编辑
摘要:1 2 3 JavaScript Unleashed 4 12 28 29 30 39 40 阅读全文
posted @ 2014-05-13 23:59 beautifulzzzz 阅读(481) 评论(0) 推荐(0) 编辑
摘要:1 2 3 4 New Page 5 5 6 57 58 59 60 61 阅读全文
posted @ 2014-05-13 23:58 beautifulzzzz 阅读(1380) 评论(0) 推荐(0) 编辑
摘要:1 2 3 4 请看状态栏的变化 5 6 28 29 30 请看状态栏的变化31 32 33 阅读全文
posted @ 2014-05-13 23:57 beautifulzzzz 阅读(721) 评论(0) 推荐(0) 编辑
摘要:1 2 3 4 New Page 1 5 6 7 8 14 15 阅读全文
posted @ 2014-05-13 23:49 beautifulzzzz 阅读(350) 评论(0) 推荐(0) 编辑
摘要:1 2 3 设置背景颜色 4 5 6 7 8 9 10 利用 document's bgColor 属性11 12 ... 阅读全文
posted @ 2014-05-13 23:48 beautifulzzzz 阅读(2478) 评论(0) 推荐(0) 编辑
摘要:1 2 3 JS Unleashed 4 5 6 18 19 阅读全文
posted @ 2014-05-13 23:47 beautifulzzzz 阅读(585) 评论(0) 推荐(0) 编辑
摘要:JS Unleashed 阅读全文
posted @ 2014-05-13 23:46 beautifulzzzz 阅读(1118) 评论(0) 推荐(0) 编辑
摘要:1 2 3 通过用户事件事件执行脚本 4 11 12 13 利用onload执行脚本14 15 17 18 19 阅读全文
posted @ 2014-05-13 23:45 beautifulzzzz 阅读(586) 评论(0) 推荐(0) 编辑
摘要:1 2 3 利用onload执行脚本 4 11 12 13 利用onload执行脚本14 15 16 阅读全文
posted @ 2014-05-13 23:12 beautifulzzzz 阅读(640) 评论(0) 推荐(0) 编辑
摘要:1 2 3 4 9 10 11 12 阅读全文
posted @ 2014-05-13 23:11 beautifulzzzz 阅读(522) 评论(0) 推荐(0) 编辑
摘要:1 2 3 立即执行 4 9 10 11 浏览器在解释HTML文档时执行了JavaScript脚本12 13 阅读全文
posted @ 2014-05-13 23:10 beautifulzzzz 阅读(461) 评论(0) 推荐(0) 编辑
摘要:1 2 3 JavaScript 是弱类型的 4 15 16 阅读全文
posted @ 2014-05-13 22:55 beautifulzzzz 阅读(652) 评论(0) 推荐(0) 编辑
摘要:1 2 3 在HTML文档中嵌入JavaScript代码是如何嵌入到HTML文档中的。 4 13 14 15 16 使用 JavaScript17 18 19 20 21 22 23 24 25 阅读全文
posted @ 2014-05-13 22:50 beautifulzzzz 阅读(455) 评论(0) 推荐(0) 编辑
摘要:@ - @ :可以自己指定分享内容等....内含JS脚本 1 2 3 4 25 26 27 28 29 阅读全文
posted @ 2014-03-02 23:53 beautifulzzzz 阅读(5655) 评论(0) 推荐(0) 编辑