Netty学习(一)基于长连接的双攻的通信,通过websocket编程实现 效果图,客户端和服务器端建立起长连接,客户端发送请求,服务器端响应 但是目前缺少心跳,如果两个建立起来的连接,一个断网之后,另外一个是感知不到对方已经断掉的。以后使用心跳技术来进行连接检测 须知: 状态码101,代表 协议转 ...
分类:
Web程序 时间:
2019-12-02 11:57:25
阅读次数:
125
基于mycat实现mysql读写分离 完成主从复制的配置 ...
分类:
数据库 时间:
2019-12-01 13:42:15
阅读次数:
86
Export Receives The Errors ORA-1555 ORA-22924 ORA-1578 ORA-22922 (Doc ID 787004.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 12.1.0.2 ...
分类:
其他好文 时间:
2019-12-01 12:11:30
阅读次数:
141
Data Pump Export Fails With ORA-31693 ORA-02354 and ORA-01555 Errors And No LOB Corruption (Doc ID 1507116.1) APPLIES TO: Oracle Database Cloud Schema ...
分类:
其他好文 时间:
2019-12-01 12:03:59
阅读次数:
115
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
前面的方法存在安全隐患,只要知道发送短信验证码的接口就可以无限触发发送短信验证码 改用post请求,在前端加scrf_token验证,后面需要使用到md5加密,引入md5 from apps.forms import BaseFormfrom wtforms import StringFieldfr ...
分类:
Web程序 时间:
2019-11-28 23:09:35
阅读次数:
160
DECLARE l_error_flag VARCHAR2(1); l_menu_rowid VARCHAR2(100); l_menu_entity_rowid VARCHAR2(100); l_menu_id NUMBER; l_cnt NUMBER := 0; c_new_menu_code ...
分类:
其他好文 时间:
2019-11-28 13:35:26
阅读次数:
61
CSc 360: Operating Systems (Fall 2019)Programming Assignment 3 (P3): A Simple File System (SFS)Spec out: Nov 1, 2019Due Date: Nov 29, 20191 1 Introduc ...
分类:
其他好文 时间:
2019-11-27 19:22:15
阅读次数:
154
1.二次封装Response 2.设置基表 3.ORM多表关联操作: 4.联表序列化 5.子序列化 6.单查群查接口 7.单删群删接口 8.单增群增接口 9.单群整体改 10.单群局部改 11.需要注意 ...
分类:
其他好文 时间:
2019-11-27 12:17:26
阅读次数:
72
一、基本设置 from django.forms import widgets所有的插件配置 widget变量设置,widget = widgets.Textarea(attrs={'class':"c1"}),分别引用标签type属性,设置其css样式 例子: #注意跟上一篇文章不一样这里用了fi ...
分类:
其他好文 时间:
2019-11-27 12:17:10
阅读次数:
111