字符串 数字 字典 列表 元组 可变不可变: 1.可变:列表、字典 2.不可变:字符串、数字、元组 访问顺序: 1.直接访问:数字 2.顺序访问:字符串,列表,元组 3.映射:字典 存放元素个数: 容器类型:列表,元组,字典 原子:数字,字符串 #集合 1.不同元素组成 2.无序 3.集合中元素必须 ...
分类:
编程语言 时间:
2019-10-05 20:45:44
阅读次数:
120
什么是线程池 线程池是一种多线程的实现形式,处理过程中,将任务添加到队列,在创建线程后自动执行,线程池中的线程使用默认优先级(5)执行 为什么使用线程池 在实际应用开发中,我们很少直接使用Thread类来创建线程,因为大量的创建和销毁线程会带来很大的系统开销 而线程池会保留核心线程,释放不常用线程, ...
分类:
编程语言 时间:
2019-10-05 18:29:36
阅读次数:
82
现整理CardBase出库与OwnerCard入库核对,请按以下步骤操作核对。 a.[CardBase出库]登录172.16.23.192 CardBase数据库 用户名cardbase_reader 密码向张术安口头要 b.执行,红字时间替换,为核对日: select cardflag ,card ...
分类:
数据库 时间:
2019-10-05 16:34:48
阅读次数:
118
移动1099存储过程 declare @phone_id as int declare @phone as varchar( 50) declare @province as varchar( 50) --号码归属省 declare @price as decimal( 10, 2 ) declar ...
分类:
移动开发 时间:
2019-10-05 16:20:40
阅读次数:
137
A registration card number of PAT consists of 4 parts: the 1st letter represents the test level, namely, T for the top level, A for advance and B for ...
分类:
其他好文 时间:
2019-10-02 19:02:59
阅读次数:
95
Card Bag 状态只会从a小转移到a大,随便dp就好了。 ...
分类:
其他好文 时间:
2019-10-01 13:32:53
阅读次数:
93
<el-upload class="avatar-uploader" ref="uploadImg" action list-type="picture-card" :http-request="uploadImg" :before-upload="beforeUploadImg" :on-remo ...
分类:
其他好文 时间:
2019-09-29 15:41:22
阅读次数:
130
create or replace function changeaac002_15to18( ls_card varchar2)return varchar2 is ls_newcard varchar2(18);a1 number(10);a2 number(10);a3 number(10); ...
分类:
其他好文 时间:
2019-09-26 21:27:27
阅读次数:
98
题目链接:https://nanti.jisuanke.com/t/41408 题目意思很简单,就是个模拟过程。 ...
分类:
其他好文 时间:
2019-09-23 18:37:51
阅读次数:
100
本篇文章主要是介绍使用LengthFieldBasedFrameDecoder解码器自定义协议。通常,协议的格式如下: LengthFieldBasedFrameDecoder是netty解决拆包粘包问题的一个重要的类,主要结构就是header+body结构。我们只需要传入正确的参数就可以发送和接收 ...
分类:
数据库 时间:
2019-09-23 12:13:39
阅读次数:
115