基础 操作系统 I/O 模型 阻塞式 I/O 模型(blocking I/O) 描述:在阻塞式 I/O 模型中,应用程序在从调用 recvfrom 开始到它返回有数据报准备好这段时间是阻塞的,recvfrom 返回成功后,应用进程开始处理数据报 优点:程序简单,在阻塞等待数据期间进程/线程挂起,基本 ...
分类:
其他好文 时间:
2019-10-25 21:51:26
阅读次数:
106
一、打开file中的settings设置 二、选中live templates设置 三、新建一个模板组,例:输入名称,图中note 四、新增模板 五、输入名称注释 六、点击Define,设置语言为java,点击确认即可生效 ...
分类:
其他好文 时间:
2019-10-25 18:11:33
阅读次数:
52
# Elasticsearch Configuration ## NOTE: Elasticsearch comes with reasonable defaults for most settings.# Before you set out to tweak and tune the confi ...
分类:
其他好文 时间:
2019-10-22 15:21:30
阅读次数:
71
前言对于项目中常用的一些函数总结。note阻止F5刷新$(document).keydown(function(e){ var ev = window.event || e; var code = ev.keyCode || ev.which; if (e.keyCode == 116){ ev.k... ...
分类:
Web程序 时间:
2019-10-22 11:20:40
阅读次数:
237
HomeBrew常用命令搜索应用1$ brew search 应用名note:支持模糊搜索查看应用信息12$ brew info 应用名$ brew cask info 应用名安装应用12$ brew install 应用名$ brew cask install 应用名查看已安装应用列表12$ br... ...
分类:
其他好文 时间:
2019-10-22 10:27:05
阅读次数:
82
HomeBrew常用命令搜索应用1$ brew search 应用名note:支持模糊搜索查看应用信息12$ brew info 应用名$ brew cask info 应用名安装应用12$ brew install 应用名$ brew cask install 应用名查看已安装应用列表12$ br... ...
分类:
其他好文 时间:
2019-10-21 11:37:39
阅读次数:
106
Given an input string, reverse the string word by word. Example 1: Example 2: Example 3: Note: A word is defined as a sequence of non-space characters ...
分类:
其他好文 时间:
2019-10-21 10:06:02
阅读次数:
91
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. Note: For the purpose of this problem, w ...
分类:
其他好文 时间:
2019-10-21 10:01:02
阅读次数:
79
Given a collection of integers that might contain duplicates, nums, return all possible subsets (the power set). Note: The solution set must not conta ...
分类:
其他好文 时间:
2019-10-21 09:28:45
阅读次数:
95
Given a linked list, remove the n-th node from the end of list and return its head. Example: Note: Given n will always be valid. Follow up: Could you ...
分类:
其他好文 时间:
2019-10-21 09:25:57
阅读次数:
82