You task is to find minimal natural number N, so that N! contains exactly Q zeroes on the trail in decimal notation. As you know N! = 1*2*...*N. For e ...
分类:
其他好文 时间:
2018-06-16 17:50:35
阅读次数:
208
1. as we know = it's the common knowledge that/it goes without saying that/it is self evident that 2. as far as I'm concerned = I am (strongly/firmly) ...
分类:
其他好文 时间:
2018-06-16 01:07:30
阅读次数:
241
1,登录报错如下: 2,查看下lsnrctl状态,看是否是lsnrctl监听的问题 从中可以看出监听正常,但是The listener supports no services这个貌似是不识别service_name啊 原blog地址:http://blog.csdn.net/mchdba/arti ...
分类:
其他好文 时间:
2018-06-14 21:09:17
阅读次数:
191
import paramiko private_key = paramiko.RSAKey.from_private_key_file('id_rsa.txt') #创建ssh对象 ssh =paramiko.SSHClient() #允许连接不在know_host文件中的主机 ssh.set_mi... ...
分类:
其他好文 时间:
2018-06-14 01:08:39
阅读次数:
220
用于连接远程服务器并执行基本命令import paramiko
# 创建SSH对象
ssh = paramiko.SSHClient()
# 允许连接不在know_hosts文件中的主机
ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())
# 连接服务器
ssh.connec
分类:
其他好文 时间:
2018-06-13 11:56:07
阅读次数:
128
对比Oracle服务器地址,端口号,还有实例名(也就是服务名)。修改tnsnames.ora 在Oracle客户端的安装目录底下。 然后用sqlplus [用户名]/[密码]@[服务命名] 服务命名就是NetManager里面服务命名能看到的名称也就是服务命名,服务命名其实就是数据库实例的别名 以上 ...
分类:
其他好文 时间:
2018-06-12 16:19:31
阅读次数:
159
As you know, all the computers used for ACM contests must be identical, so the participants compete on equal terms. That is why all these computers ar ...
分类:
其他好文 时间:
2018-06-07 01:00:53
阅读次数:
251
Problem description It seems like the year of 2013 came only yesterday. Do you know a curious fact? The year of 2013 is the first year after the old 1 ...
分类:
其他好文 时间:
2018-06-05 21:15:50
阅读次数:
258
Problem description Petya loves lucky numbers. We all know that lucky numbers are the positive integers whose decimal representations contain only the ...
分类:
其他好文 时间:
2018-06-04 23:24:30
阅读次数:
294
博弈论中的乐趣 如何让计算机像人一样推理? 甲乙丙三个人身上贴着2,4,8三个数字,他们只能看见另外两个人身上的数字,看不见自己身上的数字,按照甲乙丙的顺序让三个人依次回答问题:“do you know the number of you ?”,他们只能回答“确定”,“不确定”。问谁最先知道自己身上 ...
分类:
其他好文 时间:
2018-06-02 11:34:31
阅读次数:
200