common

package
v0.0.0-...-51e2dce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2021 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SoftName          = "jd_seckill"
	Version           = "0.2.4"
	DateTimeFormatStr = "2006-01-02 15:04:05"
	DateFormatStr     = "2006-01-02"
	IniFileContent    = `` /* 2649-byte string literal not displayed */

)

Variables

View Source
var (
	SoftDir string

	Client *httpc.HttpClient

	CookieJar *httpc.CookieJar

	Config *goconfig.ConfigFile

	SeckillStatus chan bool

	ViewQrcodePid = 0
)

Functions

func Asset

func Asset(name string) ([]byte, error)

Asset loads and returns the asset for the given name. It returns an error if the asset could not be found or could not be loaded.

func AssetDir

func AssetDir(name string) ([]string, error)

AssetDir returns the file names below a certain directory embedded in the file by go-bindata. For example if you run go-bindata on data/... and data contains the following hierarchy:

data/
  foo.txt
  img/
    a.png
    b.png

then AssetDir("data") would return []string{"foo.txt", "img"} AssetDir("data/img") would return []string{"a.png", "b.png"} AssetDir("foo.txt") and AssetDir("notexist") would return an error AssetDir("") will return []string{"data"}.

func AssetNames

func AssetNames() []string

AssetNames returns the names of the assets.

func Exists

func Exists(path string) bool

func GbkToUtf8

func GbkToUtf8(s []byte) ([]byte, error)

func IsDir

func IsDir(path string) bool

func NewRandStr

func NewRandStr(length int) string

func OpenImage

func OpenImage(qrPath, qrcodeShowType string)

func Rand

func Rand(min, max int) int

func RandomNumber

func RandomNumber(len int) string

指定位数随机数

func Substr

func Substr(s string, start, end int) string

func Utf8ToGbk

func Utf8ToGbk(s []byte) ([]byte, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL