码迷,mamicode.com
首页 >  
搜索关键字:rmi    ( 2723个结果
GUI版本的emacs
概要 emacs 配置 X11 配置 输入法配置 spacemacs 中的配置 fcitx 汉字显示方块的问题 总结 优势 劣势 概要 之前一直使用 terminal 版本的 emacs, 性能和显示方面其实也还不错. 唯一的遗憾在于对图片和 latex 公式的展示. terminal 版的 ema ...
分类:系统相关   时间:2020-06-30 17:36:17    阅读次数:95
P4 Runtime - Putting the Control Plane in Charge of the Forwarding Plane
A few weeks ago we introduced the first demonstration of “P4 Runtime”. We invite all members of the networking community to join with us, so that toge ...
分类:其他好文   时间:2020-06-30 13:01:44    阅读次数:51
Java是如何实现Future模式的?万字详解!
JDK1.8源码分析项目(中文注释)Github地址:https://github.com/yuanmabiji/jdk1.8-sourcecode-blogs1Future是什么?先举个例子,我们平时网购买东西,下单后会生成一个订单号,然后商家会根据这个订单号发货,发货后又有一个快递单号,然后快递公司就会根据这个快递单号将网购东西快递给我们。在这一过程中,这一系列的单号都是我们收货的重要凭证。因
分类:编程语言   时间:2020-06-28 11:10:20    阅读次数:74
ACL 权限控制机制 ?
UGO(User/Group/Others) 目前在 Linux/Unix 文件系统中使用,也是使用最广泛的权限控制方式。是一种粗 粒度的文件系统权限控制模式。 ACL(Access Control List)访问控制列表 包括三个方面: 权限模式(Scheme) 1、IP:从 IP 地址粒度进行权 ...
分类:其他好文   时间:2020-06-27 13:35:50    阅读次数:90
Dubbo 推荐用什么协议?
dubbo://(推荐) rmi:// hessian:// http:// webservice:// thrift:// memcached:// redis:// rest:// ...
分类:其他好文   时间:2020-06-27 09:43:45    阅读次数:54
常用的应用服务相关模块和端口
rpcbind rpcbind 111nfs 2049nmap --script=rpcinfoauxiliary/scanner/misc/sunrpc_portmapper sambasmb 139,445exploit/multi/samba/usermap_script rloginrlog ...
分类:其他好文   时间:2020-06-27 00:06:26    阅读次数:107
Ubuntu Server系统基础配置
Ubuntu Server系统基础配置 1:更改主机名: 1 ~$ cat /etc/hostname 2 ubuntu-node.example.com View Code 2:配置root远程登录 默认情况下,ubuntu不允许root用戶远程ssh,如果有实际场景需要允许root用戶远程ssh ...
分类:系统相关   时间:2020-06-26 20:25:50    阅读次数:66
Buuctf刷题:部分
get_started_3dsctf_2016 关键词:ROP链、栈溢出、mprotect()函数 可参考文章(优质): https://www.cnblogs.com/lyxf/p/12113401.html #!python #coding:utf-8 from pwn import * fro ...
分类:其他好文   时间:2020-06-25 15:37:03    阅读次数:219
修改macos的启动LOGO
This is going to be a short post about how to change your Macintosh boot logo/start logo without using software like BootXChanger. Since this software ...
分类:系统相关   时间:2020-06-24 16:13:33    阅读次数:109
编译器设计-解析类型
编译器设计-解析类型 Compiler Design - Types of Parsing 语法分析器遵循由上下文无关语法定义的产生式规则。生成规则的实现方式(派生)将解析分为两种类型:自上而下解析和自下而上解析。 自顶向下分析Top-down Parsing 当解析器开始从开始符号构造解析树,然后 ...
分类:其他好文   时间:2020-06-23 19:46:42    阅读次数:62
2723条   上一页 1 ... 12 13 14 15 16 ... 273 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!