码迷,mamicode.com
首页 >  
搜索关键字:shopping mall opencart 自适应主题模板 abc-0157    ( 745个结果
静态文件发布脚本实例
上线需要发布2个地方:1、nginx_static1台2、frontier-cms-web3台和线上的服务器是通过跳板机通信的。env文件是环境部署文件,格式为#ip=war;catcopy_h5_mall_new.sh #!/bin/sh #copyh5mall nginx_static_ip=10.10.13.37 time_stamp=`date+"%Y-%m-%d-%H-%M-%S"` h5_mall_zip_na..
分类:其他好文   时间:2017-02-10 18:53:20    阅读次数:128
docker logs命令
dockerlogs命令查看全部:dockerlogs-f51ishare-platform_mall-biz_1查看最后500行:dockerlogs--tail50051ishare-platform_mall-biz_1查看最新日志而不读取全部:dockerlogs--tail0-f51ishare-platform_mall-biz_1查看指定时间log:dockerlogs--since="2015-08-31"51ishare-pl..
分类:其他好文   时间:2017-02-07 17:04:39    阅读次数:163
Hello Kiki(中国剩余定理——不互质的情况)
Hello Kiki Problem Description One day I was shopping in the supermarket. There was a cashier counting coins seriously when a little kid running and s ...
分类:其他好文   时间:2017-01-20 22:20:24    阅读次数:328
opencart资料链接
opencart 主要文件夹结构和文件说明 opencart 单入口文件简单分析 opencart中文使用手册 opencart 模块开发详解 OpenCart源码目录结构详解 opencart中的load类和Registry类及controller分析 Opencart 之 Registry 类详 ...
分类:其他好文   时间:2017-01-08 10:46:53    阅读次数:208
PYTHON 购物车程序
product_list = [ ('iphone',50000), ('Mac Pro',9900), ('Bike',8000), ('Watch',160000), ('Coffee',600), ('lqgyc',1200) ] shopping_list = [] salary = inp... ...
分类:编程语言   时间:2016-12-24 16:24:54    阅读次数:203
USACO 3.3 Shopping Offers
In a certain shop, each kind of product has an integer price. For example, the price of a flower is 2 zorkmids (z) and the price of a vase is 5z. In o ...
分类:其他好文   时间:2016-12-18 17:41:40    阅读次数:294
购物车简单练习
#Author:xuesong li # -*- coding:utf-8 -*- shopping_list = [] product_list = [ ('Iphone',6388), ('Mac Pro',9800), ('Watch',10083), ('Lenovo’6330), ] sa... ...
分类:其他好文   时间:2016-12-16 11:50:06    阅读次数:176
简单的购物车小程序
1 # -*- coding:utf-8 -*- #简单的购物车小程序 author:李学松 2 shopping_cart =[] 3 product_list_tatol = "---product list----" 4 welcome = "-----------welcome to sho... ...
分类:其他好文   时间:2016-12-15 00:22:24    阅读次数:123
Python简单的购物车程序
#Author:xuhan#-*-coding:utf-8-*-shopping_car=[]whileTrue:salary=input(‘[q=quit]请输入您的购物预算:‘)ifsalary.isdigit():breakelse:continueprint(‘欢迎光临家乐福购物中心‘.center(60,‘-‘))product_list=[(‘Iphone7‘,5999),(‘MacAre‘,6999),(‘UNIQL‘,200)]choice_flag=‘..
分类:编程语言   时间:2016-12-13 16:46:45    阅读次数:301
WebBench源码分析与心得
源码:https://github.com/EZLippi/WebBench 关键全局变量: speed 成功次数 failed 失败次数 bytes 接收字节数 benchtime 执行时长(秒) build_request() 函数:生成请求字符串。 一)请求第一行,如:GET /mall HT ...
分类:Web程序   时间:2016-12-12 19:12:19    阅读次数:328
745条   上一页 1 ... 29 30 31 32 33 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!