码迷,mamicode.com
首页 >  
搜索关键字:up    ( 7825个结果
Kibana插件开发
当前开发环境 Kibana版本:7.2 elasticsearch版本:7.2 开发环境安装可参考:https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#setting-up-your-development-environmen ...
分类:其他好文   时间:2019-10-01 09:57:02    阅读次数:302
LC 1. Two Sum
题目介绍 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would ha ...
分类:其他好文   时间:2019-09-30 20:15:05    阅读次数:119
jmeter 性能测试01 (未完成)
1、 修改 语言 2、建立线程 Ramp-Up Period 设为 5min。并不是5分钟内100用户登录完毕, 而是每5*60/100=3秒会多出一个用户来登录,换句话说就是0秒的时候0个用户登录, 3秒的时候1个用户同时登录,30秒的时候10个用户同时登录,1分钟的时候20个用户同时登录, 5分 ...
分类:其他好文   时间:2019-09-29 21:34:06    阅读次数:65
openstack kvm cannot set up guest memory 'pc.ram': Cannot allocate memory
Kvm:启动报错:error: internal error: process exited while connecting to monitor: 2018-11-12T01:47:14.993371Z qemu-system-x86_64: cannot set up guest memory ...
分类:其他好文   时间:2019-09-29 12:50:45    阅读次数:132
Java中的monitor机制
monitor概念 管程,监视器。在操作系统中,存在着semaphore和mutex,即信号量和互斥量,使用基本的mutex进行开发时,需要小心的使用mutex的down和up操作,否则容易引发死锁问题。为了更好的编写并发程序,在mutex和semaphore基础上,提出了更高层次的同步原语,实际上 ...
分类:编程语言   时间:2019-09-29 10:06:56    阅读次数:178
linux中svn 的有关操作,简单易懂
svn up 更新数据 每次使用svn前一定要svn up ,否则有可能会覆盖其他人的文件 svn st 查看文件状态 ? 代表新增加的文件,但不在svn版本控制内 需要用svn add path 来添加文件到svn 上,添加完成后,文件状态会变为A ? 不在版本控制范围 A 已添加到svn控制范围 ...
分类:系统相关   时间:2019-09-28 09:12:56    阅读次数:120
XCTF when_did_you_born write up
先在Ubuntu上nc一下给的地址,大概就这么个样子。 下面用ida pro反编译一下看一下代码啥样。 大概就是在这个gets()上做文章 本来输入1926就可以得到flag,但是由于代码逻辑问题得不到flag。思路就是将第二个v5覆盖为1926。 偏移值八个,覆盖到var_18上。 喜提flag。 ...
分类:其他好文   时间:2019-09-28 00:32:24    阅读次数:95
centos8 网卡命令(centos7也可用)
nmcli n 查看nmcli状态 nmcli n on 启动nmcli nmcli c up eth0 启动网卡eth0 nmcli c down eth0 关闭网卡eth0 nmcli d c eth0 激活网卡 nmcli d show eth0 查看网卡eth0信息 nmcli r all ...
分类:其他好文   时间:2019-09-26 00:50:18    阅读次数:236
B. Multiplication Table ( Codeforces Round #586 (Div. 1 + Div. 2) )
Sasha grew up and went to first grade. To celebrate this event her mother bought her a multiplication table MM with nn rows and nn columns such that M ...
分类:其他好文   时间:2019-09-25 20:01:49    阅读次数:102
LC 94. Binary Tree Inorder Traversal
问题描述 Given a binary tree, return the inorder traversal of its nodes' values. (左 - 根 - 右) Example: Follow up: Recursive solution is trivial, could you ...
分类:其他好文   时间:2019-09-25 10:42:33    阅读次数:71
7825条   上一页 1 ... 62 63 64 65 66 ... 783 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!