Python数据分析班
https://www.julyedu.com/course/getDetail/66
-
1 Python和数据分析入门
| [2019-11-27T09:27:07.046872000Z TRACE mio::sys::unix::kqueue] registering; token=Token(18446744073709551615); interests=Readable | |
| [2019-11-27T09:27:07.047121000Z TRACE mio::poll] registering with poller | |
| [2019-11-27T09:27:07.047146000Z TRACE mio::sys::unix::kqueue] registering; token=Token(0); interests=Readable | |
| [2019-11-27T09:27:07.075663000Z INFO http3_client] connecting to 127.0.0.1:4433 from 127.0.0.1:57689with scid 11f3609530bd0ba68ad74e4882855455005e13dd | |
| [2019-11-27T09:27:07.075947000Z TRACE quiche::tls] 11f3609530bd0ba68ad74e4882855455005e13dd tls writemessage lvl=Initial len=512 | |
| [2019-11-27T09:27:07.076042000Z TRACE quiche] 11f3609530bd0ba68ad74e4882855455005e13dd tx pkt Initialversion=babababa dcid=688a56ec5134560e9813fb2f61e32c53 scid=11f3609530bd0ba68ad74e4882855455005e13dd len=1153 pn=0 | |
| [2019-11-27T09:27:07.076101000Z TRACE quiche] 11f3609530bd0ba68ad74e4882855455005e13dd tx frm CRYPTO off=0 len=512 | |
| [2019-11-27T09:27:07.076132000Z TRACE quiche] 11f3609530bd0ba68ad74e4882855455005e13dd tx frm PADDIN |
Python数据分析班
https://www.julyedu.com/course/getDetail/66
1 Python和数据分析入门
| #!/usr/bin/python | |
| # coding=utf-8 | |
| from __future__ import print_function | |
| import cv2 | |
| import scipy as sp | |
| import os | |
| import subprocess | |
| import time | |
| globalStartupInfo = subprocess.STARTUPINFO() |
| package main | |
| /* file: readPcap.go | |
| * brief: read pcap file with gopacket package | |
| * date: 2017-02-20 | |
| * creator: thinkhy | |
| * reference: http://www.devdungeon.com/content/packet-capture-injection-and-analysis-gopacket | |
| * TODO: | |
| * 2017-02-22 Extract URL from HTTP packet | |
| */ |
Eric Breck, Shanqing Cai, Eric Nielsen, Michael Salib, D. Sculley
Google, Inc.
Located in alphabetical order (not prefer)
Cab), also designed as a more modern replacement, written in Cgolang)golang)Cgolang)Link to these links: https://git.io/vKSVZ
Module 1:
jenkins -jar jenkins.wardocker run -d \
--restart unless-stopped \
--name jenkins \| package main | |
| import ( | |
| "syscall" | |
| "os" | |
| "time" | |
| "fmt" | |
| ) | |
| func daemon (nochdir, noclose int) int { |
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| "log" | |
| "os" | |
| "os/exec" | |
| "strings" | |
| "bufio" |