摘要: 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 阅读(122) 评论(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 阅读(46) 评论(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 阅读(273) 评论(1) 推荐(0)
摘要: 我的网摘 - 网摘 - 博客园 (cnblogs.com) 阅读全文
posted @ 2022-04-03 20:27 wsh3166Sir 阅读(17) 评论(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 阅读(88) 评论(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 阅读(43) 评论(3) 推荐(0)
摘要: IIS+PHP7.4+ORCALE 首先下载https://download.oracle.com/otn_software/nt/instantclient/213000/instantclient-basic-windows.x64-21.3.0.0.0.zip php.ini 打开扩展 ext 阅读全文
posted @ 2022-03-28 19:13 wsh3166Sir 阅读(369) 评论(1) 推荐(0)
摘要: /*就简单的读取、修改、写入,应用时只需遍历目录再多开几个携程跑即可*/ package main import ( "bytes" "fmt" "image" "image/jpeg" "io/ioutil" "mylog" "os" "github.com/nfnt/resize" _ "ima 阅读全文
posted @ 2022-03-25 19:36 wsh3166Sir 阅读(433) 评论(0) 推荐(0)
摘要: CREATE FUNCTION DBO.GET_xxx(@S VARCHAR(MAX)) RETURNS VARCHAR(MAX)AS BEGIN DECLARE @SQL VARCHAR(MAX)SET @SQL='' DECLARE @len int set @len=LEN(@S) set @ 阅读全文
posted @ 2022-03-22 15:46 wsh3166Sir 阅读(68) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_39805338/category_7739587.html select e.LAST_LOAD_TIME,e.child_address,DBMS_LOB.substr(SQL_FULLTEXT) from V$sql e WHERE D 阅读全文
posted @ 2022-03-19 22:02 wsh3166Sir 阅读(64) 评论(0) 推荐(0)