码迷,mamicode.com
首页 >  
搜索关键字:vita shop opencart商城自适应主题模板 abc-0497    ( 761个结果
Codeforces Round #402 (Div. 2) C
Description Igor found out discounts in a shop and decided to buy n items. Discounts at the store will last for a week and Igor knows about each item ...
分类:其他好文   时间:2017-02-27 00:47:53    阅读次数:241
CF779C(round 402 div.2 C) Dishonest Sellers
题意: Igor found out discounts in a shop and decided to buy n items. Discounts at the store will last for a week and Igor knows about each item that its ...
分类:其他好文   时间:2017-02-26 20:30:06    阅读次数:179
MySQL常用查询
MySQL常用查询 一、实验简介 本节实验中我们将通过一个经销商数据库的实例来学习并实践多种常用的在数据库中查找记录的方法。 二、实验内容 在下面的例子中使用数据表shop来存储商人(经销商)的每件物品(物品号)对应的价格。假如每个商人对应的每个物品都有一个固定的价格,那么该表中的关键字就是物品和商 ...
分类:数据库   时间:2017-01-29 10:48:32    阅读次数:312
thinkphp 安装
如果用eclipse 工具 创建功能 file --new --local PHP Project 在location 设置 www目录下 project name输入工程名 在www下放thinkphp 然后在shop目录下创建index.php 引入thinkphp.php核心包 代码如下 <? ...
分类:Web程序   时间:2017-01-26 14:04:39    阅读次数:289
apple
http://www.apple.com/cn_epp-discounted_803213/shop/token/207bfbef-044c-45df-b47a-57a1e1b6c170 ...
分类:移动开发   时间:2017-01-23 19:10:07    阅读次数:329
sql练习记录
三表关联如果字段为0则表示是散客卡 select a.shop_id as id,b.shop_name,a.balance,a.point,(IF(a.card_type_id<>0,concat(c.card_type,"(测试环境测试11)"),'散客卡(测试环境测试11)')) as car ...
分类:数据库   时间:2016-12-29 07:00:16    阅读次数:147
angularJS: shop chart
<!DOCTYPE html> <html ng-app="app"> <head> <meta charset="utf-8"> <link href="http://cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="style ...
分类:Web程序   时间:2016-12-26 16:14:20    阅读次数:175
视图view粗略理解
>>>>>> >>>> 创建视图: create view goodsavgview as select cat_id,avg(shop_price) as avgshop_price from goods group by cat_id 1、视图是什么? 答:视图是一个虚拟的表,没有实实在在的数据 ...
分类:其他好文   时间:2016-12-20 23:27:27    阅读次数:156
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
tp_shop解读1
由于想弄一个商城,因此研究了一下tp_shop,这个据说能完成几乎所有的功能。 考虑到原有的例子过于复杂,因此把所有相关的数据都删除了,结果上来就出错了,查了两天,大致弄清楚了状况。 关于错误的原因 在此文件中:Application/Home/Controller/ChannelControlle ...
分类:其他好文   时间:2016-12-16 01:42:49    阅读次数:119
761条   上一页 1 ... 31 32 33 34 35 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!