码迷,mamicode.com
首页 >  
搜索关键字:shop++    ( 718个结果
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
dedecms购物车商品添加删除数量改变方式变成ajax
简单的做了一下修改,模板用的它默认的模板,感觉之前全是表单提交很不爽用的 修改的相关文件:/plus/posttocar.php, /plus/car.php,/templets/plus/car.html,/templets/default/articel_shop.htm, 下载文件 ...
分类:Web程序   时间:2016-11-28 15:23:32    阅读次数:242
购物车小程序练习
product=[ (‘羽绒服‘,200), (‘毛衣‘,80), (‘衬衫‘,50), (‘牛仔裤‘,120), (‘t恤‘,55), (‘苹果笔记本‘,8000)] shop_car=[] print("欢迎来到购物商城!".center(50,‘-‘)) salary=5000 print("您好,您的账户余额为:\033[32;1m[%s]\033[0m元,如需充值请输入p,继续购物请输入j:"..
分类:其他好文   时间:2016-11-27 08:10:59    阅读次数:166
thinkphp 查询当天 ,本周,本月,本季度,本年度,全部, 数据方法
数据库字段是createtime 里面保存的是时间戳 然后再CompanyAction.class.php中写 $list=$Shop->where($data)->select(); $this->list=$list; $this->display(); 数据就查找出来了。。。 ...
分类:Web程序   时间:2016-11-26 20:08:38    阅读次数:4049
菜鸟生活(python)之购物车列表
product_list = [ ('Iphone',5800), ('Mac Pro',9980), ('Bike',800), ('watch',10600), ('Coffee',31), ('AlexPython',80),]shop_list = []salary = input("Ple ...
分类:编程语言   时间:2016-11-26 02:29:42    阅读次数:282
718条   上一页 1 ... 31 32 33 34 35 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!