- 浏览: 23929 次
- 性别:
- 来自: 南京
最新评论
文章列表
firefox firephp开发环境配置
- 博客分类:
- firefox
php开发相关firefox3.6firebug 1.7.3firephp 0.5.0
$("#docDirId").val(selectNode.attributes.id);
var options = {
success: function(data) {
$("#docDirName").val(eval("("+data+")").filepath);
}
};
$('#dirForm').ajaxFor ...
maven 仓库管理
- 博客分类:
- maven
http://blog.csdn.net/arvinzhuo/article/details/4244061
appfuse 建立maven项目 图形界面http://lajosd.blogspot.com/2009/11/apache-struts2-test-drive-with.html
maven工具安装http://www.iteye.com/topic/144047
http://www.fengfly.com/document/springsecurity3/springsecurity.html
appfuse集成securityhttp://confluence.atlassian.com/display/CROWD/Integrating+AppFuse+-+a+Crowd-Spring+Security+Integration+Tutorial
综合外文教程http://krams915.blogspot.com/p/tutorials.html最下面Spring MVC 3 and Spring Security 倒着排列的 ...
ECSHOP 网站汇总
- 博客分类:
- 工作日志
ecshop120http://www.ecshop120.com/
ecshop discuz开发者http://code.google.com/p/myxiaoqu/source/browse/trunk/?r=140#trunk%2FECShop_V2.7.2
模板案例汇总http://www.xiuweb.com/forum.php
婚纱模板http://ecshop.g58.net/3006/goods-49-Romantic+Long+Evening+Dresses+Strapless+Floor+Length+Beaded+Floral+Purple+Ne ...
Web Dev Newshttp://www.scoop.it/t/web-dev-news/p/1028824212/jq-mobi-is-a-mobile-optimized-html5-rewrite-of-the-jquery-framework
Native Android News Reader App
http://mobile.tutsplus.com/tutorials/mobile-web-apps/jquery_android/作者介绍http://mobile.tutsplus.com/author/konur-unyelioglu/
RSS ...
ECSHOP 开发环境搭建
- 博客分类:
- ecshop
工具
Eclipse 3.6 / Helios / PDT 2.2
http://wiki.eclipse.org/PDT/Installation#Eclipse_3.6_.2F_Helios_.2F_PDT_2.2图片1.png
ECSHOP 函数结构分析
- 博客分类:
- ecshop
cls_template.php/* 修改$reg_content中的内容 */$reg_content = preg_replace_callback($lib_pattern, 'dyna_libs_replace', $reg_content);
ecshop属性解决http://item.taobao.com/item.htm?id=15264136800
切换到shop8_v3版本调整了首页flash布局目标是 简化首页的内容
左侧首页广告 右侧公告
商品缩略图设置宽:182 高:304
首页公告问题new_articles.lbi 最新文章、网店公告
ECSHOP模板解析
- 博客分类:
- ecshop
在index.dwt文件中删除category_tree.lbi 商品分类树order_query.lbi 订单列表
修改首页广告大小index_ad.lbi<script type="text/javascript"> var swf_width=730; var swf_height=390; </script>
总宽度960左边765 右边185
ecshop插件技术讨论区http://bbs.ecshop.com/archiver/fid-105.html
入门教程http://www.jroller.com/selenium/ 环境配置firefox6.0selegium ide 1.2 wikihttp://code.google.com/p/selenium/w/list API:http://selenium.googlecode.com/svn/trunk/docs/api/java/index.html
Selenium-RC and Continuous Integrationhttp://wiki.openqa.org/display/SRC/Selenium-RC+and+Continuous+Integrat ...
jQuery UI Layout 小贴士
- 博客分类:
- jqueryui
jQuery UI Layout 与jQuery1.6.2错误现象:The layout-container "undefined/body" has no height. Therefore the layout is 0-height and hence 'invisible'!解决方法:The idea is use the .prop() if exists, otherwise, the .attr().修改jquery.layout.js文件Line 1373: tag = sC.tagName = $.prop?$C.prop("tagNam ...
异步加载 "url" : "menuTreeTest.action",
"data" : function (n) {
return {
"operation" : "get_children",
"id" : n.attr ? n.attr("id") : "0102"
};
}
默认取节点0102,否则取所点节点。
一次只能选择一个节点c ...
HttpInvokerService方法的发布<bean id="purviewServices" class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
<property name="service">
<bean class="com.ivyinfo.purview.services.PurviewServicesImpl" />
</proper ...