redis简介redis是一款非关系型数据库redis安装[root@izj6c19rqdk7mfnm5seocuz ~]# lsa.txt backup_gitlab.sh ossutil P[root@izj6c19rqdk7mfnm5seocuz ~]# cat backup_gitlab.s... ...
分类:
其他好文 时间:
2019-08-24 09:44:49
阅读次数:
73
Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, ...
分类:
其他好文 时间:
2019-08-23 10:42:10
阅读次数:
92
Topic Links Topic meaning:有一天平其左右臂长为15,有m个数字,一个数字表示天平上一个钩子距天平中心点的距离,左边为负数,右边为正数,有n个质量确定的砝码,所有砝码都应被悬挂上去,一个钩子可以挂多个砝码,问有多少种挂法使得天平保持平衡; Method of Solving: ...
分类:
其他好文 时间:
2019-08-22 14:46:11
阅读次数:
107
Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, ...
分类:
其他好文 时间:
2019-08-19 09:37:19
阅读次数:
70
一、HTTP 1、主页面 2、查询页面 3、增加页面 4、修改页面 5、删除页面 二、配置 1、定义一个类 2、引用 三、常用方法 1、list_display 作用:显示指定字段 注意:可以使用多对一字段,不能使用多对多字段 使用多对多字段报错 2、list_display_links 作用:设置 ...
分类:
其他好文 时间:
2019-08-16 19:00:58
阅读次数:
82
Centos 安装 LAMP 系统: Centos 6.5 Apache 2.4 + PHP 7.2 + Mysql 5.7 准备工作 1. centos 查看版本 查看 centos版本 "How to Check CentOS Version" 2. 更新yum 源 使用yum安装 Apache ...
分类:
其他好文 时间:
2019-08-11 17:25:34
阅读次数:
120
题意:给出一个无向图,然后你要输升序输出该图中 所有的桥。 思路:使用tarjan对桥的求法性质: 当且仅当无向边(u,v)为树枝的时候,需要满足dfn(u)<low(v),也就是v向上翻不到u及其以上的点,那么u-v之间一定能够有1条或者多条边不能删去,因为他们之间有一部分无环,是桥。 如果v能上 ...
分类:
其他好文 时间:
2019-08-07 18:55:06
阅读次数:
104
"UVA 11452 "Dancing the Cheeky Cheeky"" 找循环节那里要从后往前找,以解决112234112234这样的数据 ...
分类:
其他好文 时间:
2019-08-04 21:12:31
阅读次数:
94
[mysql]default-character-set=utf8 [mysqld] datadir=/var/lib/mysqlsocket=/var/lib/mysql/mysql.sock # Disabling symbolic-links is recommended to prevent ...
分类:
数据库 时间:
2019-07-31 20:15:13
阅读次数:
122