Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, ...
分类:
其他好文 时间:
2016-09-07 10:26:25
阅读次数:
141
//创建实体数据界面<varColor=newfunction()(//函数和常量自动变化或静态typeFF0000//调用静态类Color的函数mixalert(Color.mix(ColorRED,Color.BLUE));//创建命令数据的链接<varcolor=newobject<bootloaderV4.2.3<EatonAutomation-------------------------------..
分类:
其他好文 时间:
2016-09-06 01:17:54
阅读次数:
139
jquery基本操作笔记 jq和js 可以共存,不能混用; 1 2 3 4 5 6 $('.box').css('background','red'); $(".box").css({ color: "#ff0011", background: "blue"}); $('li:eq(2)').css ...
分类:
Web程序 时间:
2016-09-05 20:42:31
阅读次数:
241
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --ab ...
分类:
其他好文 时间:
2016-09-05 12:09:52
阅读次数:
153
1.单独指定第一个子元素、最后一个子元素的样式 <style type="text/css"> li:first-child{ background:yellow; } li:last-child{ background:blue; } </style> 2.对指定序号的子元素使用样式 <style ...
分类:
Web程序 时间:
2016-09-03 12:24:45
阅读次数:
196
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>CSS常见的选择器</title> <style> /*标签选择器*/ div{ color: red; } p{ color: blue; } /*类选择器*/ ...
分类:
Web程序 时间:
2016-08-31 18:29:26
阅读次数:
165
一、标签选择器: 顾名思议,标签选择器是直接将HTML标签作为选择器,如p、h1、dl、strong等HTML标签。 如: p { font:12px;} em { color:blue;} dl { float:left; margin-top:10px;} 二、id选择器: 我们通常给页面元素定 ...
分类:
Web程序 时间:
2016-08-31 18:29:22
阅读次数:
161
GetManifestResourceStream得到的Stream是null的解决 Ans: 参考 http://blog.csdn.net/blue_sky_blue_heart/archive/2005/12/17/555139.aspx System.Reflection.Assembly ...
分类:
其他好文 时间:
2016-08-29 17:44:12
阅读次数:
587
http://www.appinn.com/blue-screen-search-code/ 蓝屏代码查询器 – 找出蓝屏的元凶 11 文章标签: windows / 系统 / 蓝屏. 蓝屏代码查询器可以帮你查出引起蓝屏的故障原因并可以到微软知识库中查询解决方案,和之前的 BlueScreenVie ...
分类:
数据库 时间:
2016-08-27 06:24:57
阅读次数:
193
if (field == "loginname") { if (record._id == 2) { e.cellHtml = ""; e.cellStyle = "border-left:0px red solid;border-top:1px blue solid;border-bottom:0 ...
分类:
其他好文 时间:
2016-08-27 00:26:49
阅读次数:
1609