码迷,mamicode.com
首页 >  
搜索关键字:apm what 云智慧 监控宝    ( 5498个结果
计算机网络 笔记1
1:what is computer networks? network core :routers 和 network of networks2:各个层次的点Application Layer 应用层 HTTP 、file transfer :FTP、电子邮件、DNS、P2P app...
分类:其他好文   时间:2014-05-16 06:51:19    阅读次数:259
[LeetCode]String to Integer (atoi)
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input cases. Notes: It is intended for this problem to be specifi...
分类:其他好文   时间:2014-05-15 05:00:50    阅读次数:229
Socket学习笔记
..........(此处略去万万字)学习中曲折的过程不介绍了,直接说结果我的学习方法,问自己三个问题,学习过程将围绕这三个问题进行what:socket是什么why:为什么要使用sockethow:怎么使用1. socket是什么 首先要了解网络通信协议,ISO模型的七个分层,分别为物理层、数据....
分类:其他好文   时间:2014-05-14 09:26:07    阅读次数:210
里氏代换原则
若对于每一个类型S的对象o1,都存在一个类型T的对象o2,使得在所有针对T编写的程序P中,用o1替换o2后,程序P的行为功能不变,则S是T的子类型。What is wanted here is something like the following substitution property: I...
分类:其他好文   时间:2014-05-14 03:32:08    阅读次数:229
elasticsearch 相关
1、对elsasticsearch index的解释,What exactly is an index in Elasticsearch ?basic definitionAn index isdefinedas:An index is like a ‘database’ in a relation...
分类:其他好文   时间:2014-05-14 03:21:49    阅读次数:287
[LeetCode]Reverse Words in a String
题目:Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".Clarification:What constitu...
分类:其他好文   时间:2014-05-13 22:45:04    阅读次数:317
XTU OJ 1175 Hurry Up(三分法&&穷举法)
?? Hurry Up Accepted : 88   Submit : 345 Time Limit : 1000 MS   Memory Limit : 65536 KB Problem Description GG is some what afraid of his MM. Once his MM a...
分类:其他好文   时间:2014-05-13 09:13:47    阅读次数:355
What is a multistage system?什么是多级系统?
对老美的家庭温控系统很是不了解,特别是mutliststage系统的控制逻辑很是不了解,希望有了解的网友能帮助解答一下。 以下是对Nset官网关于What is a multistage system?的翻译,请大家指正,谢谢! What is a multistage system? 什么是多级系统。 Multistage heating and cooling systems he...
分类:其他好文   时间:2014-05-13 05:27:04    阅读次数:263
Linux系统管理员踢用户的方法
两种方法:1.使用pkill命令 1.1 通过who 或则 w 查看当前连接的用户 例如: w USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT jjony pts/0 xxx.xxx.xxx.xxx ...
分类:系统相关   时间:2014-05-12 01:32:34    阅读次数:410
Linux入门-进程、计划任务
w load average: 0.12, 0.09, 0.02 1,5,15分钟的负载情况,0.8以下为正常 JCPU 对应的用户执行命令所占用的cpu时间 PCPU 执行当前命令占用的cpu时间 WHAT ...
分类:系统相关   时间:2014-05-11 22:54:37    阅读次数:416
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!