- 博客(8)
- 收藏
- 关注
原创 Julia | Error: The Julia launcher failed to figure out which juliaup channel to use.
julia运行时报错的解决方法
2024-01-24 16:45:01
1080
1
原创 LaTeX中引用文献
文章中可能需要引用很多文献,所以我们不直接把文献的信息放在.tex文件里。除了写文章的.tex文件,我们还需要新建一个.bib文件来放文献。用LaTeX写文章需要引用文献,有格式要求,需要系统地管理文献。
2023-07-02 16:13:59
706
1
原创 Ubuntu上使用GitHub的步骤
文章目录前言一、在Ubuntu上安装GitHub二、git clone: 把远程库克隆到本地三、开始使用:常用操作1.本地修改后同步到远程库(1)git add(2)git commit(3)git push2. 从远程库获取最新版本的代码前言由于自己一直记不住怎么在Ubuntu的命令行上用GitHub,写个文章记录一下用到的命令和大概的步骤,方便下次不小心删了虚拟机的时候用。 其中一些具体问题的解决方法已经有很多文章说了,可以自行.
2022-04-04 11:17:30
12944
原创 shell 随笔
写脚本过程中遇到的问题及解决方法函数return不能返回除整数以外的内容解决方法:改用echoe1(){ a=1.5 echo $a}ans=$(e1)echo ans# 输出1.5文件最后一行读不进来原因: 文件最后一行没换行解决方法: 改成 while read line || [[ -n ${line} ]];解决方法...
2021-03-02 10:50:49
139
原创 数据库索引 | single-level index | multi-level index
介绍了三种single-level indexes: primary index, clustering index 和 secondary index, 以及multi-level index第一次学 分享自己的理解 有不对的地方还望指正目录索引 indexSingle-Level IndexesPrimary IndexClustering IndexSecondary Index小结Multi-Level Index一点点B tree / B+ tree索引 index数据库里有很多文件,要想
2021-01-22 11:21:18
997
原创 flutter | W/zipro(12512): Error opening archive D:\...Invalid file ERROR: dump failed because...
flutter run不能运行程序 出现W/zipro ( 8904): Error opening archive D:…apk: Invalid fileERROR: dump failed because resource AndroidManifest.xml not foundFailed to extract manifest from APK: ProcessException: The command failedCommand: C:\Users…\AppData\Local\A
2020-06-30 20:48:22
1421
2
原创 R语言 功能随笔 |实用
记录用到的R语言中的一些功能先造一些数据a <- data.frame(first=c(1:5),second=c(6:10),third=c(11:15))> first second third 1 1 6 11 2 2 7 12 3 3 8 13 4 4 9 14 5 5 10 151. 选择一列中具有特定值的某几项比如选出‘second’这一列中
2020-05-30 19:39:05
632
原创 flutter安装 64位Win10 小白向
文章目录需要下载/配置的东西大体步骤安装步骤1.==JDK安装及配置==2.==Android Studio安装==(后面还要配置一些东西)3.==Flutter sdk下载安装==4.==Android Studio配置==5.==不断在cmd调用flutter doctor检查是否配好flutter==Android license status unknown可能1:A newer vers...
2020-03-23 10:53:56
599
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人