bug_x

导航

 
上一页 1 2 3 4 5 6 7 ··· 43 下一页

2022年4月18日

摘要: 1、视图 窗口拆分 2、或者是冻结窗口 阅读全文
posted @ 2022-04-18 18:12 bug_x 阅读(1848) 评论(0) 推荐(0) 编辑
 

2022年4月14日

摘要: cd /var/lib/rpm rm -rf __db.* rpm rebuilddb dnf update 阅读全文
posted @ 2022-04-14 17:01 bug_x 阅读(103) 评论(0) 推荐(0) 编辑
 
摘要: 1、查看 go 版本 go version 2、如果版本为 1.13 及以上 go env -w GO111MODULE=on go env -w GO111MODULE=auto ##on 不行 试试auto go env -w GOPROXY=https://goproxy.io,direct 阅读全文
posted @ 2022-04-14 09:25 bug_x 阅读(138) 评论(0) 推荐(0) 编辑
 

2022年4月13日

摘要: wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo yum makecache sudo sed -i -e "s|mirrorlist=|#mirr 阅读全文
posted @ 2022-04-13 17:10 bug_x 阅读(2512) 评论(0) 推荐(0) 编辑
 

2022年3月4日

摘要: 参考链接:https://docs.microsoft.com/en-US/troubleshoot/sql/general/use-sql-server-in-windows 阅读全文
posted @ 2022-03-04 08:40 bug_x 阅读(153) 评论(0) 推荐(0) 编辑
 

2022年2月26日

摘要: 脚本一:合并文件夹里的文件 界面点击操作 let 源 = Folder.Files("D:\BaiduNetdiskDownload\《Excel数据处理与分析应用大全》示例文件V1.1_ExcelHome\待汇总数据"), 删除的其他列 = Table.SelectColumns(源,{"Cont 阅读全文
posted @ 2022-02-26 17:20 bug_x 阅读(535) 评论(0) 推荐(0) 编辑
 
摘要: let fx = (n,d)=>[f=0.7*n+10000,r=if d=1 then f else @fx(f,d-1)][r], result = fx(20000,30) in result List.Transform(): 官方说明: 通过将转换函数 transform 应用到列表 li 阅读全文
posted @ 2022-02-26 17:17 bug_x 阅读(189) 评论(0) 推荐(0) 编辑
 
摘要: 方法一: let 源 = Excel.CurrentWorkbook(){[Name="表1"]}[Content], 更改的类型 = Table.TransformColumnTypes(源,{{"name", type text}, {"name_v", Int64.Type}}), n1 = 阅读全文
posted @ 2022-02-26 11:54 bug_x 阅读(119) 评论(0) 推荐(0) 编辑
 

2022年2月25日

摘要: 于函数的概念,在此不多作解释。简单来说,函数就像是一个暗箱,把计算过程封装在暗箱中,再次调用函数时,只需要传入必要的参数,就能按照既定的规则返回结果。在M语言中,函数主要有内建函数,比如Text.From这种系统自带的;自定义函数,形如(x)=>x+1这种;以及参数函数,即函数内参数类型为funct 阅读全文
posted @ 2022-02-25 17:55 bug_x 阅读(707) 评论(0) 推荐(0) 编辑
 
摘要: 这个错误是说,出错的位置应该要有逗号(Comma,这些单词,虽然不要说专门去系统学一遍,但碰到后最好还是能适当记一记) 阅读全文
posted @ 2022-02-25 17:52 bug_x 阅读(259) 评论(0) 推荐(0) 编辑
 
上一页 1 2 3 4 5 6 7 ··· 43 下一页