Description
Judge Ito is having a problem with people subpoenaed for jury duty giving rather lame excuses in order to avoid serving. In order to reduce the amount of time required listening to go...
分类:
其他好文 时间:
2014-11-20 23:48:40
阅读次数:
283
Started?InternetExplorerDriver?server?(64-bit)
2.25.2.0
Listening?on?port?40961Exception?in?thread?"main"?org.openqa.selenium.WebDriverException:?Unexpected?error?launching?Internet?...
分类:
其他好文 时间:
2014-11-19 14:18:53
阅读次数:
222
Judge Ito is having a problem with people subpoenaed for jury duty giving rather lame excuses in order to avoid serving. In order to reduce the amount of time required listening to goofy excuses, Judg...
分类:
其他好文 时间:
2014-11-08 07:08:41
阅读次数:
160
netstat -aon | findstr "5037"tasklist | findstr "5300"cmd 在属性设置里面调整显示行数【simple】netstat -aon | findstr "49264" TCP 127.0.0.1:8700 0.0.0.0:0 LISTENING 5...
分类:
其他好文 时间:
2014-11-01 16:16:49
阅读次数:
360
此文来自Listening_music: http://blog.csdn.net/listening_music/article/details/6921608感谢作者提供的美文,本人很受用,谢谢!1、指针和引用的定义下面用通俗易懂的话来概述一下指针和引用:指针-对于一个类型T,T*就是指向T的指...
分类:
编程语言 时间:
2014-10-28 17:04:59
阅读次数:
313
1、Windows平台在windows命令行窗口下执行:1.查看所有的端口占用情况C:\>netstat -ano 协议 本地地址 外部地址 状态 PID TCP 127.0.0.1:1434 0.0.0.0:0 LISTENING 32362.查看指定端口的占用情况C:\>netstat -aon...
October 23, 2014 19:00~21:00 Feishang Cafe
Still vague listening, still little speaking. Nothing has been improved.
Members' Speeches
There were four members giving their wo...
分类:
其他好文 时间:
2014-10-26 14:23:31
阅读次数:
201
//查找出占用8086端口进程的ID netstat -nao | findstr 8086 //本机输出效果为: TCP 0.0.0.0:8086 0.0.0.0:0 LISTENING 804 //很显然,进程ID是804 //找出ID为804的进程名 tasklist | find 804 //本机输出效果为:...
Americans are usually 1) tolerant of non-native speakers who have some 2) trouble understanding English. But they become 3)annoyed when a person pret....
分类:
其他好文 时间:
2014-10-16 01:42:21
阅读次数:
242
Debugger
V8 提供了一个强大的调试器,可以通过 TCP
协议从外部访问。Node 内建了这个调试器的客户端。要使用调试器,以 debug 参数启动
Node,出现提示符:
% node debug myscript.js
debugger listening on port 5858
connecting... ok
break in /home/indutny/Cod...