queue队列日,这篇好长啊….queue is especially useful in threaded programming when information must be exchanged safely between multiple threads.多线程编程环境下,当在多条线程中... ...
分类:
编程语言 时间:
2019-12-31 01:25:10
阅读次数:
118
1,>mysql :多列索引 https://dev.mysql.com/doc/refman/5.7/en/multiple-column-indexes.html 1>,B+树; https://blog.csdn.net/Fmuma/article/details/80287924; 总结出: ...
分类:
数据库 时间:
2019-12-30 17:13:51
阅读次数:
90
1.自动加载出错 require a bean of .... The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required= ...
分类:
编程语言 时间:
2019-12-28 23:05:35
阅读次数:
190
前端标签 创建一个网页 <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>性感晨阳在线发牌</title> <meta http-equiv="refresh" content="3;URL=https://www ...
分类:
其他好文 时间:
2019-12-27 16:42:53
阅读次数:
110
什么是前端? ? 任何与用户直接打交道的操作界面都可以称之为是一个前端 软件开发架构 ? CS BS (bs 本质就是cs) web服务的本质 ? 浏览器窗口输入一个网址敲回车发生那些事 ? 1. 朝着指定的服务端发送请求 ? 2.服务端接收相应的请求 ? 3.服务端返回相应的响应 ? 4.浏览器接 ...
分类:
Web程序 时间:
2019-12-26 21:42:03
阅读次数:
117
iView中的树组件有复选框可以多选,但是目前还没有提供单选框的模式,不显示复选框可以提供高亮单选的模式,但是再次点击就被取消了,没有实现真正的单选; tree 的属性配置中 multiple 是否支持多选,是在不显示复选框的时候生效的,不能控制复选框支不支持多选; 实现单选功能中用到了: :sho ...
分类:
其他好文 时间:
2019-12-23 18:42:55
阅读次数:
680
文档地址:https://www.cse.huji.ac.il/course/2004/com1/Exercises/Ex4/I.O.models.pdf 五种I/O模型: 1. blocking I/O 阻塞I/O 2. nonblocking I/O 非阻塞I/O 3. I/O multiple ...
分类:
其他好文 时间:
2019-12-23 00:20:32
阅读次数:
163
[TOC] SELECTING SELECTing single columns 格式: select xx from xx SELECT不区分大小写 SELECTing multiple columns 格式: select A,B,C.. from xx; select all 选择数据库里全部 ...
分类:
数据库 时间:
2019-12-22 21:42:27
阅读次数:
127
原题链接在这里:https://leetcode.com/problems/find-pivot-index/ 题目: Given an array of integers nums, write a method that returns the "pivot" index of this arr ...
分类:
其他好文 时间:
2019-12-22 11:11:09
阅读次数:
85
最近在复习SQL语句,看的是MySQL必知必会这本书,但是发现附录中只有表设计,没有表的具体数据。所以在学习相应的语句中体验不是很好,去网上查了数据库的内容,自己慢慢导入到了数据库中。把表放出来作为参照,SQL脚本语句放在最后,可以直接导到自己的数据库。 customer表 cust_idcust_ ...
分类:
数据库 时间:
2019-12-22 00:57:49
阅读次数:
166