会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
关关大大
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
下一页
2017年8月23日
Angular CLI 安装
摘要: 安装Angular 官网的教程,因为国内网络环境原因,访问不了服务器,导致安装失败。 1、先安装NodeJs 安装教程:http://blog.csdn.net/zengmingen/article/details/72650484 2、通过NodeJs中的模块npm 命令行安装 CLI 2.1、设
阅读全文
posted @ 2017-08-23 08:54 关关大大
阅读(166)
评论(0)
推荐(0)
2017年8月17日
移动端开发图标网址
摘要: www.iconfont.cn
阅读全文
posted @ 2017-08-17 14:29 关关大大
阅读(202)
评论(0)
推荐(0)
2017年8月8日
vue-cli 去掉严格模式:
摘要: vue-cli 去掉严格模式: 在根目录中找到 .eslintignore 文件,添加 严格模式需要监听的目录 src/*
阅读全文
posted @ 2017-08-08 16:07 关关大大
阅读(3429)
评论(0)
推荐(0)
2017年7月31日
ionic轮播图
摘要: 根据自带的滑动图,只需要添加加红字体 <ion-view view-title="活动详情" class="align-title-center"> <ion-content > <!-- start 轮播图--> <ion-slide-box auto-play="true" does-conti
阅读全文
posted @ 2017-07-31 14:34 关关大大
阅读(219)
评论(0)
推荐(0)
2017年6月27日
前端一些兼容小技巧
摘要: 1. <meta name="renderer" content="webkit|ie-comp|ie-stand">360浏览器下默认为急速模式 2.<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www
阅读全文
posted @ 2017-06-27 16:22 关关大大
阅读(129)
评论(0)
推荐(0)
2017年4月24日
thinkphp3.2v
摘要: 1.thinphp环境搭建 一、将thinkphp文件拿出来,对我们有用的是cof和library,其他对开发都没有作用。 在thinkphp/library/think文件夹中几个重要的文件 1、App.class.php 框架的核心文件 2、think.class.php 每次请求都要执行的类
阅读全文
posted @ 2017-04-24 18:26 关关大大
阅读(248)
评论(0)
推荐(0)
2017年4月22日
ng-select 下拉的两种方式
摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8" /> <title>Document</title></head><body> <div ng-app="myapp" ng-controller="myctrl"> <selec
阅读全文
posted @ 2017-04-22 16:16 关关大大
阅读(1043)
评论(0)
推荐(0)
angular的时间指令 以及防止闪烁问题
摘要: 1、点击事件 <!doctype html><html lang="en"><head> <meta charset="UTF-8" /> <title>Document</title></head><body> <div ng-app="myapp" ng-controller="myctrl">
阅读全文
posted @ 2017-04-22 15:59 关关大大
阅读(263)
评论(0)
推荐(0)
2017年4月21日
angularjs中的几种工具方法
摘要: 1、比较两个字符串是否相等 2、对象形式转化成json和json转化成字符串形式 3、便利对象遍历数组 4、绑定数据 5、多个app功能模块的实现 <!doctype html><html lang="en"><head> <meta charset="UTF-8" /> <title>Docume
阅读全文
posted @ 2017-04-21 22:42 关关大大
阅读(766)
评论(0)
推荐(0)
运用正则+replace+substring将一段英语的字母大写 angurlar运用自定义指令filter完成首字母大写
摘要: 复习下js基础并运用正则+replace+substring将一段英语的字母大写 <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>首字母大写</title> </head> <body> <div class="dv"></div
阅读全文
posted @ 2017-04-21 21:00 关关大大
阅读(337)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告