码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
一款名为Blue_Moon的后台模板的初步研究
其介绍曰,Blue Moon后台管理模板是一款适合微信公众平台后台的蓝色清爽风格模板。 1 先看下其效果 表单效果; 图表效果; 界面元素;按钮等等; 表格; 左上角用户登录; 左上角部分的代码结构如下;4个li项; 2 总体结构 文件 引用了jquery, jquery ui,boot...
分类:其他好文   时间:2016-04-29 17:00:24    阅读次数:165
leetcode-Reverse Words in a String
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的后台模板的初步研究
其介绍曰,Blue Moon后台管理模板是一款适合微信公众平台后台的蓝色清爽风格模板。 1 先看下其效果 表单效果; 图表效果; 界面元素;按钮等等; 表格; 左上角用户登录; 左上角部分的代码结构如下;4个li项; 2 总体结构 文件 引用了jquery, jquery ui,boot...
分类:其他好文   时间:2016-04-26 20:09:27    阅读次数:145
Reverse Words in a String
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 使用起来的坑
我们一般会用 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
JavaScript访问修改css样式表
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 详解(ReverseWords)
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
窗体界面设计02
01.渐变色窗体 Color颜色对象的FromArgb()方法的应用,语法结构: public static System.Drawing.Color FromArgb(int red,int green,int blue) Pen对象的应用 Graphics对象的DrawRectangle方法,语 ...
分类:Windows程序   时间:2016-04-19 14:09:50    阅读次数:293
uva 253 Cube painting
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
shell echo颜色例子
#!/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
1833条   上一页 1 ... 92 93 94 95 96 ... 184 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!