去年的事,随便记记 2017年3月31日 记录: nginx的负载均衡: weight=3的意思是每5个请求,有3个去了187服务器 upstream mail.sina.net { server 60.28.228.xxx weight=3; server 60.28.228.xxx; } ser ...
分类:
其他好文 时间:
2020-07-16 11:57:43
阅读次数:
71
实现Callable接口(了解即可) 实现Callable接口,需要返回值类型 重写call方法,需要抛出异常 创建目标对象 创建执行服务:ExecutorService ser = Executors.newFixedThreadPool(1); 提交执行:Future result1 = ser ...
分类:
其他好文 时间:
2020-07-15 16:04:16
阅读次数:
124
简单介绍:jira 作为一个项目管理工具 可以定制化 当前的所需的功能 中间产生过无数的坑 同时官方文档提供的代码 也是存在一些问题。 我的学习方式(不是踩坑 是绕过这些坑) 开始: 我的环境: windows 7 根据官方文档 https://developer.atlassian.com/ser ...
分类:
其他好文 时间:
2020-07-11 21:22:09
阅读次数:
138
1、设置IP地址、网关nano/etc/network/interfaces/etc/network/interfacesbak#备份原有配置文件nano/etc/network/interfaces#编辑网网卡配置文件autoloifaceloinetloopbackautoeth0#开机自动连接网络ifaceeth0inetstatic#static表示使用固定ip,dhcp表述使用动态ipa
分类:
系统相关 时间:
2020-07-10 09:21:22
阅读次数:
79
| 关键字 | 描述 | | script | 由 Runner 执行的 Shell 脚本 | | image | 使用的 docker 映像。也可用: `image:name` 和 `image:entrypoint` | | services | 使用的 docker 服务映像。也可用:`ser ...
分类:
其他好文 时间:
2020-07-09 22:36:29
阅读次数:
64
drf(二) 序列化组件介绍 1. 序列化,序列化器会把模型对象转换成字典,经过response以后变成json字符串 2. 反序列化,把客户端发送过来的数据,经过request以后变成字典,序列化器可以把字典转成模型 3. 反序列化,完成数据校验功能 使用范例: # ser.py class Bo ...
分类:
编程语言 时间:
2020-07-07 20:15:31
阅读次数:
52
Mysql的逻辑架构图 相信很少有人看过这个图,因为我刚看见的时候也是挺萌的,在工作中一般大家都用的是Mysql也都会用,但是为啥要看这个呢,我们需要对Mysql的整体有一个简单的认知! Mysql是分层的 整体分为 Connectors:连接驱动 Enterprise Management Ser ...
分类:
数据库 时间:
2020-07-05 00:36:09
阅读次数:
77
索引 import pandas as pd ser=pd.Series(range(0,10,2)) print(ser) 0 0 1 2 2 4 3 6 4 8 dtype: int64 通过索引值或索引标签获取数据 通过index查看索引值 print(ser.index) RangeInde ...
分类:
其他好文 时间:
2020-07-04 16:56:12
阅读次数:
240
<form action="/search" id="search_form"> <input type="text" name="keywords" value="" placeholder="Furniture Handles" class="jhser" /> <span class="ser ...
分类:
其他好文 时间:
2020-07-04 01:13:37
阅读次数:
66
<form action="/search" id="search_form"> <input type="text" name="keywords" value="" placeholder="Furniture Handles" class="jhser" /> <span class="ser ...
分类:
其他好文 时间:
2020-07-03 23:24:48
阅读次数:
57