Easter79 Easter79
3年前
str字符串 count( ) 方法
描述Pythoncount()方法用于统计字符串里某个字符出现的次数。可选参数为在字符串搜索的开始与结束位置。语法count()方法语法:str.count(sub,start0,endlen(string))参数sub搜索的子字符串start字符串开始搜索的位置
Stella981 Stella981
3年前
Python 自动化发送钉钉消息
在进行Python截取网络报表并发送钉钉群过程中,碰到一些问题,也用到一些工具,在这里做一下简单总结。整个过程归纳如图:!(https://img2018.cnblogs.com/blog/840488/201906/840488201906251235046221532994586.png)1版本配置windows10
Stella981 Stella981
3年前
CentOS 7下搭建MediaWiki环境
一、安装php、httpd和mariadbroot@dellnode1~yuminstallymariadbservermariadbhttpd导入php的repo源:rpmUvhhttp://rpms.famillecollet.com/enterprise/remirelease7.rpm
Stella981 Stella981
3年前
Feign请求响应结果被截取com.fasterxml.jackson.core.io.JsonEOFException
在生产环境使用feign调用外部接口时,偶尔会出现下面错误2020101511:00:18,535ERRORcom.shein.abc.rmp.controller.RecExplainConfigControllerrec_explain_query.failffeign.codec.DecodeExc
Stella981 Stella981
3年前
Jitamin
安装环境要求PHP(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.php.net%2F) 5.6或更高(推荐使用PHP7)数据库,推荐使用MySQL(https://www.oschina.net/action/GoToLink?url
Wesley13 Wesley13
3年前
HTML+CS+JS的总结(PPT)
发现了一个关于HTMLCSJS总结比较好的ppt,截取下来与大家分享。!在这里插入图片描述(https://oscimg.oschina.net/oscnet/upec9cbcc91934d26fa0688ad853bd7240.png)!在这里插入图片描述(https://oscimg.oschina.net/oscnet/up
Wesley13 Wesley13
3年前
11、19 PHP相关配置
查看PHP配置文件:/usr/local/php/bin/phpi|grepi"loadedconfigurationfile"(查找到的php配置文件可能不准)进入网站主页根目录下!(https://oscimg.oschina.net/oscnet/c6085b63030460eda6257f86621fb1ccbbd
Stella981 Stella981
3年前
HTTP接口测试辅助工具:Charles从入门到卸载
前言本文将带大家学习使用前端开发神器charles,从基本的下载安装到常见配置使用,为大家一一讲解。一、花式夸奖Charles截取Http和Https网络封包。支持重发网络请求,方便后端调试。支持修改网络请求参数。支持网络请求的截获
Stella981 Stella981
3年前
Centos5.4中Yum升级mysql5.1和php5.2(禁止php5.3)
         centos5.3,centos5.4安装webmin默认的是mysql5.0,php5.1我需要升级到mysql5.1和php5.2(禁止php5.3),怎么办?         给yum安装rpmforge:         http://wiki.centos.org/AdditionalResource
Wesley13 Wesley13
3年前
JAVA
1.StringBufferStringBuffer是一个字符串容器,它允许字符串改变长度。它是线程安全的StringBuffersbnewStringBuffer();//1.字符串增改sb.append("panda").append("&").append("laoli");/