12 2018 档案

摘要:20190318更新,此方法不适于慧荣主控的u盘。 阅读全文
posted @ 2018-12-29 18:56 sherlock-merlin 阅读(1923) 评论(0) 推荐(0) 编辑
摘要:package main import ( "fmt" "os" "bufio" "io" "time" ) func main() { file, err := os.Open("test.txt") defer file.Close() if nil == err { buff := bufio 阅读全文
posted @ 2018-12-25 17:16 sherlock-merlin 阅读(777) 评论(0) 推荐(0) 编辑
摘要:1、set ENABLECGO=1 2、go build 阅读全文
posted @ 2018-12-13 18:15 sherlock-merlin 阅读(692) 评论(0) 推荐(0) 编辑
摘要:服务器端的chromedriver.exe启动时添加相关启动参数 chromedriver.exe --whitelisted-ips 或者 chromedriver.exe --whitelisted-ips=192.168.99.20:9515 前者接受所有连接,后者接受指定ip连接,推荐后者 阅读全文
posted @ 2018-12-13 17:57 sherlock-merlin 阅读(2711) 评论(0) 推荐(0) 编辑
摘要:package main import "crypto/rc4" import "fmt" func main() { key := []byte("我是密钥") c, _ := rc4.NewCipher(key) src := []byte("这是没有加密前的文本") fmt.Println(s 阅读全文
posted @ 2018-12-04 17:34 sherlock-merlin 阅读(1292) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示