码迷,mamicode.com
首页 >  
搜索关键字:theme    ( 1906个结果
扁平化设计的 HTML5 & CSS3 网站模板
Persona – HTML5 Parallax Portfolio Theme充满吸引力的一款网站模板,扁平化设计风格,动感的视差滚动效果。在线演示模板下载Superb – Responsive One-Page PortfolioSuperb 是一个基于 HTML5 & CSS3 的响应式单页作...
分类:Web程序   时间:2014-10-09 20:05:07    阅读次数:193
[UI]Flat UI - Free Boorstrap Framework and Theme
----------------------------------------------------------------------------------------------------------Flat UI Free - Design Framework (html/css3/l...
分类:其他好文   时间:2014-10-03 21:48:05    阅读次数:348
usaco-5.1-theme-passed
歇了几天,主要是去照顾病人去了,全天都呆在了病房。这个题目,本想用后缀数组的,可是没弄明白,只有用dp了:/*ID: qq104801LANG: C++TASK: themeQQ:104804687*/#include #include #include #include #include #inc...
分类:其他好文   时间:2014-09-30 11:59:19    阅读次数:275
Android 实现透明效果的 Activity
Android系统提供了将Activity设置为透明的主题:@android:style/Theme.Translucent   该属性同时支持隐藏TitleBar和全屏显示。只需要在AndroidManifest.xml配置文件中为对应的Activity增加该属性即可。 <activity android:name=".activities.MyActivi...
分类:移动开发   时间:2014-09-29 16:15:01    阅读次数:194
解决Activity启动黑屏及设置android:windowIsTranslucent不兼容activity切换动画问题
之前项目中遇到打开Activity后黑屏的问题,网上找到解决办法是通过设置theme和style属性可以实现。 http://www.cnblogs.com/sunzn/p/3407078.html 之前在做 APP 的时候不太关注这个问题,因为自己在使用其他 APP 的时候也会在应用启动的初始有一个黑屏闪过后才会出现应用的欢迎页。直到最近开发过程中发现自己在欢迎页启动的线程由于请...
分类:移动开发   时间:2014-09-28 19:10:35    阅读次数:171
Drupal 7 模块 .info 文件介绍
Drupal使用.info文件来保存关于主题(theme)和模块(modules)的基本数据(metadata)。图文中文详解Drupal 7模块中的.info文件。...
分类:其他好文   时间:2014-09-28 14:58:02    阅读次数:220
You need to use a Theme.AppCompat theme (or descendant) with this activity解决方法
报错如下:java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.test2/com.example.test2.MainActivity}: java.lang.IllegalStateExcep...
分类:移动开发   时间:2014-09-27 11:58:09    阅读次数:179
POJ 1743 Musical Theme 后缀数组
最简单的后缀数组求最长不可重叠的重复字串长度的问题。。具体见论文《后缀数组——处理字符串的有力工具#include #include #include #include #include #include #include using namespace std; #define MP make_....
分类:其他好文   时间:2014-09-25 23:49:07    阅读次数:197
POJ - 1743 Musical Theme (后缀数组求不可重叠最长重复子串)
Description A musical melody is represented as a sequence of N (1<=N<=20000)notes that are integers in the range 1..88, each representing a key on the piano. It is unfortunate but true that this ...
分类:其他好文   时间:2014-09-25 23:11:58    阅读次数:239
POJ1743 (Musical Theme,后缀数组)
LinksMusical ThemeTime Limit: 1000MSMemory Limit: 30000KDescriptionA musical melody is represented as a sequence of N (1<=N<=20000)notes that are inte...
分类:其他好文   时间:2014-09-25 22:47:27    阅读次数:180
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!