需求是这样的:需要找出没有发任务的店铺是哪些。好让客服去联系他们,询问情况。 每个商家可以有N个店铺,每个店铺可以放N个任务,一个任务会生成N个任务订单,会员接到任务去完成 SELECT *FROM `keke_w_mall_shop`WHERE shopid NOTIN (SELECT shopi ...
分类:
数据库 时间:
2016-04-01 11:26:45
阅读次数:
201
首先进入入口文件shop/index.php 在index.php中: 1.加载该模块的公共常量定义 require __DIR__ . '/../(wenjianminghahaha).php'; 2.加载公共配置文件 $conf_arr = require_once BASE_DATA_PATH ...
分类:
其他好文 时间:
2016-03-31 20:24:58
阅读次数:
119
cutlog.sh#!/bin/bash##Nginx日志切割脚本##零点执行该脚本##Nginx日志文件所在的目录LOGS_PATH=/opt/nginx/logs##获取昨天的yyyy-MM-ddYESTERDAY=$(date-d"yesterday"+%Y%m%d)##移动文件mv${LOGS_PATH}/access.log${LOGS_PATH}/shop_access_${YESTERDAY}.log##向Nginx主进程发..
分类:
其他好文 时间:
2016-03-30 16:35:45
阅读次数:
90
Vitaly has an array of n distinct integers. Vitaly wants to divide this array into three non-empty sets so as the following conditions hold: Help Vita ...
分类:
其他好文 时间:
2016-03-24 18:05:33
阅读次数:
160
varurl=document.location.href;
vararrurl=url.split("?shop_id=");varsid=arrurl[1];varshopid=parseInt(sid);
分类:
Web程序 时间:
2016-03-22 01:01:29
阅读次数:
168
题目链接http://acm.hdu.edu.cn/showproblem.php?pid=4122 题意大意是Alice开着一家月饼店,可以接到n做月饼的订单,而Alice只有在从2000年一月一日0点为第一个小时开始的前m个小时内做月饼,而且只能在整点 的时候做月饼,并且做月饼不花费时间,也就是
分类:
其他好文 时间:
2016-03-13 22:26:22
阅读次数:
230
<aop:config> <aop:pointcut id="allMethod" expression="execution(* a.j.shop.service.impl.*.*(..))" /> <aop:advisor pointcut-ref="allMethod" advice-ref=
分类:
编程语言 时间:
2016-03-12 17:17:57
阅读次数:
300
之前我们就输入框EditText做了优化,而这次,我们为app添加拨打电话的功能。 首先是布局,将activity_shop_info.xml中对应的电话那一栏进行重新设计: <RelativeLayout android:id="@+id/ll_tel" android:layout_width=
分类:
移动开发 时间:
2016-03-05 13:18:25
阅读次数:
156
当想要新增选项到ecshop的商店设置时, 第一步:在ecs_shop_config这个表增加一条设置项记录 parent_id、code、type、value type 会有 group text manual select textarea file options hidden 第二步:在后台
分类:
其他好文 时间:
2016-02-26 18:57:00
阅读次数:
514
以下操作实现当用户访问www.tetuhao.com/link.html时,显示的是www.tetuhao.com/shop/index.php?act=link的内容。同时网址显示的仍是www.tetuhao.com/link.html一:vim/usr/local/nginx/conf/nginx.conf在server块中加入以下内容location/{rewrite^(.*)/link\.html$$1/shop/ind..
分类:
其他好文 时间:
2016-02-25 17:13:06
阅读次数:
128