上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 325 下一页
摘要: 安装 git 准备好文件夹 E:\_prjct\boshi_xinxi_caiji\codes2 启动 git bash $ pwd/E/_prjct/boshi_xinxi_caiji/codes2 $ git clone https://gitee.com/xautstar/doctoral-d 阅读全文
posted @ 2023-10-15 10:05 emanlee 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 参考资料: https://segmentfault.com/a/1190000011673663 Unpacking objects: 62% (5/8) 原因:被 qiang 0x01 Git 配置 1. 在安装完成 Git 后,开始正式使用前,是需要有一些全局设置的,如用户名、邮箱。 设置的主 阅读全文
posted @ 2023-10-15 10:03 emanlee 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 解决办法: 重启机器进入BIOS,还原BIOS默认设置。 具体操作:开机,按del进入BIOS,选择Exit下Load Setup Defaults,回车,Yes,F10保存退出 将【Boot-Mode】修改为UEFI https://blog.csdn.net/u011389297/article 阅读全文
posted @ 2023-10-15 09:59 emanlee 阅读(262) 评论(0) 推荐(0) 编辑
摘要: How can I change the reference numbers in manuscript to blue color? I am working in Word 2010 and EndNote X7. I want to change the color of citations 阅读全文
posted @ 2023-10-15 09:59 emanlee 阅读(6) 评论(0) 推荐(0) 编辑
摘要: new_df <- df[ order(row.names(df)), ]REF:https://stackoverflow.com/questions/20295787/how-can-i-use-the-row-names-attribute-to-order-the-rows-of-my-da 阅读全文
posted @ 2023-10-15 09:58 emanlee 阅读(6) 评论(0) 推荐(0) 编辑
摘要: # first remember the names n <- df.aree$name # transpose all but the first column (name) df.aree <- as.data.frame(t(df.aree[,-1])) colnames(df.aree) < 阅读全文
posted @ 2023-10-15 09:58 emanlee 阅读(9) 评论(0) 推荐(0) 编辑
摘要: So there is no na.action argument for the form you used, and your 'na.omit' matches 'retx'. Try prcomp(~ ., data=ot, na.action=na.omit, scale=TRUE) or 阅读全文
posted @ 2023-10-15 09:58 emanlee 阅读(23) 评论(0) 推荐(0) 编辑
摘要: # 创建data.frame student<-data.frame(ID=c(11,12,13),Name=c("Devin","Edward","Wenli"),Gender=c("M","M","F"),Birthdate=c("1984-12-29","1983-5-6","1986-8-8 阅读全文
posted @ 2023-10-15 09:57 emanlee 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 本文对核方法(kernel method)进行简要的介绍(https://www.jianshu.com/p/8e2649a435c4)。 核方法的主要思想是基于这样一个假设:“在低维空间中不能线性分割的点集,通过转化为高维空间中的点集时,很有可能变为线性可分的” ,例如下图 左图的两类数据要想在一 阅读全文
posted @ 2023-10-15 09:57 emanlee 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 完整的卸载MySQL 5.1的卸载方法: 1、控制面板里的增加删除程序内进行删除 2、删除MySQL文件夹下的my.ini文件,如果备份好,可以直接将文件夹全部删除 3、开始->运行-> regedit 看看注册表里这几个地方删除没有 HKEY_LOCAL_MACHINE\SYSTEM\Contro 阅读全文
posted @ 2023-10-15 09:50 emanlee 阅读(53) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 325 下一页