会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
【Steven犹殇】说 —— 时间触手科技
博客园
首页
新随笔
联系
订阅
管理
1
2
3
下一页
2016年10月17日
将博客搬至CSDN
摘要: move to csdn
阅读全文
posted @ 2016-10-17 18:31 我是一颗小小草
阅读(110)
评论(0)
推荐(0)
2016年6月1日
ajax options
摘要: 非同一域名的ajax post请求,浏览器会自动发送http options的请求检查是否允许跨域访问
阅读全文
posted @ 2016-06-01 10:51 我是一颗小小草
阅读(435)
评论(0)
推荐(0)
2016年3月2日
移动web初体验
摘要: 1.可视宽度、物理宽度、虚拟宽度,通常自适应都是可视宽度满屏。即设置meta <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> 2.css 媒
阅读全文
posted @ 2016-03-02 19:17 我是一颗小小草
阅读(247)
评论(0)
推荐(0)
2015年11月3日
artTemplate 自动化编译之tmod
摘要: 一、背景 前端小白的成长历程,一般都会经历html模板的一些问题,jquery template/artTemplate/yayaTemplate等常见的模板使用,这里就不作介绍了。 先谈谈我们为什么要使用模板? 当一个html页面有许多重复,累赘,或者有逻辑,有律可循的时候我们常常会选择一款模板工
阅读全文
posted @ 2015-11-03 19:49 我是一颗小小草
阅读(922)
评论(0)
推荐(0)
2015年8月7日
nginx 使用
摘要: 1.下载nginx包http://files.cnblogs.com/files/jyjin/nginx.zip2.解压后找到nginx.conf文件进行配置3.配置server选项: server_name:可任意指定,是你的代理host名 root:为本地项目根路径(index.html路径) ...
阅读全文
posted @ 2015-08-07 11:44 我是一颗小小草
阅读(139)
评论(0)
推荐(0)
FIS
摘要: 学习官网 http://fis.baidu.com/docs/beginning/getting-started.html 1. fis release: 编译并发布 fis release -m: md5加密 fis release -o : 内容压缩 fis release -p : 文件打包合
阅读全文
posted @ 2015-08-07 11:29 我是一颗小小草
阅读(687)
评论(0)
推荐(0)
git笔记 常规使用
摘要: 1. 创建分支 git checkout -b fetch_name2. 添加快照进行登记 git add .3.登记到仓库 git commit -m 'message' git commit -a 忽略所有删除新增等操作4.进入vi编辑器键入:i 进入插入模式键入:message按键:esc键入...
阅读全文
posted @ 2015-08-07 11:26 我是一颗小小草
阅读(154)
评论(0)
推荐(0)
隐藏文字
摘要: text-indent:-999px;overflow:hidden;
阅读全文
posted @ 2015-08-07 11:25 我是一颗小小草
阅读(139)
评论(0)
推荐(0)
清除浮动的几种方法
摘要: 1. 添加标签clear:both html: <div class='wrap'> <div class='fl'></div> <div class='fr'></div> <div class='cl'></div> </div> css: .fl{ float:left; } .fr{ fl
阅读全文
posted @ 2015-08-07 11:24 我是一颗小小草
阅读(184)
评论(0)
推荐(0)
chrome livestyle插件
摘要: 1.sublime 安装 >step1: ctrl+shift+p >step2:ip >step3:livestyle >step4:配置hostFQ下载chorm插件(见附录hosts文件) >step5:用chrome打开https://chrome.google.com/web...
阅读全文
posted @ 2015-08-07 11:20 我是一颗小小草
阅读(344)
评论(0)
推荐(0)
1
2
3
下一页
公告