码迷,mamicode.com
首页 >  
搜索关键字:flat    ( 730个结果
粗制博客园皮肤 SimoCoding CSS 样式 —— 轻 Flat 风格
1 #nav_next_page { 2 line-height: 40px; 3 } 4 #nav_next_page a { 5 -webkit-border-radius: 3px; 6 -moz-border-radius: 3px; 7...
分类:Web程序   时间:2015-05-01 01:48:07    阅读次数:167
非常棒的 「Sublime Text 配色/主题」与「编程字体」
*标有 CT 的是配色**主题中调用的字体和相配套的Sublime主程序图标可访问GitHub获取Afterglowhttps://github.com/YabataDesign/afterglow-theme基于 Spacegray,暖色调的主题,Flat风格Tomorrow(CT)https:/...
分类:其他好文   时间:2015-04-30 20:02:41    阅读次数:851
sublime text 主题推荐
SodaSpacegrayFlatlandTomorrowBase 16SolarizedPredawnitg.flat其他所有的配色方案和主题.
分类:其他好文   时间:2015-04-27 01:53:49    阅读次数:129
Connection Manager ->> Multiple Flat File Connection & Multiple File Connection
遍历一个文件夹下的所有文件的方法有两钟:1)使用Multiple Flat File Connection,把所有我们要的文件用"|"作为连接符拼凑出一条connection string;2)用foreach loop container,指定文件名pattern和文件夹;前者需要在做一些功夫去找...
分类:其他好文   时间:2015-04-27 00:16:41    阅读次数:127
Quoit Design
Problem Description Have you ever played quoit in a playground? Quoit is a game in which flat rings are pitched at some toys, with all the toys encircled awarded. In the field of Cyberground, the po...
分类:其他好文   时间:2015-04-24 12:41:18    阅读次数:148
【扁平和简约来袭】
英文原文:Flat And Thin Are In   在过去几年里,软件和APP的界面设计风格发生了迅速变化,由3D、拟物发展到扁平、简约。尽管这一趋势普遍存在,我们还是思考下是如何发展至此的,以及它对整个界面设计领域有何影响。另外,我会分享扁平界面设计的一些技巧和注意问题。 Windows Phone 8 和 Apple’s iOS 7的用户界面   发生了什...
分类:其他好文   时间:2015-04-22 15:19:06    阅读次数:101
【ThinkingInJava】10、接口使用
Note.java 一个枚举类 package Lesson8Polymorphism.music; public enum Note { MIDDLE_C, C_SHARP, B_FLAT; } music5.java /** * 书本:《Thinking In Java》 * 功能:接口 * 文件:Music.java * 时间:2015年4月2日16:50:48 * 作...
分类:编程语言   时间:2015-04-18 08:43:33    阅读次数:155
win32汇编:helloASM
.386;32位架构 .model flat, stdcall; include masm32.inc include kernel32.inc includelib masm32.lib includelib kernel32.lib .data;数据段 szText db "Hello ASM!", 0 .code;代码段 TestPrint proc near;过程声明 ...
分类:Windows程序   时间:2015-04-07 23:32:03    阅读次数:232
URAL 1617. Flat Spots
1617. Flat Spots Time limit: 0.5 second Memory limit: 64 MB Yekaterinburg has an extensive network of tram routes. Trams of more than ten routes go along some streets. It is clear that ra...
分类:其他好文   时间:2015-03-21 17:07:45    阅读次数:134
URAL 1617. Flat Spots(数学啊 )
URAL 1617. Flat Spots(数学啊 )...
分类:其他好文   时间:2015-03-20 23:52:56    阅读次数:525
730条   上一页 1 ... 63 64 65 66 67 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!