其介绍曰,Blue Moon后台管理模板是一款适合微信公众平台后台的蓝色清爽风格模板。
1 先看下其效果
表单效果;
图表效果;
界面元素;按钮等等;
表格;
左上角用户登录;
左上角部分的代码结构如下;4个li项;
2 总体结构
文件
引用了jquery, jquery ui,boot...
分类:
其他好文 时间:
2016-04-29 17:00:24
阅读次数:
165
Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". Update (2015-02-12): For C ...
分类:
其他好文 时间:
2016-04-29 14:31:44
阅读次数:
210
其介绍曰,Blue Moon后台管理模板是一款适合微信公众平台后台的蓝色清爽风格模板。
1 先看下其效果
表单效果;
图表效果;
界面元素;按钮等等;
表格;
左上角用户登录;
左上角部分的代码结构如下;4个li项;
2 总体结构
文件
引用了jquery, jquery ui,boot...
分类:
其他好文 时间:
2016-04-26 20:09:27
阅读次数:
145
question: Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". Update (2015-02- ...
分类:
其他好文 时间:
2016-04-26 15:46:54
阅读次数:
117
我们一般会用 UIColor 的RGB来生成颜色: 以下几种方式都是可以的: _pushBtn.backgroundColor = [UIColor colorWithRed:220/255.f green:220/255.f blue:220/255.f alpha:1.0]; _pushBtn. ...
分类:
其他好文 时间:
2016-04-25 19:34:49
阅读次数:
201
1.访问元素中style属性的css样式 可以根据属性的ID或name标签利用dom操作直接访问到内部的css样式,直接使用style对象访问 <div id="myid" style="backgroundColor:blue;"></div> <script type="text/javascr ...
分类:
编程语言 时间:
2016-04-23 21:25:11
阅读次数:
225
Leetcode里面关于字符串的一些问题,描述如下: Given an input string, reverse the string word by word. For example,Given s = "the sky is blue",return "blue is sky the". U ...
分类:
其他好文 时间:
2016-04-19 22:52:28
阅读次数:
303
01.渐变色窗体 Color颜色对象的FromArgb()方法的应用,语法结构: public static System.Drawing.Color FromArgb(int red,int green,int blue) Pen对象的应用 Graphics对象的DrawRectangle方法,语 ...
We have a machine for painting cubes. It is supplied with three different colors: blue, red and green. Each face of the cube gets one of these colors. ...
分类:
其他好文 时间:
2016-04-18 20:46:50
阅读次数:
179
#!/bin/bash## test color for scriptRED_COLOR='\E[1;31m'GREEN_COLOR='\E[1;32m'YELLOR_COLOR='\E[1;33m'BLUE_COLOR='\E[1;34m'PINK='\E[1;35m'RES='\E[0m'if ...
分类:
系统相关 时间:
2016-04-18 15:32:08
阅读次数:
359