码迷,mamicode.com
首页 >  
搜索关键字:i think i need a hou    ( 4897个结果
Post Office Problem
Description Description There are n houses on a line. Given an array A and A[i] represents the position of i-th house. Now you need to pick k position ...
分类:其他好文   时间:2019-12-21 22:21:13    阅读次数:107
分析诊断工具之一:MYSQL性能查看(多指标)
网上有很多的文章教怎么配置MySQL服务器,但考虑到服务器硬件配置的不同,具体应用的差别,那些文章的做法只能作为初步设置参考,我们需要根据自己的情况进行配置优化,好的做法是MySQL服务器稳定运行了一段时间后运行,根据服务器的”状态”进行优化。 打开慢查询方法:其实打开mysql的慢查询日志很简单, ...
分类:数据库   时间:2019-12-21 20:21:44    阅读次数:108
You Are the One
HDU - 4283 DescriptionThe TV shows such as You Are the One has been very popular. In order to meet the need of boys who are still single, TJUT hold th ...
分类:其他好文   时间:2019-12-20 23:50:31    阅读次数:98
Ethical Hacking - GAINING ACCESS(2)
Server Side Attacks - INFORMATION GATHERING Need an IP address. Very simple if target is on the same network (netdiscover or zenmap). If target has a ...
分类:数据库   时间:2019-12-19 23:27:35    阅读次数:112
thinkphp的运行
打开cmd切换到www目录下运行think E:\wamp64\www>php think run ThinkPHP Development server is started On <http://127.0.0.1:8000/> You can exit with `CTRL-C` Docume ...
分类:Web程序   时间:2019-12-19 21:01:03    阅读次数:116
ThinkPHP6.0多应用路由规则
如果要使用多应用模式,你需要安装多应用模式扩展think-multi-app。 composer require topthink/think-multi-app1多应用目录结构如下: ├─app 应用目录 │ ├─index 主应用 │ │ ├─controller 控制器目录 │ │ ├─mod ...
分类:Web程序   时间:2019-12-19 12:52:34    阅读次数:107
Codeforces Round #603 (Div. 2) E. Editor(线段树)
链接: https://codeforces.com/contest/1263/problem/E 题意: The development of a text editor is a hard problem. You need to implement an extra module for br ...
分类:其他好文   时间:2019-12-17 13:30:17    阅读次数:95
Kubernetes基本概念
1. 集群架构 1.1. Nodes(节点) 一个节点就是Kubernetes中的一个工作机器,一个节点可能是一台虚拟机,也可能是一台物理机。 每个节点都包含运行pods所需的服务,并由master组件管理。 节点上的服务包括container runtime、kubelet和kube-proxy。 ...
分类:Web程序   时间:2019-12-16 10:17:48    阅读次数:126
mqserver / activemq-community-deprecates-leveldb-what-you-need-know
s https://www.openlogic.com/blog/activemq-community-deprecates-leveldb-what-you-need-know 为什么ActiveMQ官方不再推荐使用LevelDB最近在学习mq,虽然已经在使用,但是却未深入的了解,于是阅读官方文档 ...
分类:数据库   时间:2019-12-15 16:12:14    阅读次数:93
Note 2: Complain
Note 2: Complain1. The collection of Linkun's [1]:1.1suckIf someone says that something sucks, they are indicating that they think it is very bad. [V] ...
分类:其他好文   时间:2019-12-15 12:38:59    阅读次数:73
4897条   上一页 1 ... 34 35 36 37 38 ... 490 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!