上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页
摘要: CSS写在html中会出现提示,单独CSS文件没这个问题啊。 阅读全文
posted @ 2016-04-15 17:10 renyangli 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 技术书籍 1、《图解CSS3 核心技术与案例实战》共(486页)247页 2016年4月18日 英语书籍 英语网站 阅读全文
posted @ 2016-04-15 11:03 renyangli 阅读(106) 评论(0) 推荐(0) 编辑
摘要: mac 下按ESC键光标变下划线 mac 下按fn + A 组合键 光标变竖线 sublime text里怎么使光标跳至行尾和行首 windows 下 home/end mac 下command + -> 和 command + <- sublime text里怎么使逐个单词跳跃 windows 下 阅读全文
posted @ 2016-04-15 09:37 renyangli 阅读(9584) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>HSLA制作配色表</title> <style> .table-wrap { width: 400px; margin: 10px; float: left; 阅读全文
posted @ 2016-04-14 16:12 renyangli 阅读(220) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>HSL制作配色表</title> <style> .table-wrap { width: 400px; margin: 10px; float: left; 阅读全文
posted @ 2016-04-14 15:21 renyangli 阅读(418) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <title>text-overflow制作固定区域的博客列表</title> <link rel="stylesheet" type="text/css" href= 阅读全文
posted @ 2016-04-13 16:38 renyangli 阅读(217) 评论(0) 推荐(0) 编辑
摘要: mac 下安装git 来自 https://github.com/Homebrew/legacy-homebrew/issues/40519 阅读全文
posted @ 2016-04-10 16:49 renyangli 阅读(146) 评论(0) 推荐(0) 编辑
摘要: http://www.haorooms.com/post/mailto_link_html http://www.rapidtables.com/web/html/mailto.htm 阅读全文
posted @ 2016-04-01 21:58 renyangli 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 打开sublime,mac下用command + shift + p调出命令窗口,输入install,选中package control:install package,等待1-2秒,下拉选中emmet plugin回车,等待2-3秒,重启sublime。 开始体验:输入以下简写,按control+ 阅读全文
posted @ 2016-04-01 18:00 renyangli 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 推荐一个特别好用的在线训练软件 http://pcottle.github.io/learnGitBranching/ Git 代码库 iOS: "git clone ssh://git@192.168.6.4:2222/xmlife-ios.git" Server: "git clone ssh: 阅读全文
posted @ 2016-04-01 11:10 renyangli 阅读(178) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页