完成端口(Completion Port) 完成端口是Win32一种核心对象。利用完成端口模型,套接字应用程序能够管理数百个甚至上千个套接字。应用程序创建一个Win32完成端口对象,通过指定一定数量的服务线程,为已经完成的重叠I/O操作提供服务。该模型往往可以达到最好的系统性能。 完成端口是真正意义 ...
Ctrl shift A ==》 postfix completion 调出postfix 方法体中 ==》 for 100.fori ==》enter for循环100次 sout new Date().sout ==》enter 打印出当天日期 return user.r ==》enter re ...
分类:
其他好文 时间:
2018-04-04 18:22:12
阅读次数:
235
在前面几篇关于数据库引擎的讨论里很多的运算函数都返回了scala.Future类型的结果,因为我以为这样就可以很方便的实现了non-blocking效果。无论任何复杂的数据处理操作,只要把它们包在一个Future{...}里扔给系统运算就算完事不理了,马上可以把关注放到编程的其它部分了。在3月17日 ...
分类:
其他好文 时间:
2018-03-21 13:54:50
阅读次数:
201
找到git-completion bash文件 find / -name 'git-completion' /usr/share/doc/git-1.7.1/contrib/completion/git-completion.bash 复制文件 cp /usr/share/doc/git-1.7.1 ...
分类:
其他好文 时间:
2018-03-21 11:50:06
阅读次数:
171
sudo curl -L https://raw.githubusercontent.com/docker/compose/1.19.0/contrib/completion/bash/docker-compose -o /etc/bash_completion.d/docker-compose s... ...
分类:
其他好文 时间:
2018-03-19 19:03:07
阅读次数:
114
tab键,敲一下,敲两下Centos6支持命令补全,但是不支持参数补全在Centos7里不光支持命令补全,还支持参数补全。默认是不支持的,我们需要安装软件#yuminstall-ybash-completion安装好后,需要重启系统,才能生效alias创建别名aliasabc=‘cat/etc/password’取消别名unaliasabc这样的话只是零时的,如果想永久性需要添加到配置文件当中~/
分类:
其他好文 时间:
2018-03-08 02:56:17
阅读次数:
158
解决方法:安装yum-yinstallbash-completion然后重启注意:挂载时使用绝对路径的cdrom挂载,ls-l/dev/cdromvim/etc/fstab————》/dev/sr0/mnt/cdromiso966000mount-avim/etc/yum.repo.d/hehe.repo[hehe]name=hehebaseurl=file:///mnt/cdromenabled
分类:
其他好文 时间:
2018-02-28 16:22:46
阅读次数:
152
一、问题描述mysqlv5.0.91[root@localhostbin]#./mysqlbinlog/tmp/mysql-bin.000015/!40019SET@@session.max_insert_delayed_threads=0/;/!50003SET@OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0/;DELIMITER/
分类:
数据库 时间:
2018-02-27 16:31:17
阅读次数:
462
问题一:虚拟机最小化安装无法使用tab补全键解决方法: 安装 yum -y install bash-completion 然后重启注意:挂载时使用绝对路径的cdrom挂载, ls -l /dev/cdromvim /etc/fstab ————》 /dev/sr0 /mnt/cdrom iso9660 0 0mount -a 
分类:
其他好文 时间:
2018-02-24 13:06:12
阅读次数:
141
IDEA快捷键记录: Editing Ctrl + Space 替换为:Ctrl + ; Basic code completion (the name of any class, method or variable) 自动补全代码,可用于类、方法、变量 Ctrl + Shift + Space ...
分类:
其他好文 时间:
2018-02-23 22:14:23
阅读次数:
150