摘要: 1、登陆windows,打开cmd,输入import pip,print(pip.pep425tags.get_supported()),能查看当前系统支持的文件版本,比如我的是('cp36','cp36m','win_amd64'...) 2、登陆https://pypi.org/project/ 阅读全文
posted @ 2022-04-15 18:56 找耳朵的鱼 阅读(1635) 评论(0) 推荐(0)
摘要: dir_dta <- "d:/tmp/" setwd("d:/tmp/") #设置默认目录,导入时可以忽略路径file1<-list.files(path=dir_dta,full.names=F) #列出文件列表(文件名)#file2<-list.files(path=dir_dta,full.n 阅读全文
posted @ 2021-08-15 11:10 找耳朵的鱼 阅读(1149) 评论(0) 推荐(0)
摘要: trimws :去空格 round :保留小数 colnames:修改列名 chartr :字符替换 sprintf("%0.5s",'0.234234234') :字符串格式保留多少位 rowSums():行求和(可加条件) colSums() :列求和(可加条件) table:各个值的总数 pr 阅读全文
posted @ 2021-07-02 22:09 找耳朵的鱼 阅读(375) 评论(0) 推荐(0)
摘要: was停脚本跳过密码验证在修改了管理台的密码后,会导致停was服务失败,原因是soap验证文件中写死了密码 在/was/IBM/WebSphere/AppServer/profiles/AppSrv01/properties/soap.client.props文件的 com.ibm.SOAP.log 阅读全文
posted @ 2021-03-04 19:23 找耳朵的鱼 阅读(171) 评论(0) 推荐(0)
摘要: oracle 用户 srvctl add service -d orcl -s server_taf -r "orcl1,orcl2" -P BASIC 建立服务 orcl:db_name server_taf: service_name orcl1,orcl2: instance_name srv 阅读全文
posted @ 2021-02-26 10:11 找耳朵的鱼 阅读(134) 评论(0) 推荐(0)
摘要: 应用迁移时发现有个web无法访问,报错PKIX path building failed,经过查询,将原机器上key.p12,trust.p12 文件复制过来,然后进入was管理台-->Security-->SSL certificate and key management-->Key store 阅读全文
posted @ 2020-08-07 16:35 找耳朵的鱼 阅读(84) 评论(0) 推荐(0)