Declaration Modifiers Declaration modifiers are keywords or context-sensitive keywords that modify the behavior or meaning of a declaration. You speci ...
分类:
编程语言 时间:
2019-07-22 22:46:28
阅读次数:
140
pymysql 模块简单使用 [TOC] 安装 pymysql 模块 pip 包工具安装 pymysql 参考 https://www.runoob.com/w3cnote/python pip install usage.html pycharm 安装 教程 使用 pymysql 连接数据库 并插 ...
分类:
数据库 时间:
2019-07-16 18:59:53
阅读次数:
194
先生成1~1000的随机数 class Program { // Create a new instance of the RNGCryptoServiceProvider. private static System.Security.Cryptography.RNGCryptoServicePr ...
分类:
其他好文 时间:
2019-07-14 11:27:08
阅读次数:
114
为什么使用JWT? 随着技术的发展,分布式web应用的普及,通过session管理用户登录状态成本越来越高,因此慢慢发展成为token的方式做登录身份校验,然后通过token去取redis中的缓存的用户信息,随着之后jwt的出现,校验方式更加简单便捷化,无需通过redis缓存,而是直接根据token ...
分类:
其他好文 时间:
2019-07-12 14:19:55
阅读次数:
211
世风之狡诈多端,到底忠厚人颠扑不破; 末俗以繁华相尚,终觉冷淡处趣味弥长。 BULK COLLECT运用 在游标中运用 declare cursor C_CUR is SELECT * FROM T_TEST; TYPE T_TYPE IS TABLE OF T_TEST%ROWTYPE; 需要定义 ...
分类:
数据库 时间:
2019-07-09 15:31:50
阅读次数:
151
PS:operation绑定的user需要具有报警机器的读权限,我这里的Admin用户(超级用户),所以没有特殊说明。 ...
分类:
其他好文 时间:
2019-07-08 13:23:34
阅读次数:
145
Python : 3.7.3 OS : Ubuntu 18.04.2 LTS ...
分类:
编程语言 时间:
2019-07-07 17:25:41
阅读次数:
415
// 获取 operation: function (e) { var item = e.currentTarget.dataset.item; console.log(item); }, ...
分类:
其他好文 时间:
2019-07-04 14:18:06
阅读次数:
86
public class CreateKuduTable { public static void main(String[] args) throws KuduException { String masterAddress = "datanode1,datanode2,datanode3"; S... ...
分类:
其他好文 时间:
2019-07-03 00:47:46
阅读次数:
163
Hostgroup-->Host-->Application-->Item-->Trigger(OK-->PROBLEM,triggerevent)-->Action(Conditon+Operation(SendMessage,RemoteCommand))SendMessage:Media:Email、SMS、Jabber、Script、EZTexting给
分类:
其他好文 时间:
2019-07-02 09:28:11
阅读次数:
117