1092. To Buy or Not to Buy (20) Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There ...
分类:
其他好文 时间:
2017-03-23 20:11:26
阅读次数:
119
查看表的索引 show create table 表名; show index from 表名; show keys from表名; 添加索引 alter table 表名 add index 索引名字 (索引字段); alter table goods add index price (shop_ ...
分类:
数据库 时间:
2017-03-23 00:54:16
阅读次数:
149
问题分析:加载后台图片的时候,发现加载不出来,后来发现图片的url格式是: http://192.168.1.71/\carhome\shop\778c2bc3ec0a49e1969b24b3a8e62f31\detail\DSC04209.JPG 因为Volley请求,不识别url中有“\” 所以 ...
分类:
其他好文 时间:
2017-03-16 17:30:00
阅读次数:
167
题意:给你n种物品,每种无限个,问恰好取k个物品能组成哪些重量.n<=1000,k<=1000,每种物品的重量<=1000. 我们搞出选取一种物品时的生成函数,那么只要对这个生成函数求k次幂就可以了.结果会很大所以我们可以在模意义下NTT来搞.然而会有一个问题,就是算出来的系数可能恰好是模数的倍数, ...
分类:
其他好文 时间:
2017-03-14 10:36:04
阅读次数:
164
在shop入口的文件下的HOME文件夹中使用模型层 第一步修改配置模块把数据库的各种链接做好,打开HOME中的conf文件夹中的config.php,找到Thinkphp文件加下的conf文件打开convention.php找到关于数据库的配置文件 在开发的时候需要把字段缓存打成flase; 第二部 ...
分类:
数据库 时间:
2017-03-10 17:46:25
阅读次数:
205
Nginx的rewriterewriteregexreplacementflag;rewrite^/p_w_picpaths/(.*\.jpg)$/imgs/$1所有的图片跳转到/imgs/$1break;(结束位)rewrite^/shop/(.*\html)$/tuangou/$1break;rewrite^/shop/(.*\.php)$http://www.baidu.com/$1[redirect|permanent];last-基本上都用这个Flag(多级..
分类:
其他好文 时间:
2017-02-27 22:05:56
阅读次数:
186
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
题意: 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常用查询 一、实验简介 本节实验中我们将通过一个经销商数据库的实例来学习并实践多种常用的在数据库中查找记录的方法。 二、实验内容 在下面的例子中使用数据表shop来存储商人(经销商)的每件物品(物品号)对应的价格。假如每个商人对应的每个物品都有一个固定的价格,那么该表中的关键字就是物品和商 ...
分类:
数据库 时间:
2017-01-29 10:48:32
阅读次数:
312
如果用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