Jessie Peng


  • Home

  • tags

  • categories

  • Archives

Binary_Search

Posted on 2021-08-01 | In Alogrithm

此文介绍了普通二分查找的模板

Read more »

Hash Principle

Posted on 2021-03-06 | In Data structure

Basic principles of hashCode, hash() functions, and hash collisions

Read more »

VS Code keyboard command

Posted on 2021-03-05

VS Code 快捷指令

  1. format 全文: shift + alt + F

  2. format selection: Command + K, Command + F

  3. 快捷添加 Consloe.log:

    ctrl + alt + L 选中变量生成consoles.log

    alt + shift + C 注释所有 consloe.log

    alt + shift + u 启用所有 console.log

    alt + shift + d 删除所有 console.log

Git Tutorial

Posted on 2021-01-02 | In Learning Notes

This article shows how to install git and post project to github on Mac OS.

Read more »

Servlet&HTTP&Request笔记

Posted on 2020-12-19 | In Learning Notes

Servlet&HTTP&Request笔记

Read more »

Servlet 执行原理

Posted on 2020-07-21 | In Learning Notes

概念 :运行在服务器端的小程序

Read more »

Stream

Posted on 2020-07-12 | In Java

什么是流(Stream),流就是一系列的数据

Read more »

Map

Posted on 2020-07-05 | In Java

通常,我们知道某些键的信息,并想要查找与之对应的元素。映射(map)数据结构就是为此设计。映射用来存放键/值对。

Read more »

Set

Posted on 2020-07-04 | In Java

Java类库帮助我们在程序设计中实现传统的数据结构。

Read more »

Thread

Posted on 2020-06-27 | In Java

这一节主要介绍线程的基本概念。

Read more »
12<i class="fa fa-angle-right"></i>
Jesse Peng

Jesse Peng

Do not go gentle into that good night

15 posts
5 categories
2 tags
GitHub E-Mail Twitter Instagram
© 2021 Jesse Peng
Powered by Hexo
|
Theme — NexT.Gemini v5.1.4