码迷,mamicode.com
首页 >  
搜索关键字:themes    ( 488个结果
PHP判断图片格式的7种方法
以图片$imgurl = "http://www.php10086.com/wp-content/themes/inove/img/readers.gif"; 为例;思路1. 把图片名当做字符串来处理,那么判断图片格式的也就是变成了查找“.”号的字符串。方法一:strrchr() 函数查找字符串在另...
分类:Web程序   时间:2015-06-10 22:14:44    阅读次数:188
Ubuntu14.04安装GNOME3桌面
安装方法:sudo add-apt-repository ppa:gnome3-team/gnome3 sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install gnome-themes-standard ubuntu-de...
分类:系统相关   时间:2015-06-07 06:13:08    阅读次数:410
有一个错误
xxx( ! ) Fatal error: Call to undefined function myabp_print_screenshot_all() in D:\wamp\www\wp-content\themes\arcadexls\games-play.php on line 135Cal...
分类:其他好文   时间:2015-06-05 13:58:47    阅读次数:123
awesome 配置记录
awesomeDM高效,高可定制性。我使用的是archlinux,在安装好awesome以后直接在.xinitrc里面写上execawesome然后用startx就能启动awesome了。awesome开箱很难用,需要自己一点一点配置起来。先把配置文件复制过来。在/etc/xdg/awesome目录下有awesome的示例配置文件。我们将awes..
分类:其他好文   时间:2015-06-04 17:19:27    阅读次数:427
archdexls主题游戏页面game-play.php有评论时,报错( ! ) Warning: printf(): Too few arguments in D:\wamp\www\wp-content\themes\arcadexls\games-play.php on line 97
( ! ) Warning: printf(): Too few arguments in D:\wamp\www\wp-content\themes\arcadexls\games-play.php on line 97Call Stack# Time Memory Functi...
分类:Web程序   时间:2015-06-03 00:47:50    阅读次数:231
github pages搭建个人网站如何添加导航
折腾过github pages的同学都清楚使用jekyll搭建个人网站的目录结构,而导航最终的代码是在使用的主题目录中的default.html文件中的。我的结构如下:.├── 404.html├── about.html├── archive.html├── assets│ └── themes├...
分类:Web程序   时间:2015-06-02 17:16:14    阅读次数:152
动态为页面添加CSS样式文件引用
动态为页面添加CSS样式文件引用: 1 if (document.createStyleSheet) { //IE 2 document.createStyleSheet("./Themes/Default/MessageTip.css"); 3 } 4 else { //Firefox, ...
分类:Web程序   时间:2015-05-28 17:40:30    阅读次数:125
Android 4.4 上实现透明导航栏和状态栏 Translucent system bar
Translucent system UI stylingTo get the most impact out of your content, you can now use new window styles and themes to request translucent system UI...
分类:移动开发   时间:2015-05-25 22:02:36    阅读次数:307
【干货】Xcode 6 技巧: 矢量图像,代码片段以及其他
原文:Xcode 6 Tips: Vector Images, Code Snippets and Many More,译者:yuewang目录:一、Creating a Sample Project二、更换Themes三、添加自定义字体四、代码片段五、自定义调色板六、使用矢量图七、管理你的源代码八...
分类:其他好文   时间:2015-05-22 16:44:11    阅读次数:227
Asp.net 主题
设定主题:右击网站,选择添加ASP.NET文件夹,选择主题。系统默认将文件夹命名为App_Themes,我们在这个文件夹下添加外观文件,在.skin后缀的文件中自定义我们想要的主题。例如:利用SkinId属性,为同种类型的控件定义多种不同的外观。使用主题:对单个网页设定主题代码:二者是有区别的,我们...
分类:Web程序   时间:2015-05-18 22:54:44    阅读次数:169
488条   上一页 1 ... 37 38 39 40 41 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!