UIAlertView in other words, it's a dialog box. You want to show a message or ask user to confirm an action. UIAlertView would come in handy. Here, I c ...
分类:
移动开发 时间:
2017-08-19 17:06:13
阅读次数:
299
初识Bootstrap Bootstrap 是最受欢迎的 HTML、CSS 和 JS 框架,用于开发响应式布局、移动设备优先的 WEB 项目。 两种引用方式: 方式1:Bootstrap 专门构建了免费的 CDN 加速服务,访问速度更快、加速效果更明显、没有速度和带宽限制、永久免费 <!DOCTYP ...
分类:
其他好文 时间:
2017-08-18 22:21:17
阅读次数:
298
在将html页面整合到ci框架里面的时候,载入css和js失败。原因是ci框架是入口的框架 对框架中文件的全部请求都须要经过index.php处理完毕,当载入外部的css和js文件的时候要使 用base_url()函数处理外部的链接。 在控制器中须要先加载url相关的类 public functio ...
分类:
Web程序 时间:
2017-08-18 19:57:54
阅读次数:
173
设置窗体背景颜色 颜色对话框取得颜色值是十六进制。 代码如下: ...
分类:
其他好文 时间:
2017-08-17 20:18:44
阅读次数:
321
In this lesson, we extend the styles of a base button component to create multiple variations of buttons, using "extend". We can then modify the base ...
分类:
其他好文 时间:
2017-08-17 10:27:04
阅读次数:
115
简介:该插件是基于bootstrapvalidator.js进行修改编写的,写法类似,可兼容ie7+以上 一、使用方法 1.引用jQuery.js / jQValidator.js / jQValidator.css <link href="css/jQValidator.css" rel="sty ...
分类:
Web程序 时间:
2017-08-17 00:35:36
阅读次数:
286
Less is More , Than CSS 1. Less是什么? LESSCSS是一种动态样式语言,属于CSS预处理语言的一种,它使用类似CSS的语法,为CSS的赋予了动态语言的特性,如变量、继承、运算、函数等,更方便CSS的编写和维护。LESSCSS可以在多种语言、环境中使用,包括浏览器端、 ...
分类:
其他好文 时间:
2017-08-16 20:24:55
阅读次数:
227
动画效果 显示隐藏 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="jquery-2.1.4.min.js"></script> <script> $(d ...
分类:
Web程序 时间:
2017-08-16 13:59:11
阅读次数:
141
移动端媒体查询的一些尺寸参考 /*iphone4 4s*/ @media only screen and (device-height :480px) and (-webkit-device-pixel-ratio:2){ /* Styles */ } @media screen and (min- ...
分类:
移动开发 时间:
2017-08-15 17:12:13
阅读次数:
3910
很多在使用angular的开发人员都想在项目中引入自己熟悉的第三方库 下面是使用第三方库的几种方法 1、如果第三方库提供了npm包,可以使用 将依赖包安装在项目的node_modules目录下 如果是css文件需要在angular-cli.json中的styles引入 如引入jquery 在angu ...
分类:
其他好文 时间:
2017-08-15 16:00:15
阅读次数:
207