码迷,mamicode.com
首页 >  
搜索关键字:themes    ( 488个结果
控件风格19种,挨个一网打尽
{ New TControlStyles: csNeedsBorderPaint and csParentBackground. These two ControlStyles are only applicable when Themes are Enabled in applications o
分类:其他好文   时间:2016-02-08 21:17:02    阅读次数:225
[转]easyui 全部图标
原文地址:http://blog.163.com/shexinyang@126/blog/static/136739312201491011492263/ 拿jquery-easyui-1.2.6举例 所有的图标在哪,如何引用, 所有的图标在 jquery-easyui-1.2.6\themes\i
分类:其他好文   时间:2016-02-04 11:34:49    阅读次数:285
[转]jQuery EasyUI 扩展-- 主题(Themes)
主题(Themes)允许您改变站点的外观和感观。使用主题可以节省设计的时间,让您腾出更多的时间进行开发。您也可以创建一个已有主题的子主题。 主题生成器(Theme Builder) jQuery UI 主题 许多扩展的主题是基于 jQuery UI 主题创建的,它们不是官方发布的。 Sunny Pe
分类:Web程序   时间:2016-02-01 18:01:52    阅读次数:144
wordpress install 主题
手动安装,你可到访WordPress官方网站的主题部分,找到你喜欢的主题后,可压缩下载到电脑并将其解压缩: 上传.zip 包到服务器,解压到 wordpress/wp-content/themes cd /*/wordpress/wp-content/themesunzip auth1.5.zip ...
分类:其他好文   时间:2016-01-24 15:32:50    阅读次数:114
在 ASP.NET MVC 3 中应用 KindEditor
http://www.cnblogs.com/weicong/archive/2012/03/31/2427608.html第一步将 KindEditor 的源文件添加到项目中,建议放到 /Scripts/kindeditor 目录中,其中只需要有 lang目录、plugis目录、themes目录和...
分类:Web程序   时间:2016-01-21 23:04:19    阅读次数:223
Change color of GRUB
The default color of GRUB2 is ridiculously ugly so here is one method to change it.ch3cooh@ch3cooh-T420~> cat /lib/plymouth/themes/default.grub set co...
分类:其他好文   时间:2016-01-21 18:31:04    阅读次数:128
wordpress去掉Proudly powered by WordPress Theme by XXX
去掉每一页下面的:Proudly powered by WordPressTheme by moyu打开:wp-content->themes->主题名称->footer.php;找到下面这段代码: WordPress' ...
分类:其他好文   时间:2016-01-17 12:13:44    阅读次数:2860
去掉wordpress主题中每个分类前面的分类描述
如#生活随笔找到当前安装的主题:wp-content->themes->当前主题的根目录打开archieve.php找到如下代码并删除: ', '' ); the_archive_description( '', '' ); ?>
分类:其他好文   时间:2016-01-16 22:23:38    阅读次数:157
dwz -学习笔记
dwz结构:dwz-ria-1.4.5.zip目录结构:js:dwz核心脚本代码。themes:css样式。uploadify:文件上传控件。js结构:
分类:其他好文   时间:2016-01-16 16:33:06    阅读次数:190
关于路径名称斜杠和反斜杠
D:\\users\_themes\m.dat应为:file("D:\\users\\_themes\\m.dat");或file("D:/users/_themes/m.dat");在Unix/Linux中,路径的分隔采用正斜杠"/",比如"/home/hutaow";而在Windows中,路径分...
分类:其他好文   时间:2016-01-10 15:43:00    阅读次数:135
488条   上一页 1 ... 31 32 33 34 35 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!