• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
畅想由我--我的空间听我的
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2
2013年5月14日
jquery find选择器应用
摘要: 定义和用法find() 方法获得当前元素集合中每个元素的后代,通过选择器、jQuery 对象或元素来筛选。<!DOCTYPE html><html><head><script type="text/javascript" src="/jquery/jquery.js"></script></head><body><p><span>Hello</span>, how are you?</p><p>Me? I' 阅读全文
posted @ 2013-05-14 10:08 畅想由我--我的空间听我的 阅读(183) 评论(0) 推荐(0)
jquery更改html标签 span 文字--获取 a,span,div,class对象内容
摘要: 1 <span class="class_span">买家昵称</span> 2 3 $('.class_span').each(function () { 4 if($(this).text()=='买家昵称'){ 5 $(this).html('收货人'); 6 } 7 }); 8 9 10 span 标签中在浏览器显示为"收货人"而不是 "买家昵称",因为用了text()方法 阅读全文
posted @ 2013-05-14 10:06 畅想由我--我的空间听我的 阅读(1693) 评论(0) 推荐(0)
2012年9月19日
Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact
摘要: 环境 Apache 2.2.15 mysql5.5.15 php 5.3.2 magento 1.6.0.0安装完成后登录magento后台,提示信息Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider.网上搜索一番后,大概就是跟app/etc/local.xml 的访问权限有关浏览器中输入 http:// 阅读全文
posted @ 2012-09-19 22:18 畅想由我--我的空间听我的 阅读(458) 评论(0) 推荐(0)
Magento安装错误Mage_Core_Model_Session_Abstract::getMessages()
摘要: 安装错误 Fatal error: Mage_Core_Model_Session_Abstract::getMessages()收藏Fatal error: Mage_Core_Model_Session_Abstract::getMessages() [<a href='function.Mage-Core-Model-Session-Abstract-getMessages'>function.Mage-Core-Model-Session-Abstract-getMessages</a>]: The script tried to execute 阅读全文
posted @ 2012-09-19 21:54 畅想由我--我的空间听我的 阅读(443) 评论(0) 推荐(0)
megento 安装过程问题
摘要: 确认 app/etc , var , 和 media 这几个文件夹是可写的.Please enter a valid URL. Protocol is required (http://, https:// or ftp://)js\prototype\validation.js505行左右,注释:['validate-url', 'Please enter a valid URL. Protocol is required (http://, https:// or ftp://)', function (v) { return Validation.get( 阅读全文
posted @ 2012-09-19 21:49 畅想由我--我的空间听我的 阅读(433) 评论(0) 推荐(0)
2012年3月23日
Komode Editor 快捷操作
摘要: 编程时komodeEditor字符间隔设置,tab键的字符个数。工具栏edit->Preferences->Indentation->4个字符工具栏edit->Preferences->Key Bindings在Commands 中选择 delete line 在new key sequence 中加ctrl+d 即可注释多行ctrl+3取消注释ctrl+shift+3选择当前一行 Alt + Shift + End选择下一行 Alt + Shift + Down选择当前行光标左边所有 shift + home选择当前行光标右边所有 shift + end选择当前 阅读全文
posted @ 2012-03-23 15:08 畅想由我--我的空间听我的 阅读(276) 评论(0) 推荐(0)
2012年2月15日
C++使用引用来传递对像
摘要: 实例1:#include <iostream>using namespace std;class A{public:A(){cout<<"执行构造函数创建一个对像\n";}A(A&){cout<<"执行复制构造函数创建对像的副本\n";}~A(){cout<<"执行析构函数删除对像\n";}void set(int i){x=i;}int get()const{return x;}private:int x;};//用const定义一个不能修改的指针并返回one值A& f 阅读全文
posted @ 2012-02-15 08:49 畅想由我--我的空间听我的 阅读(240) 评论(0) 推荐(0)
上一页 1 2
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3