上一页 1 ··· 153 154 155 156 157 158 159 160 161 ··· 342 下一页
摘要: Excel中设置表格边框线的粗细 设置页码: 点击页面布局——页面设置——打开页面设置的界面——选中页眉/页脚 批量替换,换行符 查找内容按住Alt键不放,用数字小键盘输入10,这时什么内容也看不见,因为换行符本身就是看不见的东西 阅读全文
posted @ 2020-08-03 16:00 emanlee 阅读(2529) 评论(0) 推荐(0)
摘要: https://people.revoledu.com/kardi/tutorial/Clustering/Online-Hierarchical-Clustering.html https://biit.cs.ut.ee/clustvis/ https://www.wessa.net/rwasp_ 阅读全文
posted @ 2020-08-01 10:23 emanlee 阅读(351) 评论(0) 推荐(0)
摘要: According to https://caseconverter.com/ “Upper Case” WHICH CONVERTS ALL THE LETTER INTO CAPITALS LIKE THIS. “Lower Case” which converts all the letter 阅读全文
posted @ 2020-07-30 16:21 emanlee 阅读(204) 评论(0) 推荐(0)
摘要: df1<-data.frame(id=c(1,2,3,4), value=c(10,20,30,40)) df2<-data.frame(col1=c(1,2,3,4), col2=c(4,3,2,1)) df2[] <- lapply(df2, function(x) { inds <- matc 阅读全文
posted @ 2020-07-29 21:35 emanlee 阅读(179) 评论(0) 推荐(0)
摘要: 命令比较长时,显示不全(全称,全名),可以用 top -c 阅读全文
posted @ 2020-07-29 20:24 emanlee 阅读(6977) 评论(0) 推荐(0)
摘要: linux 文件名乱码 文件名出现问号原因:创建文件的批处理文件使用windows编辑的,因为windows的换行是\r\n,而linux换行是\n,出现一些乱码如何处理: 1. linux 批量重名名 2. dos2unix 把Windows文件转换格式 Linux Shell 批量重命名的方法1 阅读全文
posted @ 2020-07-29 09:34 emanlee 阅读(2422) 评论(0) 推荐(0)
摘要: centos 7 已经自带 python 2.7.15,这里需要安装 python 3 [root@pwm]# pythonPython 2.7.15 |Anaconda, Inc.| (default, Dec 14 2018, 19:04:19) [GCC 7.3.0] on linux2 第一 阅读全文
posted @ 2020-07-29 08:39 emanlee 阅读(643) 评论(0) 推荐(0)
摘要: 指定内容 指定扩展名: ext: "m" ext:.doc *.doc ext: ".cs" size:>=3mb <=9mb author:(Yatri OR Geek) modified:January..yesterday type:music bitrate:>=160kbps search 阅读全文
posted @ 2020-07-22 19:16 emanlee 阅读(445) 评论(0) 推荐(0)
摘要: 问题 1: % java -jar TASTS-MacOS-X64.jar***WARNING: Display must be created on main thread due to Cocoa restrictions.Exception in thread "main" org.eclip 阅读全文
posted @ 2020-07-20 16:43 emanlee 阅读(4551) 评论(0) 推荐(0)
摘要: 1. 到Oracle官网下载JDK1.8安装包 选择接受证书协议,然后选择对应的Mac OS X一栏下载SDK,下载sdk必须要登录才可以下载, 大家有需要的可以点击这里,百度网盘提取码:c62d 下载完成后,我们得到一个dmg的安装包,名称为 jdk-8u211-macosx-x64.dmg, 表 阅读全文
posted @ 2020-07-20 16:22 emanlee 阅读(5841) 评论(0) 推荐(0)
上一页 1 ··· 153 154 155 156 157 158 159 160 161 ··· 342 下一页