摘要: kernel::get_image_host_url() 阅读全文
posted @ 2019-11-14 15:24 limonyun 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 1、ecshop订单状态对应值简单版: order_status = 0 订单未确认 shipping_status = 3 已配货 pay_status = 0 未付款 order_status = 1 订单已经确认 shipping_status = 1 已发货 pay_status = 2 已 阅读全文
posted @ 2019-05-08 15:43 limonyun 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 需要将attr换成prop if(designis_lunbo){ $("#lunboture").prop('selected', 'true'); }else{ $("#lunbofalse").prop('selected', 'true'); } 阅读全文
posted @ 2018-11-17 14:04 limonyun 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 在model文件添加 var $defaultOrder = array('add_time','DESC');即可 阅读全文
posted @ 2018-11-06 11:38 limonyun 阅读(119) 评论(0) 推荐(0) 编辑
摘要: git config core.filemode false 阅读全文
posted @ 2018-10-24 16:52 limonyun 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 1、chown -R www:www /srv/www/default 2、chmod -R 777 /srv/www/default 3、app/base/cmd update(需关闭config的kvstore)#define('KVSTORE_STORAGE', 'base_kvstore_m 阅读全文
posted @ 2018-10-19 10:37 limonyun 阅读(149) 评论(0) 推荐(0) 编辑
摘要: //1:名称 2 : 类 3:参数 system_queue::instance()->publish('gyoms_tasks_order_logisticsbydate', 'gyoms_tasks_order_logisticsbydate', $params);//加入定时任务 阅读全文
posted @ 2018-10-15 19:22 limonyun 阅读(154) 评论(0) 推荐(0) 编辑
摘要: git中可以加入忽略文件权限的配置,具体如下: $ git config core.filemode false 这样就设置了忽略文件权限。查看下配置: $ cat .git/config 阅读全文
posted @ 2018-10-15 15:48 limonyun 阅读(635) 评论(0) 推荐(0) 编辑
摘要: 一、下载安装libevent cd /tmp #切换到tmp目录 wget http://www.monkey.org/~provos/libevent-1.2.tar.gz #下载 tar zxvf libevent-1.2.tar.gz ... 阅读全文
posted @ 2018-10-15 08:12 limonyun 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 支付冻结积分 sdb_dbeav_meta_value_int 对应 sdb_dbeav_meta_register 的 freezed_point 获取冻结积分 sdb_dbeav_meta_value_int 对应 sdb_dbeav_meta_register 的 obtained_point 阅读全文
posted @ 2018-10-13 16:30 limonyun 阅读(142) 评论(0) 推荐(0) 编辑