04 2022 档案

摘要:https://www.cnblogs.com/Skins.aspx?orderby=1 博客园模板 阅读全文
posted @ 2022-04-28 09:20 wsh3166Sir 阅读(11) 评论(0) 推荐(0) 编辑
摘要:package main import ( "database/sql" "fmt" "strconv" "strings" _ "github.com/denisenkom/go-mssqldb" "github.com/xuri/excelize/v2" ) const ( server = " 阅读全文
posted @ 2022-04-27 16:06 wsh3166Sir 阅读(462) 评论(3) 推荐(0) 编辑
摘要:package main import ( "fmt" "time" ) var timeLayoutStr = "2006-01-02 15:04:05" //go中的时间格式化必须是这个时间 //var timeLayoutStr = 2006/01/02 03:04:05 //合法, 格式可以 阅读全文
posted @ 2022-04-24 19:59 wsh3166Sir 阅读(134) 评论(1) 推荐(0) 编辑
摘要:1、先安装gcc,可以参考 超详细教程:windows安装MSYS2(mingw && gcc) 2、go代码 package main import ( "database/sql" "fmt" "time" "github.com/godror/godror" ) //全局链接变量 var db 阅读全文
posted @ 2022-04-24 15:15 wsh3166Sir 阅读(350) 评论(1) 推荐(0) 编辑
摘要:--调用方法 select dbo.wsh_sfzjy ('身份证号') ALTER FUNCTION [dbo].[wsh_sfzjy] ( @sfz varchar(20) ) RETURNS varchar(100) AS BEGIN DECLARE @PY varchar(100) DECL 阅读全文
posted @ 2022-04-18 15:37 wsh3166Sir 阅读(1381) 评论(0) 推荐(0) 编辑
摘要:function code($width = 100, $height = 32, $font_size = 13, $code_len = 4, $line_num = 5, $font = './ttf/ARIALUNI.TTF', $interference = 2,$verifyName = 阅读全文
posted @ 2022-04-17 14:37 wsh3166Sir 阅读(113) 评论(0) 推荐(0) 编辑
摘要:Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\使用notepad++编辑]@="使用notepad++编辑""icon"="D:\\npp.6.9.bin\\notepad++.exe" [HKEY_CLASSES_R 阅读全文
posted @ 2022-04-08 09:28 wsh3166Sir 阅读(34) 评论(0) 推荐(0) 编辑
摘要:// ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @autho 阅读全文
posted @ 2022-04-04 19:18 wsh3166Sir 阅读(222) 评论(1) 推荐(0) 编辑
摘要:我的网摘 - 网摘 - 博客园 (cnblogs.com) 阅读全文
posted @ 2022-04-03 20:27 wsh3166Sir 阅读(10) 评论(0) 推荐(0) 编辑
摘要:/* B站的播放器标签不是固定的 */ let myv=document.getElementsByTagName("VIDEO") let myv=document.getElementsByTagName("BWP-VIDEO") for (i in myv[0]){ console.log(i 阅读全文
posted @ 2022-04-03 19:29 wsh3166Sir 阅读(66) 评论(0) 推荐(0) 编辑
摘要:function youzhi(exp) { if (!exp && typeof exp != "undefined" && exp != 0) { //alert(“is null”); return false; } if (typeof exp == "undefined") { // al 阅读全文
posted @ 2022-04-01 21:04 wsh3166Sir 阅读(31) 评论(3) 推荐(0) 编辑