码迷,mamicode.com
首页 >  
搜索关键字:vita shop opencart商城自适应主题模板 abc-0497    ( 761个结果
学到的较复杂的 mysql 语名
需求是这样的:需要找出没有发任务的店铺是哪些。好让客服去联系他们,询问情况。 每个商家可以有N个店铺,每个店铺可以放N个任务,一个任务会生成N个任务订单,会员接到任务去完成 SELECT *FROM `keke_w_mall_shop`WHERE shopid NOTIN (SELECT shopi ...
分类:数据库   时间:2016-04-01 11:26:45    阅读次数:201
shopNC学习(二) 商家中心模块
首先进入入口文件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
Nginx-日志切割
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
codeforces300A Array
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
js截取URL中字段
varurl=document.location.href; vararrurl=url.split("?shop_id=");varsid=arrurl[1];varshopid=parseInt(sid);
分类:Web程序   时间:2016-03-22 01:01:29    阅读次数:168
hdu 4122 Alice's mooncake shop
题目链接http://acm.hdu.edu.cn/showproblem.php?pid=4122 题意大意是Alice开着一家月饼店,可以接到n做月饼的订单,而Alice只有在从2000年一月一日0点为第一个小时开始的前m个小时内做月饼,而且只能在整点 的时候做月饼,并且做月饼不花费时间,也就是
分类:其他好文   时间:2016-03-13 22:26:22    阅读次数:230
spring error
<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
eatwhatApp开发实战(十四)
之前我们就输入框EditText做了优化,而这次,我们为app添加拨打电话的功能。 首先是布局,将activity_shop_info.xml中对应的电话那一栏进行重新设计: <RelativeLayout android:id="@+id/ll_tel" android:layout_width=
分类:移动开发   时间:2016-03-05 13:18:25    阅读次数:156
ecshop 商店设置,新增或者修改字段
当想要新增选项到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
nginx 伪静态的设置
以下操作实现当用户访问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
761条   上一页 1 ... 41 42 43 44 45 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!