查看sql server数据库状态
SELECT state_desc FROM SYS.databases WHERE name=’j… 继续阅读 查看sql server数据库状态
SELECT state_desc FROM SYS.databases WHERE name=’j… 继续阅读 查看sql server数据库状态
去掉时间戳字段insert,系统自动生成
定义: const router = new VueRouter({ routes: [ { pat… 继续阅读 vue获取url中变量路由
sp_help talbename
const createRouter = () => new Router({ mode: ‘… 继续阅读 vue 路由 去掉#
暂时生效: show processlist; show status; set GLOBAL ma… 继续阅读 mysql设置最大连接数
bigger := a.Cmp(b) if bigger == 1 { // 1 a is bigg… 继续阅读 golang big.Int 比较大小
#支持的 Shell 种类 [root@node01 ~]# cat /etc/shells /bi… 继续阅读 Linux 使用 shell
docker run –rm -d -p 8080:8000/tcp ghcr.io/opensu… 继续阅读 docker run opensumi编辑器
func TestTime(tt *testing.T) { timeNow := time.Now… 继续阅读 golang获取昨天日期
https://dotnet.microsoft.com/zh-cn/download/dotnet… 继续阅读 .NET Desktop 6.0.2 下载
https://playground.flamegraph.com/playground
gofmt -w -r ‘interface{} -> any’ ./…
#https://go.dev/dl/ mv /usr/local/go /usr/local/go… 继续阅读 go 1.18rc1 install
func VerifyMail(mail string) bool { pattern := `^[… 继续阅读 go 校验邮件地址有效性
func VerifyPhone(phone string) bool { regular := “… 继续阅读 go 校验手机号有效性
func VerifyCert(identityCard string) bool { switch… 继续阅读 go 校验身份证号格式
func (a *ShortUrlController) QueryUrlLong(c *gin.C… 继续阅读 gin Redirect 301 重定向
func VerifyUrl(url string) bool { reg_url := regex… 继续阅读 go 校验网址格式是否合法
SELECT @@VERSION SELECT cast(SERVERPROPERTY(‘produ… 继续阅读 sql server查看版本号