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
#!/bin/bash | |
#AC娘表情包 01-54 | |
#http://cdn.aixifan.com/dotnet/20130418/umeditor/dialogs/emotion/images/ac/01.gif?v=0.1 | |
#匿名版表情包 01-40 | |
#http://cdn.aixifan.com/dotnet/20130418/umeditor/dialogs/emotion/images/ais/01.gif?v=0.1 | |
#AC新娘表情包 01-55 | |
#http://cdn.aixifan.com/dotnet/20130418/umeditor/dialogs/emotion/images/ac2/01.gif?v=0.1 |
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" | |
"time" | |
) | |
type Sequence struct { | |
m sync.Mutex |
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 job | |
import ( | |
"fmt" | |
"git.yy.com/ihago/yalert/v2" | |
"git.yy.com/ihago/ylog" | |
"git.yy.com/ihago/ylog/zap" | |
"git.yy.com/ihago/yruntime" | |
"github.com/robfig/cron/v3" | |
"hago-room-srv-metrics2/util" |
OlderNewer