上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 64 下一页
摘要: 背景 在使用kettle GUI过程中,没有问题 但是 java api 报错HOUR_OF_DAY: 2 -> 3, 查询得知是数据库问题 系统时区问题,需要在数据库连接加上时区: &serverTimezone=Asia/Shanghai 阅读全文
posted @ 2023-02-09 12:49 vx_guanchaoguo0 阅读(282) 评论(0) 推荐(0) 编辑
摘要: package com.example.fg.kettle; import org.pentaho.di.core.KettleEnvironment; import org.pentaho.di.core.database.DatabaseMeta; import org.pentaho.di.c 阅读全文
posted @ 2023-02-09 08:59 vx_guanchaoguo0 阅读(301) 评论(0) 推荐(0) 编辑
摘要: package com.example.fg.kettle; import org.pentaho.di.core.KettleEnvironment; import org.pentaho.di.core.ObjectLocationSpecificationMethod; import org. 阅读全文
posted @ 2023-02-09 08:58 vx_guanchaoguo0 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 可以管理 java 版本 maven 版本 gradle 版本 linux curl -s "https://get.sdkman.io" | bash mac M2 arm brew tap sdkman/tap export HOMEBREW_NO_INSTALL_CLEANUP=TRUE cu 阅读全文
posted @ 2023-02-07 09:52 vx_guanchaoguo0 阅读(56) 评论(0) 推荐(0) 编辑
摘要: rm -rf ~/Library/{Logs/JetBrains && rm -rf ~/Library/Application\ Support/JetBrains && rm -rf ~/Library/Caches/JetBrains && rm -rf ~/Library/Preferenc 阅读全文
posted @ 2023-02-07 09:52 vx_guanchaoguo0 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 可以使用 brew --prefix [app_name] 查看路径 一般plist 在这个位置 查看启动的服务 brew services list 启动服务 brew services start postgres 批量赋值权限 sudo chown -R $(whoami) $(brew -- 阅读全文
posted @ 2023-02-07 09:51 vx_guanchaoguo0 阅读(99) 评论(0) 推荐(0) 编辑
摘要: #### maven 引入本地包 org.pentaho xxx.jar xxxx system ${project.basedir}/src/main/resources/lib/xxx.jar ``` ``` 阅读全文
posted @ 2023-02-07 09:51 vx_guanchaoguo0 阅读(13) 评论(0) 推荐(0) 编辑
摘要: FilteredRelation 里面的变量 外面可是直接使用 obj_list = Person.annotate( books=FilteredRelation('book', condition=Q( book'__meta_type=1)) ).filter(books__person__i 阅读全文
posted @ 2023-02-07 09:51 vx_guanchaoguo0 阅读(19) 评论(0) 推荐(0) 编辑
摘要: mule 是一个企业消息总线容器 目前已经上市 mule-standalone 是消息总线的服务端 也是运行时 anypinot studio 是基于 eclipse 二次开发的IDE 针对mule app 开发使用 拖拽即可完成 客户端安装 去官网下载 anypinot studio / mule 阅读全文
posted @ 2023-02-07 09:49 vx_guanchaoguo0 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 下载 https://www.python.org/ftp/python/3.7.16/Python-3.7.16.tgz 编译 tar -zxvf Python-3.7.16.tgz cd Python-3.7.16.tgz ./configure --prefix=/usr/local/pyth 阅读全文
posted @ 2023-02-07 09:48 vx_guanchaoguo0 阅读(74) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 64 下一页