随笔 - 56,  文章 - 267,  评论 - 21,  阅读 - 67万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
07 2012 档案
wordpress and theme
摘要:得到博客的首页: <?php echo home_url( '/' ); ?> 得到模板中的CSS文件位置,image 图片的位置 <link href="<?php bloginfo('template_directory'); ?>/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <img src="<?php blogi... 阅读全文
posted @ 2012-07-30 19:07 myjavawork 阅读(166) 评论(0) 推荐(0) 编辑
apache与web server的安全配置
摘要:安全配置 阅读全文
posted @ 2012-07-29 22:55 myjavawork 阅读(158) 评论(0) 推荐(0) 编辑
WORDPRESS and plugin
摘要:I just learning WORDPRESS a month recently, there are some aspects in WORDPRESS:WORDPRESS themeWORDPRESS securitySEO for WORDPRESSWORDPRESS plugin其中WORDPRESS plugin 应该是最麻烦的。它有太多的API,因此当你不了解WORDPRESS plugin的API时,there are too many difficulties in it.其中WORDPRESS plugin需要考虑的API包括1. create menu:1. crea. 阅读全文
posted @ 2012-07-29 00:44 myjavawork 阅读(719) 评论(0) 推荐(0) 编辑
wordpress and theme
摘要:得到模板中的CSS文件位置,image 图片的位置 <link href="<?php bloginfo('template_directory'); ?>/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <img src="<?php bloginfo('template_directory'); ); ?>/image/wor... 阅读全文
posted @ 2012-07-28 20:34 myjavawork 阅读(201) 评论(0) 推荐(0) 编辑
svn版本控制要总结的点
摘要:1.svn server 端的安装的前提是必须要安装 apache http软件的,为什么呢? because SUBVERSION 是 apache下的项目,apache为他提供了整合http,https等协议。 信息来源: In November 2009, Subversion was accepted into Apache Incubator, which is the first st... 阅读全文
posted @ 2012-07-25 11:38 myjavawork 阅读(324) 评论(0) 推荐(0) 编辑
magento操作汇总
摘要:怎么去修改语言1、下载语言包(app > locale)替换2、登陆admin后 台 > Manage stores ,创建一个新的store view【如果是一个网站多个语言则可以考虑】3、到admin panel System > Configuration > general 然后选择 store view “Chinese” locale options > locale > Chinese【或者是其它的语言】怎么移除首页以及商品链接中的index.phpIn order to remove the index.php from the URL fo 阅读全文
posted @ 2012-07-24 12:06 myjavawork 阅读(2238) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示