Documentation ¶
Index ¶
- func Base64Decode(encoded string) string
- func Base64Encode(msg string) string
- func EscapeLatex(s string) string
- func ExcelDateNumber(s string) int
- func ExcelRefresh(fileName string)
- func IndexOf(target int, intSlice []int) int
- func PadZero(s string) string
- func ReverseProxy(proxyPort string, pathMap map[string]string)
- func TimeNowString() string
- func ValidBarcode7(s string) bool
- func ValidBarcode8(s string) bool
- func ValidCarton20(s string) bool
- func WriteFile(name string, content string) error
- type TmpRow7
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64Decode ¶
func Base64Encode ¶
func EscapeLatex ¶
func ExcelDateNumber ¶
func ExcelRefresh ¶
func ExcelRefresh(fileName string)
func ReverseProxy ¶
func TimeNowString ¶
func TimeNowString() string
func ValidBarcode7 ¶
func ValidBarcode8 ¶
func ValidCarton20 ¶
Types ¶
type TmpRow7 ¶
type TmpRow7 struct { Str1 string Str2 string Str3 string Str4 string Str5 string Str6 string Str7 string Int1 int64 Int2 int64 Int3 int64 Int4 int64 Int5 int64 Int6 int64 Int7 int64 Float1 float64 Float2 float64 Float3 float64 Float4 float64 Float5 float64 Float6 float64 Float7 float64 }
func StringToRows7 ¶
Click to show internal directories.
Click to hide internal directories.