Skip to content

Instantly share code, notes, and snippets.

@bianle
bianle / oracle函数整理.txt
Last active December 11, 2018 00:49
oracle函数整理
SQL中的单记录函数
1.ASCII
返回与指定的字符对应的十进制数;
SQL> select ascii('A') A,ascii('a') a,ascii('0') zero,ascii(' ') space from dual;
A A ZERO SPACE
--------- --------- --------- ---------
65 97 48 32
@chace20
chace20 / UESTCExtension.user.js
Last active January 26, 2024 14:46
UESTC自动填充密码油猴脚本
// ==UserScript==
// @name UESTC自动填充密码插件
// @namespace http://zhouchao.me/
// @version 1.1
// @description 还在为每次都要输入信息门户账号密码而烦恼?本插件能解放你,让你有更多的时间享受生活的乐趣。
// @author Chace
// @match https://uis.uestc.edu.cn/amserver/UI/Login?goto=*
// @grant none
// ==/UserScript==