方法1 > SM50 -> flag the process you want to kill -> go to PROCESS --> Cancel WITHOUT core 方法2 -->su – <SID>adm --> dpmon pf=<profilename> -->m -->p/L - ...
分类:
其他好文 时间:
2020-01-24 23:48:08
阅读次数:
150
Given a non-empty 2D array grid of 0's and 1's, an island is a group of 1's (representing land) connected 4-directionally (horizontal or vertical.) Yo ...
分类:
其他好文 时间:
2020-01-24 09:22:44
阅读次数:
62
Sterilization is the process of removing microorganisms and spores that may be present in an object to prevent infection. China Dental instruments tha ...
分类:
其他好文 时间:
2020-01-22 17:56:41
阅读次数:
98
PostgreSQL12的流复制配置不再放到recovery.conf文件中,但是基本配置还是一样的,过年了也没心情工作,就来搭一下试试。 官方文档: https://www.postgresql.org/docs/12/runtime-config-replication.html 开始: 1)下 ...
分类:
数据库 时间:
2020-01-22 14:32:33
阅读次数:
407
规划 环境:redhat6.9 安装包:p13390677_112040_Linux-x86-64_1of7.zip p13390677_112040_Linux-x86-64_2of7.zip 数据库配置 ORACLE_SID=csk; ORACLE_BASE=/home/app/oracle; ...
分类:
数据库 时间:
2020-01-22 13:05:23
阅读次数:
130
Flask框架 1. 路由和视图 1.1. Flask简介 1.2. 虚拟环境 1.3. HelloWorld 1.4. 相关配置参数 1.5. 路由信息 1.6. 响应信息 1.7. 转换器 1.8. abort,errorhandler 1.9. 请求钩子 1.10. request请求参数 2 ...
分类:
数据库 时间:
2020-01-22 13:00:57
阅读次数:
116
方法重写:Override: 需要有继承关系,子类重写父类的方法! 方法名必须相同 参数列表必须相同 修饰符:范围可以扩大,但不能缩小:public>protected>defalut>private 抛出异常:范围,可以被缩小,但不能扩大;ClassNotFoundException-->Exce ...
分类:
其他好文 时间:
2020-01-21 18:17:40
阅读次数:
92
在sockproxy上发现,getaddrinfo 解析域名相比ping对域名的解析,慢很多。我觉得ping用了gethostbyname解析域名。问题变为getaddrinfo解析域名,是否比 gethostbyname慢。写测试程序,分别用getaddrinfo和gethostbyname解析, ...
分类:
其他好文 时间:
2020-01-20 20:39:44
阅读次数:
82
aside是侧边栏 样式如下: figure是图片区域 figcaption是图片描述 ...
分类:
其他好文 时间:
2020-01-20 13:05:02
阅读次数:
59
<?php namespace page; use think\Paginator; class Page extends Paginator { //首页 protected function home() { if ($this->currentPage() > 1) { return "<a ...
分类:
其他好文 时间:
2020-01-20 11:19:20
阅读次数:
113