This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| func resSearch(ctx context.Context, hostname string, rtype, class int) ([]dnsmessage.Resource, error) { | |
| if ctx.Done() == nil { | |
| return cgoResSearch(hostname, rtype, class) | |
| } | |
| type result struct { | |
| err error | |
| res []dnsmessage.Resource | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "fmt" | |
| "sync" | |
| ) | |
| func main() { | |
| for n := 0; n < 10; n++ { | |
| var ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 我草暗示大三大四 | |
| 爱仕达受到 | |
| 爱仕达受到 | |
| 暗示大三大四的 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| mysql | |
| drop table if exists file; | |
| create table file | |
| ( | |
| id bigint primary key, | |
| name varchar(200), | |
| parent_id bigint, | |
| is_dir bigint, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name 猫猫放置-详细战斗日志面板 | |
| // @version v2.0.1 | |
| // @description 猫猫放置-详细战斗日志面板,点击上方中间的按钮展开或者收起 | |
| // @author fzdwx<[email protected]>,YuoHira | |
| // @license MIT | |
| // @match https://www.moyu-idle.com/* | |
| // @match https://moyu-idle.com/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name MoYuIdleHelperPlus | |
| // @namespace https://tampermonkey.net/ | |
| // @version 2.7.0 | |
| // @description 摸鱼放置助手 | |
| // @author Mid & Firestream | |
| // @license MIT | |
| // @match https://www.moyu-idle.com/* | |
| // @match https://moyu-idle.com/* | |
| // @run-at document-start |
OlderNewer