码迷,mamicode.com
首页 >  
搜索关键字:extra    ( 2903个结果
Design a stack that supports getMin() in O(1) time and O(1) extra space
Question: Design a Data Structure SpecialStack that supports all the stack operations like push(), pop(), isEmpty(), isFull() and an additional operat ...
分类:其他好文   时间:2019-10-22 10:43:00    阅读次数:73
Spring Boot 整合 Shiro+Thymeleaf
1.导包 2. 编写配置类 3. application.yml 配置 拦截链 ...
分类:编程语言   时间:2019-10-18 19:02:03    阅读次数:82
Thinkphp远程代码执行 payload汇总
Thinkphp 5.0.22http://192.168.1.1/thinkphp/public/?s=.|think\config/get&name=database.usernamehttp://192.168.1.1/thinkphp/public/?s=.|think\config/get ...
分类:Web程序   时间:2019-10-17 23:34:35    阅读次数:145
序列化模块ModelSerializer
课程准备 多表设计 基表 提取每个表都有的字段,创建基类,其它表基础该基类 断关联多表关系 序列化 反序列化 序列化与反序列化整合(重点) ...
分类:其他好文   时间:2019-10-17 10:26:10    阅读次数:76
19、约束之间的比较:主键约束、联合约束、唯一约束、外键约束
约束之间的比较:主键约束、联合约束、唯一约束、外键约束 1、主键约束,primary_key 能唯一确定一张表中的记录,也就是我们通过给某个字段添加约束,就可以使得改字段不重复且不为空。 create table test1( id int primary key, name varchar(20) ...
分类:其他好文   时间:2019-10-15 09:46:21    阅读次数:74
manager.add_command('runserver', Server('0.0.0.0', port='8093', extra_files=extra_files))
extra_files: a list of files the reloader should watch additionally to the modules. For example configuration files. ———————————————— 版权声明:本文为CSDN博主「小 ...
分类:其他好文   时间:2019-10-12 18:59:24    阅读次数:101
mysql约束条件
约束条件 (测试markdown 编辑器专用) null 允许为空 not null 不允许为空 key 键值类型 default 设置默认类型,缺省值为NULL extra 额外设置 ...
分类:数据库   时间:2019-10-11 20:01:17    阅读次数:121
mysql互为主从(双主)配置
环境: ubuntu18.04.2 mysql5.7.21 恢复内容结束 ...
分类:数据库   时间:2019-10-11 15:27:20    阅读次数:82
prometheus 监控 hadoop
1. run JMX exporter as a java agent with all the four daemons. For this I have added EXTRA_JAVA_OPTS in hadoop-env.sh and yarn-env.sh : [root@cloud01 ...
分类:其他好文   时间:2019-10-10 14:10:59    阅读次数:808
zabbix监控php状态
环境介绍: php /usr/loca/php nignx /usr/loca/nginx 配置文件都是放在extra中 修改php-fpm的配置文件启动状态页面 pm.status_path = /status 配置nginx虚拟主机的配置 重启nginx服务 [root@localhost ~] ...
分类:Web程序   时间:2019-10-10 00:21:05    阅读次数:140
2903条   上一页 1 ... 28 29 30 31 32 ... 291 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!