bug_x

导航

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

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 阅读(143) 评论(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 阅读(497) 评论(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 阅读(165) 评论(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 阅读(116) 评论(0) 推荐(0) 编辑
 

2022年2月25日

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

2022年1月19日

摘要: 原因:在SqlServer数据库中,若定义的存储过程中包含有insert/update等更新操作时,在设计器中对存储过程进行调用时,会提示没有返回数据集的错误。 解决方法:修改存储过程,在begin 后面添加 SET NOCOUNT ON。 不管多复杂的sql存储过程 只需要在第一个大的begin后 阅读全文
posted @ 2022-01-19 10:13 bug_x 阅读(130) 评论(0) 推荐(0) 编辑
 

2021年12月14日

摘要: 1、通过ps命令查询PID 2、使用jinfo命令查询该进程的JVM参数设置 jinfo 105007 Attaching to process ID 105007, please wait... Debugger attached successfully. Server compiler det 阅读全文
posted @ 2021-12-14 10:38 bug_x 阅读(513) 评论(0) 推荐(0) 编辑
 

2021年12月13日

摘要: 文章来自:hive数据迁移到clickhouse—使用Waterdrop工具-云社区-华为云 (huaweicloud.com) 阅读全文
posted @ 2021-12-13 17:56 bug_x 阅读(549) 评论(0) 推荐(0) 编辑
 
上一页 1 2 3 4 5 6 7 ··· 43 下一页