上一页 1 ··· 198 199 200 201 202 203 204 205 206 ··· 347 下一页
摘要: cat > temp000180255798957892187719awk '{x[NR]=$0; s+=$0; n++} END{a=s/n; for (i in x){ss += (x[i]-a)^2} sd = sqrt(ss/n); print "SD = "sd}' temp0001SD ... 阅读全文
posted @ 2015-06-06 11:10 emanlee 阅读(1987) 评论(0) 推荐(0)
摘要: java程序中要执行linux命令主要依赖2个类:Process和Runtime首先看一下Process类:ProcessBuilder.start() 和 Runtime.exec 方法创建一个本机进程,并返回 Process 子类的一个实例,该实例可用来控制进程并获得相关信息。Process 类... 阅读全文
posted @ 2015-06-04 19:45 emanlee 阅读(6288) 评论(0) 推荐(0)
摘要: 命令: Pass: ************状态: Connected to 66.77.88.99错误: Connection closed by server with exitcode 127错误: 无法连接到服务器解决方法:vi /etc/ssh/sshd_config其中:“Subsyst... 阅读全文
posted @ 2015-06-03 12:17 emanlee 阅读(13825) 评论(0) 推荐(0)
摘要: The DOM Explorer tool (CTRL + 1)The The DOM Explorer tool shows the structure of your webpage as it's being rendered in the browser and makes it possi... 阅读全文
posted @ 2015-06-02 20:38 emanlee 阅读(661) 评论(0) 推荐(0)
摘要: http://jquery.com/http://jqueryui.com/http://www.jqueryrain.com/http://plugins.jquery.com/http://www.jqueryscript.net/http://jqueryhouse.com/ 阅读全文
posted @ 2015-05-29 22:19 emanlee 阅读(394) 评论(0) 推荐(0)
摘要: demo/** * @fileoverview Sample showing capturing a KML file click * and displaying the contents in a side panel instead of * an InfoWindow */var m... 阅读全文
posted @ 2015-05-28 22:43 emanlee 阅读(469) 评论(0) 推荐(0)
摘要: demo: KML Layers cta.kml Chicago Transit Map Chicago Transit Authority train lines ... 阅读全文
posted @ 2015-05-28 22:37 emanlee 阅读(1080) 评论(0) 推荐(0)
摘要: https://developers.google.com/kml/documentation/kml_tuthttps://developers.google.com/maps/documentation/javascript/examples/layer-kml?hl=zh-cnhttps://... 阅读全文
posted @ 2015-05-28 17:21 emanlee 阅读(367) 评论(0) 推荐(0)
摘要: DataTables Table plug-in for jQueryDataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations... 阅读全文
posted @ 2015-05-28 12:07 emanlee 阅读(367) 评论(0) 推荐(1)
摘要: Select the JavaScript graphing libraries you would like to compare:OverviewSummaryFusionChartsDelightful JavaScript charts for web and mobile applicat... 阅读全文
posted @ 2015-05-27 16:04 emanlee 阅读(476) 评论(0) 推荐(0)
上一页 1 ··· 198 199 200 201 202 203 204 205 206 ··· 347 下一页