会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
malu15
博客园
首页
新随笔
联系
管理
订阅
2017年5月5日
bootstrip基本的HTML模板
摘要: Bootstrap的HTML标准模板 Hello, world! ...
阅读全文
posted @ 2017-05-05 17:08 malu15
阅读(529)
评论(0)
推荐(0)
2017年4月16日
vue 饿了么的技术点
摘要: 一:项目目录设计。 1:制作矢量图片的图标字体。 打开icomoon.io网站,点击import icons ,上传自己的svg图片,制作自己的图片,上传之后点击generate font图标,下载然后把其中的font文件夹复制,style.css复制到style文件夹,修改为icom.styl就可
阅读全文
posted @ 2017-04-16 20:49 malu15
阅读(968)
评论(0)
推荐(0)
2017年3月21日
轮播图小结
摘要: git仓库地址https://github.com/wjf444128852/Carousel.git 1、carousel-1效果演示:http://wjf444128852.github.io/demo/Carousel/ 主要是tab切换样式的切换,用JS加载的img的src属性,缺点是加载的
阅读全文
posted @ 2017-03-21 16:30 malu15
阅读(140)
评论(0)
推荐(0)
2017年3月15日
css+js实现的一个导航栏
摘要: jQuery响应式多级下拉导航菜单特效 首页 网页特效 jQuery特效 HTML5 CSS3 CSS3 CSS3 ...
阅读全文
posted @ 2017-03-15 16:58 malu15
阅读(455)
评论(0)
推荐(0)
2017年2月28日
各类插件的网页库
摘要: <!-- 如果要使用Bootstrap的js插件,必须先调入jQuery --> <script src="http://libs.baidu.com/jquery/1.9.0/jquery.min.js"></script> <!-- 包括所有bootstrap的js插件或者可以根据需要使用的js
阅读全文
posted @ 2017-02-28 17:51 malu15
阅读(142)
评论(0)
推荐(0)
2017年2月21日
vue构建项目全过程
摘要: 1.node版本请更新到6.9.X版本以上,不然npm依赖会出问题 2.命令行里运行npm install --global vue-cli 3.npm install --global webpack 安装的时候报了: npm WARN optional SKIPPING OPTIONAL DEP
阅读全文
posted @ 2017-02-21 12:44 malu15
阅读(366)
评论(0)
推荐(0)
2017年2月20日
手把手教你使用Git
摘要: 推荐!手把手教你使用Git 推荐!手把手教你使用Git 2014/10/26 · IT技术, 书籍与教程 · 39 评论 · Git 分享到:653 2014/10/26 · IT技术, 书籍与教程 · 39 评论 · Git 分享到:653 React Native快速开发 厕所在哪App LBS
阅读全文
posted @ 2017-02-20 15:28 malu15
阅读(406)
评论(0)
推荐(0)
创建git库
摘要: 新建F-w-textgit cd www -->cd textgit-->git init 例子: `添加readme.txt git add readme.txt --> git commit -m 'readme.txt' `查看是否有文件未提交 git status `修改readme.txt
阅读全文
posted @ 2017-02-20 15:08 malu15
阅读(117)
评论(0)
推荐(0)
2017年2月7日
VUE.JS的安装
摘要: 先安装node.js,windows直接安装就自带npm,之后就安装cnpm,安装完后,在之心 npm install -g cnpm --registry=https://registry.npm.taobao.org # 全局安装 vue-cli: cnpm install --global v
阅读全文
posted @ 2017-02-07 16:12 malu15
阅读(145)
评论(0)
推荐(0)
2016年12月23日
reset.css 初始化
摘要: pc端body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}body,button,input,select,textarea{font:12px/1.5 tahoma,arial,\5b8...
阅读全文
posted @ 2016-12-23 12:52 malu15
阅读(198)
评论(0)
推荐(0)
下一页
公告