http://www.apple.com/cn_epp-discounted_803213/shop/token/207bfbef-044c-45df-b47a-57a1e1b6c170 ...
分类:
移动开发 时间:
2017-01-23 19:10:07
阅读次数:
329
三表关联如果字段为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
<!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
>>>>>> >>>> 创建视图: 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
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,这个据说能完成几乎所有的功能。 考虑到原有的例子过于复杂,因此把所有相关的数据都删除了,结果上来就出错了,查了两天,大致弄清楚了状况。 关于错误的原因 在此文件中:Application/Home/Controller/ChannelControlle ...
分类:
其他好文 时间:
2016-12-16 01:42:49
阅读次数:
119
简单的做了一下修改,模板用的它默认的模板,感觉之前全是表单提交很不爽用的 修改的相关文件:/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
数据库字段是createtime 里面保存的是时间戳 然后再CompanyAction.class.php中写 $list=$Shop->where($data)->select(); $this->list=$list; $this->display(); 数据就查找出来了。。。 ...
分类:
Web程序 时间:
2016-11-26 20:08:38
阅读次数:
4049
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