如何选择合适的列建立索引1.在where从句,group by从句,order by从句,on从句中出现的列2.索引字段越小越好3.离散度大的列放到联合索引的前面1select * from payment where staff_id = 2 and customer_id = 584;由于cus... ...
分类:
数据库 时间:
2020-02-18 16:45:06
阅读次数:
74
1. Customer insights understanding customers rather than just asking what they want The Empathy Map 2. Ideation Thus, ideation has two main phases: id ...
分类:
其他好文 时间:
2020-02-17 15:38:49
阅读次数:
64
假设要上传Account的数据到系统: 点download metadata: 自动download一个zip下来: 在folder Templates里维护要上传的Account data: 把维护好的excel重新打成zip, upload: 稍后在monitor里会观察到成功上传的task: ...
分类:
其他好文 时间:
2020-02-15 12:59:02
阅读次数:
63
对前几篇文章的代码进行梳理,形成4个通用型函数: 1 直接Get或Post,通常会被网站限制访问; 2 带headers进行Get或Post,模拟了浏览器,通常可以正常访问。 代码(注意由于下面的代码中设置http header时有*/*,造成代码的显示不太正常,但不影响): //Header是直接 ...
分类:
其他好文 时间:
2020-02-14 14:24:42
阅读次数:
85
1、第一范式 ——1NF:数据表中所有的字段都是不可划分的原子值 【语句实现】 //创建一个名为students2的数据表 > create table students2( -> id int primary key, -> name varchar(20), -> address varchar ...
分类:
数据库 时间:
2020-02-14 12:50:27
阅读次数:
84
业务逻辑文件编写 use think\Action; //自己封装的curl方法,详情看附录 define("TOKEN", "你设置的token"); class Customer extends Controller { //校验服务器地址URL public function checkSer ...
分类:
微信 时间:
2020-02-14 11:07:40
阅读次数:
113
Why is there no risk to the customer when a bank prints the customer's name on his cheques? When anyone opens a current account at a bank, he is lendi ...
分类:
其他好文 时间:
2020-02-13 16:48:19
阅读次数:
67
CRM status management framework supports the authorization concept as below. Customer can choose that only specific user group (with dedicated PFCG ro ...
分类:
其他好文 时间:
2020-02-08 19:23:11
阅读次数:
107
res.groupby(['customer_id'])['project_name'].apply(lambda x:', '.join(x)).reset_index() x.groupby(['sa'])['daList'].apply(lambda x:np.concatenate(list ...
分类:
其他好文 时间:
2020-02-06 20:02:00
阅读次数:
113
题目链接:https://codeforces.com/contest/1296/problem/C C. Yet Another Walking Robot time limit per test 1 second memory limit per test 256 megabytes input ...
分类:
其他好文 时间:
2020-02-05 11:51:44
阅读次数:
60