自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(17)
  • 收藏
  • 关注

原创 Linux docker 启动Kibana失败:Data too large

FATAL [circuit_breaking_exception] [parent] Data too large, data for [<http_request>] would be [250592200/246.0mb], which is larger than the limit of [246546432/235.1mb], real usage: [250592200/246.0mb], new bytes reserved: [0/0b], usages [requ...

2022-01-05 23:02:52 1246

原创 SSH密钥连接Git仓库解决IDEA错误OpenSSL SSL_connect: Connection was reset in connection to github.com:443

1. 先打开IDEA setting->Version Control->GitHub->勾选Clone git repository using ssh2. 打开Git Bash,输入下边命令ssh-keygen -t rsa -b 4096 -C "email_address@example.com"3. 弹出下边命令,直接'回车‘就行, rsa文件会保存在C:\Users\Administrator\.ssh\id_rsaEnter file in which

2021-06-27 02:13:22 1005

原创 LeetCode From Easy To Hard No11[Easy]Middle of the Linked List 求链表的中间节点[快慢指针]

Given a non-empty, singlylinked list with head nodehead, returnamiddle node of linked list.If there are two middle nodes, return the second middle node.Example 1:Input: [1,2,3,4,5]Outpu...

2019-08-21 15:19:04 213

原创 LeetCode From Easy To Hard No10[Easy]: Unique Email Addresses 邮件地址的唯一性

very email consists of a local name and a domain name, separated by the @ sign.For example, inalice@leetcode.com,aliceis the local name, andleetcode.comis the domain name.Besides lowercase le...

2019-08-06 13:17:18 431

原创 LeetCode From Easy To Hard No9[Easy]: Search in a Binary Search Tree 查找二叉树中的值

Given the root node of a binary search tree (BST) and a value. You need to find the node in the BST that the node's value equals the given value. Return the subtree rooted with that node. If such node...

2019-08-06 10:28:19 108

原创 LeetCode From Easy To Hard No8[Easy]: Squares of a Sorted Array

Given an array of integersAsorted in non-decreasing order,return an array of the squares of each number,also in sorted non-decreasing order.Example 1:Input: [-4,-1,0,3,10]Output: [0,1,9,16,1...

2019-08-02 11:53:30 132

原创 LeetCode From Easy To Hard No7[Medium]: Print Zero Even Odd 按顺序打印[010203...0n]

第一次挑战Medium的题:Suppose you are given the following code:class ZeroEvenOdd { public ZeroEvenOdd(int n) { ... } // constructor public void zero(printNumber) { ... } // only output 0's pu...

2019-08-01 15:12:48 153

原创 LeetCode From Easy To Hard No6[Easy]: Print in Order 按顺序执行线程

Suppose we have a class:public class Foo { public void first() { print("first"); } public void second() { print("second"); } public void third() { print("third"); }}The same instance ofFo...

2019-07-31 12:27:33 136

原创 LeetCode From Easy To Hard No5[Easy]: Unique Morse Code Words 独一无二的摩斯密码

International Morse Code defines a standard encoding where each letter is mapped to a series of dots and dashes, as follows:"a"maps to".-","b"maps to"-...","c"maps to"-.-.", and so on.For c...

2019-07-25 11:41:43 152

原创 LeetCode From Easy To Hard No4[Easy]: Range Sum of BST 求二叉树某个区间内的数的和

Given therootnode of a binary search tree, return the sum of values of all nodes with value betweenLandR(inclusive).The binary search tree is guaranteed to have unique values.Example 1:...

2019-07-24 16:54:23 159

原创 LeetCode From Easy To Hard No3[Easy]: Find Anagram Mappings 异构映射

Given two listsA andB, andBis an anagram ofA.Bis an anagram ofAmeansBis made by randomizing theorder of the elements inA.We want to find anindex mappingP, fromAtoB. A mappingP[i] =...

2019-07-16 17:41:14 100

原创 LeetCode From Easy To Hard No2[Easy]: Jewels and Stones珠宝和石头

You're given stringsJrepresenting the types of stones that are jewels, andSrepresenting the stones you have. Each character inSis a type of stone you have. You want to know how many of the sto...

2019-07-16 10:49:15 176

原创 LeetCode From Easy To Hard No1[Easy]: Two Sum

Description:Given an array of integers, returnindicesof the two numbers such that they add up to a specific target.You may assume that each input would haveexactlyone solution, and you may no...

2019-07-12 16:17:04 128

原创 在 pycharm中使用matplotlib 出现Error “could not find or load the Qt platform plugin windows”

使用matplotlib库绘图时出现以下错误:解决方法:在环境变量(Environment Variables)中增加一个变量QT_PLUGIN_PATH = C:\Adi\project\Anaconda3\Library\plugins(本机Anaconda3的安装路径)添加完成后重启IDE(PyCharm),再运行一次即可。 ...

2018-12-05 17:11:00 1349 4

原创 EasyUI Dialog关闭后,验证提示信息无法关闭且显示在页面最上端

EasyUI Dialog关闭后,验证提示信息仍显示在页面最上端这算是EasyUI的一个bug吧?解决方法:在窗口关闭事件中,删除提示框(这貌似并不可行),只能将验证提示框隐藏起来。         $('#dialog').dialog({            onClose: function () {                    // 这种方法貌似并不可行            ...

2018-05-29 22:23:33 802

原创 Sublime Test3 3143简单入门

1.下载地址:https://www.sublimetext.com/32.破解方法(针对3413版本):    ①到这个目录C:\Windows\System32\drivers\etc下找到hosts文件,用文本编辑器打开,在末尾加入以下内容: 127.0.0.1 license.sublimehq.com 127.0.0.1 45.55.255.55 127.0.0.1 4...

2018-05-05 01:04:29 669

原创 Linux环境下搭建git远程仓库及远程连接git

这些天在公司的Linux服务器搭建了几人小团队用的git远程仓库,其实挺简单的,把一些亲测可用的记录下来;远程服务器:1.首先需要在服务器上初始化一个裸仓:  如在路劲下/opt/testgit/test.git/建个裸仓: git --bare init /opt/testgit/test.git/, 裸仓默认是属于当前用户的(我用的是root),想修改也可以,这里不做修改了,这样就新建了一个远...

2018-04-26 19:59:17 4087

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除