上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 95 下一页
摘要: SEO 第一: 标题关键字分析 a) 音乐 b) 音悦台 c) 音乐节目 a) 能用一组h标签解决就绝不会用p标签.用hgroup包起来. b) 内容区最好一个h1标签 c) 多个h2系列,也就是h2内容分隔副区域. TDK title description keywords 第二: 增加网站原创 阅读全文
posted @ 2017-12-06 16:11 Sunsin 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 执行下面的命令,你会看到曙光的: 阅读全文
posted @ 2017-12-06 15:56 Sunsin 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 你看一个同事正在编码,其中应用上了一些简写和技巧,不知为何,你不熟悉它并且你的大脑一片混乱,这种场景发生在过去我们每个人身上。 在这篇短文中,我们将会介绍一些非常实用的 npm 技巧。有很多文章中的技巧会比这里覆盖得更广,所以我选择把重点放在与开发者最相关和使用的工作流中。 开始之前一些基础的简写 阅读全文
posted @ 2017-12-06 15:50 Sunsin 阅读(227) 评论(0) 推荐(0) 编辑
摘要: // 方案2: 回调函数 // function getFile( callback ){ // // 1: 创建ajax对象 XMLHttpRequest // var xhr = new XMLHttpRequest(); // // 2: 打开通道 // xhr.open( 'get', 'test.txt', true ); // // ... 阅读全文
posted @ 2017-12-06 15:45 Sunsin 阅读(240) 评论(0) 推荐(0) 编辑
摘要: var api = 'http://192.168.68.208:666/ajax/api.ashx'; // api += 'action=/api/blackhistory/list&keywords=&isPage=1&pageNo=1&pageCount=5' // var api = 'test.txt'; // 获取异步数据 function ajax( callback ... 阅读全文
posted @ 2017-12-06 15:44 Sunsin 阅读(6975) 评论(0) 推荐(0) 编辑
摘要: var apiroot = 'http://192.168.68.208:666/ajax/api.ashx'; // function ajax( method, param, callback ){ function ajax( params ){ var req = new XMLHttpRequest(); // 默认参数 var opt = { ... 阅读全文
posted @ 2017-12-06 15:43 Sunsin 阅读(144) 评论(0) 推荐(0) 编辑
摘要: // 1: 创建ajax对象 XMLHttpRequest var xhr = new XMLHttpRequest(); // 2: 打开通道 // 请求方式 // 请求地址 // 是否异步 默认true, false xhr.open( 'get', 'test.txt', true ); // 3: 发送请求 xhr.send(); // 4:监听通道 xhr.onready... 阅读全文
posted @ 2017-12-06 15:43 Sunsin 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 转载来自: http://codingpy.com/article/seven-git-hacks-you-just-cannot-ignore/ 阅读全文
posted @ 2017-12-06 15:39 Sunsin 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 1.dir 2.mkdir lxit 3.cd lxit 4.git init(git仓库不要动!!! 除非用命令动它里面的文件,新添加的可以动) 5.ls 6.pwd Config: git config --global user.name 'Lt1940694428' git config - 阅读全文
posted @ 2017-12-06 15:34 Sunsin 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 完整的命令行模式解析! 1. 首先open 域名(Ip)形式即可 实例: 2.后面输入用户名(主机名): 3.输入密码:密码默认显示不可见 4.确定下载(上传)到什么目录下: 5.显示当前所在文件夹:dir 6.关掉交互模式 7.下载需要的文件:mget filename 8.修改完后在当前目录推上 阅读全文
posted @ 2017-12-06 12:29 Sunsin 阅读(1118) 评论(0) 推荐(0) 编辑
上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 95 下一页