分页查询 语法: select 查询列表 from 表 join type join 表 on 连接条件 where 筛选条件 group by 分组字段 having 分组后的筛选 order by 排序的字段 limit offset,size offset 要显示的起始索引(从0开始) siz ...
分类:
数据库 时间:
2020-09-17 23:25:50
阅读次数:
38
thymeleaf 和layui表格都对[[]] 有定义,thymeleaf定义比较严格,layui比较宽松,html 页面中把[ []] 加空格或则换行就可以解决 table.render({ elem: '#table' ,url: '/pic/getList' ,id:'layTable', ...
分类:
其他好文 时间:
2020-09-17 22:51:21
阅读次数:
37
【2020年8月】OCP071考试新题(-3题)CUUG内部题库Choosethebestanswer.ExaminethedescriptionoftheCUSTOMERStable:NameNull?TypeCUST_IDNOTNULLNUMBERCUST_FIRST_NAMENOTNULLVARCHAR2(20)CUST_LAST_NAMENOTNULLVARCHAR2(30)CUST_IN
分类:
其他好文 时间:
2020-09-17 22:47:19
阅读次数:
26
报错信息: trying to create too many buckets. must be less than or equal to: [100000] but was [100001]. this limit can be set by changing the [search.max_b ...
分类:
其他好文 时间:
2020-09-17 19:52:17
阅读次数:
105
1.理解socket Socket是应用层与TCP/IP协议族通信的中间软件抽象层,它是一组接口。在设计模式中,Socket其实就是一个门面模式,它把复杂的TCP/IP协议族隐藏在Socket接口后面,对用户来说,一组简单的接口就是全部,让Socket去组织数据,以符合指定的协议。 站在使用者的角度 ...
分类:
编程语言 时间:
2020-09-17 19:47:20
阅读次数:
36
php-fpmTCP通信改为unitsocket通信touch/var/run/php-fcgi.sockchmod777/var/run/php-fcgi.sockchownnginx./var/run/php-fcgi.sock修改www.conflisten=/var/run/php-fcgi.socklisten.owner=nginxlisten.group=nginxlisten.mo
分类:
Web程序 时间:
2020-09-17 18:58:30
阅读次数:
43
/// <summary> /// 处理数据类型转换,数制转换、编码转换相关的类 /// </summary> public class ConvertHelper { #region 补足位数 /// <summary> /// 指定字符串的固定长度,如果字符串小于固定长度, /// 则在字符串的 ...
分类:
其他好文 时间:
2020-09-17 16:55:08
阅读次数:
31
一、socket TCP服务端和客户端网络编程 UDP服务器和客户端socket传输 二、五层网络协议 详细代码请参考连接:tps://www.cnblogs.com/dalaoban/p/9331113.html ...
分类:
编程语言 时间:
2020-09-17 16:17:05
阅读次数:
26
导入包 <dependencies> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>transport</artifactId> <version>5.2.2</version> </dependency> ...
分类:
编程语言 时间:
2020-09-17 13:51:34
阅读次数:
51
基础函数 客户端 Socket() 产生一个socket; 填写一个sockaddr in结构体 使用connect进行服务器连接 如果成功 则返回大于0的值 向服务器发送信息需要send函数 Send函数需要指定一个socket 缓冲区 发送字节数 Recv函数同send函数 Recv可以指定本次 ...
分类:
其他好文 时间:
2020-09-17 13:24:55
阅读次数:
31