大约有 10,000 项符合查询结果(耗时:0.0163秒) [XML]

https://www.tsingfun.com/it/op... 

ZMQ: 基本原理 - 开源 & Github - 清泛网 - 专注C++内核技术

...L地址 width: 180, height: 180, colorDark: '#088CEF', //二维颜色 colorLight: "#ffffff" //背景颜色 }); $(function(){ $("#mob").hover(function() { $("#qrcode").animate({opacity: "show"}, "slow"); }, function() { $("#qrcode").animate({opacity: "hide"},...
https://www.tsingfun.com/it/tech/717.html 

由12306.cn谈谈网站性能技术 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...淘宝的系统有了解,淘宝的秒杀活动,本质上是用输验证并在CDN上把用户直接过滤掉了,比如:1千万个用户过滤了只剩2万个用户,这样数据库就顶得住了) 其三,有人拿这个系统和奥运会的票务系统比较。我觉得还是不...
https://www.tsingfun.com/it/tech/463.html 

常用Linux命令详解(持续更新) - 更多技术 - 清泛网 - 专注C/C++及内核技术

...里最尾部的内容显示在屏幕上,并且不断刷新,使你看到最新的文件内容。 四、打包、压缩、解包操作 1. 将单个或多个文件、目录进行打包或解压包的tar命令 使用tar命令,可以把一大堆的文件和目录全部打包成一个文件包...
https://www.tsingfun.com/it/tech/1601.html 

LR性能测试结果样例分析 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...这样对本次测试结果有一定的影响。 获得上述数据后,最新的测试结果记录表如表3所示。 测试项 目标值 实际值 是否通过 登录业务响应时间 <=3秒 2.298秒 Y 考...
https://www.tsingfun.com/it/tech/739.html 

TCP 的那些事儿(下) - 更多技术 - 清泛网 - 专注C/C++及内核技术

...叫Jacobson / Karels Algorithm(参看RFC6289)。这个算法引入了最新的RTT的采样和平滑过的SRTT的差距做因子来计算。 公式如下:(其中的DevRTT是Deviation RTT的意思) SRTT = SRTT + &alpha; (RTT &ndash; SRTT) —— 计算平滑RTT DevRTT = (1-&beta;)*DevRTT ...
https://www.tsingfun.com/it/da... 

REDHAT 6.4 X64下ORACLE 11GR2静默安装 - 数据库(内核) - 清泛网 - 专注C/C++及内核技术

...-d4f7-495b-bb04-c4fba00686a7 ONBOOT=yes #no 改成yes 启动自动激活 NM_CONTROLLED=yes BOOTPROTO=static #原来的DHCP 改成static IPADDR=192.168.8.106 #根据自己的情况修改 NETMASK=255.255.240.0 GATEWAY=192.168.0.254 #我要连接外网所以加了网关...
https://www.tsingfun.com/it/tech/1011.html 

Awk学习笔记 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...模式。但有以下限制,不识别:\x、函数关键字、func、换序列以及当fs是一个空格时,将新行作为一个域分隔符;操作符**和**=不能代替^和^=;fflush无效。 -W re-interval or --re-inerval 允许间隔正则表达式的使用,参考(gr...
https://www.tsingfun.com/it/opensource/451.html 

Linux下部署企业级邮件服务器(postfix + dovecot + extmail) - 开源 & Gith...

...L5中的postfix rpm包不支持基于mysql认证功能,所以这里要源编译安装postfix 从配置简单方面考虑,我们根据postfix的默认配置条件进行新建用户等,以免漏掉某些修改,导致的一些麻烦 1、建立postfix用户,并且指定UID,GID为2525,...
https://stackoverflow.com/ques... 

What to gitignore from the .idea folder?

...d what to exclude from our Git repository. Clearly some files inside the .idea folder are meant to be version controlled like the external library settings ( jsLibraryMappings.xml ) but others will probably change very often and are developer-specific (e.g., workspace.xml ). ...
https://stackoverflow.com/ques... 

Cannot ignore .idea/workspace.xml - keeps popping up

...ame issue, and it drove me up the wall. The issue ended up to be that the .idea folder was ALREADY commited into the repo previously, and so they were being tracked by git regardless of whether you ignored them or not. I would recommend the following, after closing RubyMine/IntelliJ or whatever IDE ...