https://www.youtube.com/watch?v=d6XzcpjlsKo 2 Tcodes, MMRV & MMPV .... sometimes you need to update the closed month 1 by 1. ...
分类:
其他好文 时间:
2017-10-06 21:25:31
阅读次数:
423
Gong Xiaoyu's 'college goal : Enter Bilibili company For the goal, I will: ...
分类:
其他好文 时间:
2017-10-05 12:11:31
阅读次数:
168
Test for Job Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 11399 Accepted: 2697 Description Mr.Dog was fired by his company. In order to ...
分类:
其他好文 时间:
2017-09-30 15:11:31
阅读次数:
204
Description The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure. The floor has 20 ...
分类:
其他好文 时间:
2017-09-28 17:19:52
阅读次数:
225
真是醉了,网上搜了很久,全都是千篇一律的。 大家都拷贝来拷贝去,全是错的。 ...
分类:
Web程序 时间:
2017-09-26 13:01:25
阅读次数:
217
1.可恢复的空间分配 2.可移动表空间 3.Oracle段收缩功能 4.Oracle数据库资源管理 Reference 1.可恢复的空间分配 1.1 了解可恢复的空间分配 一般情况,我们发出一个大型数据库操作,比如创建大表索引,如果表空间不足,数据库最终会终止操作。而可恢复的空间分配功能可以使得这类 ...
分类:
数据库 时间:
2017-09-22 21:10:57
阅读次数:
321
Description You are working for Macrohard company in data structures department. After failing your previous task about key insertion you were asked t ...
分类:
其他好文 时间:
2017-09-19 15:20:27
阅读次数:
133
1:使用openssl命令生成一个私钥,私钥必须放在/etc/pki/CA/private/目录下 (umask 077; openssl genrsa -out /etc/pki/CA/private/cakey.pem 4096) 2:通过创建的私钥提取一个公钥,再通过公钥生成的公钥自签证书, ...
分类:
其他好文 时间:
2017-09-17 22:20:07
阅读次数:
251
试验环境介绍(CA的主机为192.168.23.10、httpd的主机为:192.168.23.11) 1:新建一台web服务器,主机名为www yum install -y httpd 2:生成私钥 mkdir /etc/httpd/ssl cd /etc/httpd/ssl (umask 077 ...
分类:
Web程序 时间:
2017-09-17 22:19:40
阅读次数:
286
一、概述 某配置文件含如下内容: jack_companya lucy_companyb jack lucy 需要将其更改为: jack_companyA lucy_companyB 二、操作 第一步:将jack_companya等带下划线的用户名替换为大写 :%s/\([a-z]*_[a-z]*\ ...
分类:
其他好文 时间:
2017-09-17 20:06:46
阅读次数:
133