Skip to content

Instantly share code, notes, and snippets.

View zhlkkk's full-sized avatar
🎯
Focusing

longkai zhlkkk

🎯
Focusing
View GitHub Profile
@zhlkkk
zhlkkk / nginx.conf
Created May 7, 2020 16:28 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN]
@="Clear SVN"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN\command]
@="cmd.exe /c \"TITLE Removing SVN Folders in %1 && COLOR 9A && FOR /r \"%1\" %%f IN (.svn) DO RD /s /q \"%%f\" \""
declare
--声明变量
test integer:=0;
test1 varchar2(100);
field1 yourtable.tablefield%type;
/*变量类型
CHAR(Character String Rowid Nchar)定长
VARCHAR2(Varchar, String NVARCHAR2)可变
BINARY_INTEGER 带符号整数,