上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 71 下一页
摘要: python实现: 依赖: glob,pydub "Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work"解决办法: ffmpeg官网下载下载 windows 对应的 static 版本。接下来我们把这个 bi 阅读全文
posted @ 2020-01-23 17:44 不带R的墨菲特 阅读(922) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-01-22 02:18 不带R的墨菲特 阅读(182) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-01-22 02:09 不带R的墨菲特 阅读(151) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-01-22 01:54 不带R的墨菲特 阅读(220) 评论(0) 推荐(0)
摘要: hash槽16384个,0-16383 master1(slave101,slave102) master2 (slave201,slave202) master 3 (slave301,slave302) 阅读全文
posted @ 2020-01-22 01:48 不带R的墨菲特 阅读(104) 评论(0) 推荐(0)
摘要: 二者都表示与运算,同真为真,遇假即假 && 具有短路功能,前面为false后面不在预算直接表达式为false; &还可以用作位运算符,当&操作符两边的表达式不是 boolean 类型时, &表示按位与操作,我们通常使用 0x0f 来与一个整数进行&运算,来获取该整数的最低 4 个 bit 位,例如, 阅读全文
posted @ 2020-01-22 01:20 不带R的墨菲特 阅读(292) 评论(0) 推荐(0)
摘要: package string;public class MemAddrChange { public static void main(String[] args) { // const 常量区, 堆区 new String() 从const区Copy 一份 String str1 = "hello 阅读全文
posted @ 2020-01-21 23:54 不带R的墨菲特 阅读(649) 评论(0) 推荐(0)
摘要: apache org doc :http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fundamentals.html#d5e49 依赖: <!-- https://mvnrepository.com/artifact/log4j/ 阅读全文
posted @ 2020-01-21 18:56 不带R的墨菲特 阅读(1062) 评论(0) 推荐(0)
摘要: 1.安装grafana #####gafana过期安装包安装报错 Error unpacking rpm package grafana-5.1.4-1.x86_64error: unpacking of archive failed on file /usr/sbin/grafana-cli;5e 阅读全文
posted @ 2020-01-20 23:53 不带R的墨菲特 阅读(1015) 评论(1) 推荐(0)
摘要: df.lookup() df.query():查询符合某个条件语句的 and or == != < > <= >= ###添加一列的值等于df其中两列的加和 df[colname]=Series ###add row :df.loc[rowname]==series ###分组求和 df.group 阅读全文
posted @ 2020-01-15 15:47 不带R的墨菲特 阅读(450) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 71 下一页