emalovecode

怡然自乐

04 2025 档案

一些有用的网站汇集
摘要:在线的javascript的网站 https://www.sojson.com/runjs.html https://jsfiddle.net/bx0k70mr/ 大学的课程学习网站 https://ocw.mit.edu/ 这是麻省理工的开放免费课程 https://www.edx.org/sch 阅读全文

posted @ 2025-04-27 15:33 emalovecode 阅读(61) 评论(0) 推荐(0)

spoon一些实际应用
摘要:目前使用的版本是version 9.2 帮助信息 Pentaho Data integration这个名字真不好记,就叫他spoon吧。 1. 如果要在windows的下执行shell脚本,免去拷贝到linux下测试的麻烦,可以这样做。 在你的testjob作业下 加入shell脚本组件(组件名称t 阅读全文

posted @ 2025-04-27 14:47 emalovecode 阅读(54) 评论(0) 推荐(0)

lftp的安装
摘要:1. linux系统下安装很方便 ubuntu: apt install lftp centos: yum install lftp 2. windows下的安装 在windows的PowerShell中安装Chocolatey Set-ExecutionPolicy Bypass -Scope P 阅读全文

posted @ 2025-04-25 11:22 emalovecode 阅读(243) 评论(0) 推荐(0)

ubuntu22.04中vsftp的安装
摘要:在 Ubuntu 22.04 中设置 FTP 服务可以通过安装和配置 vsftpd(Very Secure FTP Daemon)来实现。以下是详细的分步指南: 1. 安装 vsftpd打开终端,更新软件包列表并安装 vsftpd: sudo apt update sudo apt install 阅读全文

posted @ 2025-04-22 16:50 emalovecode 阅读(538) 评论(0) 推荐(0)