码迷,mamicode.com
首页 > 2019年08月11日 > 全部分享
List和tuple
Table of Contents Python Lists Lists Are Ordered Lists Can Contain Arbitrary Objects List Elements Can Be Accessed by Index Lists Can Be Nested Lists ...
分类:其他好文   时间:2019-08-11 00:21:04    阅读次数:169
【KMP】OKR-Periods of Words
【KMP】OKR-Periods of Words 题目描述 串是有限个小写字符的序列,特别的,一个空序列也可以是一个串。一个串P是串A的前缀,当且仅当存在串B,使得A=PB。如果P≠A并且P不是一个空串,那么我们说P是A的一个proper前缀。定义Q是A的周期,当且仅当Q是A的一个proper前缀 ...
分类:其他好文   时间:2019-08-11 00:20:17    阅读次数:143
SPOJ_QTREE系列题解
QTREE4 cpp pragma comment(linker, "/STACK:102400000,102400000") // include include include include include include include include include define fi f ...
分类:其他好文   时间:2019-08-11 00:19:37    阅读次数:80
Abp 添加权限项<一>
1.下载代码,数据库迁移,npm install 2.添加权限项: 3. 4.这样就可以使用权限了 但是,前端是有些麻烦的。注意:import 组件的时候,要把组件放在 entrycomponents中。千万注意路径的大小写,不然会说没有引入,但是明明引入了的。 import { OrderComp ...
分类:其他好文   时间:2019-08-11 00:19:19    阅读次数:141
1109条   上一页 1 ... 63 64 65 66
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!