码迷,mamicode.com
首页 >  
搜索关键字:another    ( 2305个结果
CF1073G Yet Another LCP Problem 后缀自动机 + 虚树 + 树形DP
Code: ...
分类:其他好文   时间:2019-07-04 15:50:00    阅读次数:100
基于Django的Rest Framework框架的认证组件
0|1一、认证组件的作用 在一个程序中有一些功能是需要登录才能使用的,原生Django中的auth组件可以用来解决这个认证问题,drf框架中也有对应的认证组件来解决这个问题。 models.py from django.db import models # Create your models he ...
分类:其他好文   时间:2019-07-04 00:29:33    阅读次数:100
linux环境变量
printenv 打印所有的全剧环境变量 env 同printenv set 显示为某个特定进程设置的所有环境变量 设置局部环境变量 variable=‘xxxxx’ xxxxx表示变量的内容 export 将局部变量导出到全局变量 unset 删除局部变量 命令别名: alias another- ...
分类:系统相关   时间:2019-06-29 22:27:05    阅读次数:164
E - Third-Party Software - 2 Gym - 102215E (贪心)
Pavel is developing another game. To do that, he again needs functions available in a third-party library too famous to be called. There are mm functi ...
分类:其他好文   时间:2019-06-29 22:14:50    阅读次数:106
心雨(三)【英语】
1. Only I can change my life. No one can do it for me. 改变人生只能靠自己,别人无法代劳。 2. You don't need anybody to tell you who you are or what you are. You are wh ...
分类:其他好文   时间:2019-06-23 09:12:56    阅读次数:105
[Javascript] How to deal with floating number
What's your expect of the output?: The answer is 'false'. Because: Therefore if we do calculation on Frontend: The result is not correct. The solution ...
分类:编程语言   时间:2019-06-18 21:38:07    阅读次数:160
Spring 5.x 、Spring Boot 2.x 、Spring Cloud 与常用技术栈整合
项目 GitHub 地址 : "https://github.com/heibaiying/spring samples for all" 版本说明 : Spring: 5.1.3.RELEASE Spring Boot: 2.1.1.RELEASE Spring Cloud: Finchley.S ...
分类:编程语言   时间:2019-06-16 09:30:30    阅读次数:117
python的django环境安装
一、python虚拟环境操作 1. 创建新的虚拟环境 mkvirtualenv -p python3 django_learn # django_learn 为你给你新创建的python虚拟环境的名称,随便起。 # python3 是指定python版本,可以是python3 ,也可以是python ...
分类:编程语言   时间:2019-06-16 00:34:47    阅读次数:131
LeetCode 572. 另一个树的子树(Subtree of Another Tree) 40
572. 另一个树的子树 572. Subtree of Another Tree 题目描述 给定两个非空二叉树 s 和 t ,检验 s 中是否包含和 t 具有相同结构和节点值的子树。 s 的一个子树包括 s 的一个节点和这个节点的所有子孙。 s 也可以看做它自身的一棵子树。 每日一算法2019/6 ...
分类:其他好文   时间:2019-06-12 21:09:57    阅读次数:101
Yet Another Multiple Problem 同余定理 bfs
题意: 给出一个n和m个数 求一个最小的数 1 为n的倍数 2 没有这m个数字中的任意一个 123%n = ((((1%n)*10+2)%n)*10+3)%n 如果 a%n==b%n 那么 (a+x)%n==(b+x)%n 这样就可以剪枝了 之前取模n出现过的后来再出现就可以不要了 例如 A%n== ...
分类:其他好文   时间:2019-06-09 18:16:32    阅读次数:120
2305条   上一页 1 ... 31 32 33 34 35 ... 231 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!