root@kali:~# sqlmap -u http://dn.you.com/shop.php?id=10 -v 1 --dbs available databases [8]:[*] dntg[*] dntg2[*] dnweb[*] information_schema[*] mysql[* ...
分类:
数据库 时间:
2016-11-07 01:55:52
阅读次数:
299
需求:http[s]://weidian.com/plaza/searchAll.html?tb_search=连衣裙&type=item-》https://h5.weidian.com/m/search/searchlist/index.html?keyword=连衣裙&type=商品
http[s]://weidian.com/plaza/searchAll.html?tb_search=连衣裙&type=shop-》https://h5.we..
分类:
Web程序 时间:
2016-10-25 20:00:08
阅读次数:
812
Tips1:实现导入数据 Tips2:调试 问题: 没有输出Congratulations,added Coffee to shop list 调试: f_price是字符串 salary是int型 类型 int>str不会报错但不会执行下面的内容 3.解决:统一一下数据类型 ...
分类:
编程语言 时间:
2016-10-16 14:10:35
阅读次数:
143
拥有某个列的最大值的行 方法一:SELECT article, dealer, price FROM shop WHERE price=(SELECT MAX(price) FROM shop) 方法二:SELECT article, dealer, price FROM shop ORDER BY ...
分类:
其他好文 时间:
2016-10-16 14:02:11
阅读次数:
171
http://lightoj.com/volume_showproblem.php?problem=1200 A thief has entered into a super shop at midnight. Poor thief came here because his wife has se ...
分类:
其他好文 时间:
2016-10-15 22:15:13
阅读次数:
279
一般B2C或者C2C商城项目都会有二级域名店铺这个需求,本文利用Nginx实现二级域名店铺。二级域名只访问店铺的首页,商品页依然采用www域名Nginx配置如下:server{
listen0.0.0.0:80;
server_name*.abc.com;
if($host~*(.*)\.abc.com){
set$shop_name$1;
}
if($shop_name=""){
r..
分类:
其他好文 时间:
2016-10-14 01:02:28
阅读次数:
177
1969年互联网在美国诞生,1985年世界上第一个域名诞生,可以说,域名是伴随着互联网的诞生而诞生的,已经有31年了。互联网越来越成熟,应用也越来越广泛,域名后缀也由最初的.COM、.ORG、.NET等,发展到现在多种后缀,如.shop、.online、.xyz等等,域名后缀越来越丰富,可供人们的选 ...
分类:
其他好文 时间:
2016-10-13 09:40:16
阅读次数:
145
django-oscar https://github.com/django-oscar/django-oscar#screenshots django-shop https://github.com/awesto/django-shop cakeshop https://github.com/my ...
分类:
编程语言 时间:
2016-10-12 07:05:53
阅读次数:
1086
union 联合 union的作用:把两次或多次查询结果合并起来。 典型案例:select good_id,good_name from good where shop_price>5000 or shop_price<20; select good_id,good_name from good w ...
分类:
数据库 时间:
2016-10-08 19:35:04
阅读次数:
172
l 主键字段统一使用Id。l 如果状态变量的新增和修改必须编程支持,请将其定义为枚举。l 相关业务请加上统一前缀。比如账户相关:“Account_”。l 同一业务请创建目录进行区别。l 如无特殊需要,请确保模型名称与数据库表名一致。l 必填以及相关约束请使用相关特性进行设置。l 属性注意增加[Dis ...
分类:
其他好文 时间:
2016-09-29 17:39:50
阅读次数:
138