码迷,mamicode.com
首页 >  
搜索关键字:styles and themes    ( 1837个结果
15天学习MVC后的小结(分享经历与想法)
学习MVC已经有半个月,看了看日历,刚好半个月。分享了好几篇练习的博文:一,《创建第一个MVC应用程序》http://www.cnblogs.com/insus/p/3358560.html二,《@Styles的nameSpace是什么》http://www.cnblogs.com/insus/p/...
分类:Web程序   时间:2014-08-06 18:09:51    阅读次数:326
Windows Server 2008 R2 开启Win7主题效果Aero
1、打开 开始---管理工具----服务器管理器--功能 2、点击 “添加功能”,选择“桌面体验”,这样就会安装上win7 主题和Windows media player 3、重启电脑后,在“服务”里启用 Themes 4、右击桌面,点击 “个性化”设置一下桌机主题、背景图片等等就可以了 ...
分类:Windows程序   时间:2014-08-05 22:00:40    阅读次数:292
黄聪:wordpress后台加载ajax.googleapis.com导致打开速度很慢的解决方案
打开wordpress后台,发现很卡,通过开发者工具看到是因为加载http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css这个元素导致的。解决方案:在functions.php里面添加如下...
分类:Windows程序   时间:2014-08-03 20:25:15    阅读次数:259
设置Delphi XE4默认界面样式
VCL BitMap Style Proceject Options->Application->Appearance 选择几个样式 使用代码设置 uses Vcl.Themes;procedure TForm1.Button1Click(Sender: TObject);beginTStyleMa...
分类:其他好文   时间:2014-07-29 21:29:42    阅读次数:1013
easyui left-tabs 左侧的tabs
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Tab Position - jQuery EasyUI Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css"> <link rel="style...
分类:其他好文   时间:2014-07-29 16:20:09    阅读次数:579
修改xubuntu14.04(同适用ubuntu)下Eclipse默认的黑色注释
终端输入:sudo gedit /usr/share/themes/Ambiance/gtk-2.0/gtkrc 第一行将看到如下内容: gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#...
分类:系统相关   时间:2014-07-29 12:21:46    阅读次数:323
Android启动时闪一下黑屏或者白屏
1.设定主题,此主题为透明的,加入到res/values/styles.xml中:2.设定android启动时使用此主题,在AndroidManifest.xml中设定: ...
分类:移动开发   时间:2014-07-23 16:57:11    阅读次数:370
Dialog样式
样式一: 1 styles.xml 2 3 styles.xml样式二: 1 styles.xml圆角设置:1 filled_box.xml2 3 4 5 6 7 9 filled_box.xml显示:Dialog dialog = new D...
分类:其他好文   时间:2014-07-22 22:43:34    阅读次数:231
Notepad++ sublime text theme for C/C++
转自:https://coderwall.com/p/36x7uw 嗯,我决定还是把 整个文件贴出来,方便: 导入方法: 找到notepad++的目录,进入到themes里面。 建立一个:Waher-style.xml 然后把下面的内容copy进去。保存重启notepad++...
分类:编程语言   时间:2014-07-21 23:28:10    阅读次数:542
另类的SQL注入方法
前言:相比基于查询的SQL注入,使用insert、update和delete进行SQL注入显得略显另类 参考自:http://www.exploit-db.com/wp-content/themes/exploit/docs/33253.pdf0x1 准备条件 a. mysql数据库 b....
分类:数据库   时间:2014-07-19 14:18:29    阅读次数:333
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!