码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
【BZOJ1570】[JSOI2008]Blue Mary的旅行 动态加边网络流
【BZOJ1570】[JSOI2008]Blue Mary的旅行 Description 在一段时间之后,网络公司终于有了一定的知名度,也开始收到一些订单,其中最大的一宗来自B市。Blue Mary决定亲自去签下这份订单。为了节省旅行经费,他的某个金融顾问建议只购买U航空公司的机票。U航空公司的所有 ...
分类:Web程序   时间:2017-05-15 13:02:28    阅读次数:269
MS17-010 "Eternal Blue(永恒之蓝)”, 修复补丁下载汇总地址!
MS17-010"EternalBlue(永恒之蓝)”官方修复补丁,下载连接汇总地址Product(Down-level)ReleaseDateCDNLinkSecurityUpdateforWindowsServer2003forx64-basedSystems(KB4012598)5/13/2017http://download.windowsupdate.com/d/csa/csa/secu/2017/02/windowsserver2003-kb401259..
分类:其他好文   时间:2017-05-15 09:49:26    阅读次数:2018
ios开发之自己定义默认生成的导航栏 标题 颜色 返回button
一 改动导航栏颜色 导航栏在哪个页面代码放在那里面 self.navigationController.navigationBar.tintColor = [UIColor colorWithRed:(21.0/255.0) green:(153.0 / 255.0) blue:(224.0 / 2 ...
分类:移动开发   时间:2017-05-14 21:50:17    阅读次数:228
Thread常用方法
<!-- span{ color:blue; } --> 构造方法说明 Thread() 分配新的 Thread 对象 Thread(Runnable target) 分配新的 Thread 对象, target 为 run() 方法被调用的对象 Thread(Runnable target,Str ...
分类:其他好文   时间:2017-05-13 20:56:50    阅读次数:175
graphviz hello world
digraph g { label="hello world example" bgcolor="#00FFD529"//RGBA h [label="Hello",shape=folder,color=blue,fontsize=30,style=filled,fillcolor=pink] w ...
分类:其他好文   时间:2017-05-12 18:59:38    阅读次数:135
百度地图画圆、个性化
画圈: circle = new BMap.Circle(new BMap.Point(lg, lt), 2000, { fillColor: "blue", strokeWeight: 1, fillOpacity: 0.2, strokeOpacity: 0.2 });//半径2公里瞄点 map ...
分类:其他好文   时间:2017-05-12 13:23:00    阅读次数:353
FZOJ Problem 2148 Moon Game
Problem 2148 Moon Game Problem Description Fat brother and Maze are playing a kind of special (hentai) game in the clearly blue sky which we can just ...
分类:其他好文   时间:2017-05-10 22:48:13    阅读次数:214
CSS
CSS的语法 位置 <head> <style type="text/css"> //CSS代码 </style> 语法 选择器{ 属性名1:属性值1; 属性名2:属性2; } 列: h1{z font-size; --字体大小 color: blue; --字体颜色 } 注意:多个属性用分号分隔 ...
分类:Web程序   时间:2017-05-09 12:36:13    阅读次数:214
2017-5-7-Train: Codeforces Round #322 (Div. 2)
A. Vasya the Hipster(水题) One day Vasya the Hipster decided to count how many socks he had. It turned out that he had a red socks and b blue socks. Acc ...
分类:其他好文   时间:2017-05-07 12:55:55    阅读次数:303
Java enum枚举的使用方法
一. 出现背景: 在JDK1.5之前,我们定义常量是这种:public static final String RED = “RED”; 在JDK1.5中增加了枚举类型,我们能够把相关的常量分组到一个枚举类中: public enum Color { RED, GREEN, BLUE; } 使用的时 ...
分类:编程语言   时间:2017-05-07 11:39:50    阅读次数:131
1833条   上一页 1 ... 63 64 65 66 67 ... 184 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!