modulepackage
0.0.0-20241122081343-6a908c1a2bc0
Repository: https://github.com/qesy/qesygo.git
Documentation: pkg.go.dev
# README
QesyGo
A simple go class library
# Functions
No description provided by the author
No description provided by the author
微信小程序解密 (获取电话号码等).
No description provided by the author
微信小程序开放数据解密.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
转码 ConvertToString( string, "gbk", "utf-8").
No description provided by the author
No description provided by the author
-- format : "2006-01-02 03:04:05 PM" --
@timestamp 传0 ,即现在时间
月份 1,01,Jan,January
日 2,02,_2
时 3,03,15,PM,pm,AM,am
分 4,04
秒 5,05
年 06,2006
周几 Mon,Monday
时区时差表示 -07,-0700,Z0700,Z07:00,-07:00,MST
时区字母缩写 MST
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
获取两个时间相差的天数,0表同一天,正数表t1>t2,负数表t1<t2.
获取t1和t2的相差天数,单位:秒,0表同一天,正数表t1>t2,负数表t1<t2.
获取t1和t2的相差天数,单位:秒,0表同一天,正数表t1>t2,负数表t1<t2(带偏移) 使用场景:比如以每天5点为天数计算分界点(同一天4点和6点,算2天).
16进制解码.
字符串转为16进制.
* para := map[string]string{"sex":"boy", "age":"18", "name":"老钱"}
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
-- kind 0:纯数字,1:小写,2:大写,3:数字+大小写字幕 --.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
实例化对象.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
解密.
加密.
验证.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
format:2006-01-02 15:04:05, input:2023-12-31 12:59:59.
-- "01/02/2006", "02/08/2015" --.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
ByAge implements sort.Interface for []Person based on the Age field.
No description provided by the author