码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
【转】使用Eclipse,将鼠标放在相应方法或字段等元素上时,无法显示提示
使用Eclipse编写java代码时,将鼠标放在相应方法或字段等元素上时,会有对应的说明或提示。 不过,常出现下面的问题: Note:An exception occurred while getting the javadoc.see log for details. Note:This elem ...
分类:系统相关   时间:2019-03-23 13:21:39    阅读次数:429
LeetCode 92. Reverse Linked List II
Reverse a linked list from position m to n. Do it in one-pass. Note: 1 ≤ m ≤ n ≤ length of list. Example: 根据经验,先建立一个虚结点dummy node,连上原链表的头结点,这样的话就算头结点变 ...
分类:其他好文   时间:2019-03-23 11:47:07    阅读次数:144
LeetCode-242.Valid Anagram
Given two strings s and t , write a function to determine if t is an anagram of s. Example 1: Example 2: Note:You may assume the string contains only ...
分类:其他好文   时间:2019-03-21 21:41:27    阅读次数:165
Java 虚拟机面试题全面解析(干货)
Java 虚拟机面试题全面解析(干货) 本文固定链接:https://www.zybuluo.com/Yano/note/321063 本文 PDF 下载:http://download.csdn.net/detail/yano_nankai/9469648 LeetCode题解:https://g ...
分类:编程语言   时间:2019-03-21 16:03:53    阅读次数:207
PV、TPS、QPS是怎么计算出来的?
QPS = req/sec = 请求数/秒 【QPS计算PV和机器的方式】 QPS统计方式 [一般使用 http_load 进行统计] QPS = 总请求数 / ( 进程总数 * 请求时间 ) QPS: 单个进程每秒请求服务器的成功次数 单台服务器每天PV计算 公式1:每天总PV = QPS * 3 ...
分类:其他好文   时间:2019-03-21 10:35:25    阅读次数:182
如何 debug nodeJS 代码? how to inspect NodeJS code?
基本原理 1. 启动 WebSocket 进行基于 inspect protocol 双工通信 1. current_node_process current_websocket current_inspect_tool 2. 启动 HTTP 服务,记录源(Meta)信息 3. 每个程序会生成一个 ...
分类:Web程序   时间:2019-03-21 01:00:18    阅读次数:228
Eisenstein's criterion
https://en.wikipedia.org/wiki/Eisenstein%27s_criterion In mathematics, Eisenstein's criterion gives a sufficient condition for a polynomial with integ ...
分类:其他好文   时间:2019-03-21 00:41:36    阅读次数:161
LeetCode:Merge Sorted Array
Given two sorted integer arrays A and B, merge B into A as one sorted array. Note: You may assume that A has enough space (size that is greater or equ ...
分类:其他好文   时间:2019-03-20 20:48:27    阅读次数:183
Python内置函数(9)——callable
Python内置函数(9)——callable 英文文档: callable(object) Return True if the object argument appears callable, False if not. If this returns true, it is still po ...
分类:编程语言   时间:2019-03-20 19:04:01    阅读次数:136
notepad++下载32位,安装插件管理
下载32位地址: https://notepad-plus-plus.org/download/v7.6.4.html 下载插件: 链接: https://pan.baidu.com/s/1tRSo48r-HZQCtiRyGJ6KfQ 提取码: 85u1 把插件解压到notepad++安装目录的pl ...
分类:其他好文   时间:2019-03-20 17:26:01    阅读次数:829
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!