上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 59 下一页
摘要: 可以使用 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 阅读(87) 评论(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 阅读(10) 评论(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 阅读(17) 评论(0) 推荐(0) 编辑
摘要: mule 是一个企业消息总线容器 目前已经上市 mule-standalone 是消息总线的服务端 也是运行时 anypinot studio 是基于 eclipse 二次开发的IDE 针对mule app 开发使用 拖拽即可完成 客户端安装 去官网下载 anypinot studio / mule 阅读全文
posted @ 2023-02-07 09:49 vx_guanchaoguo0 阅读(68) 评论(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 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 前置条件 jdk8 mvn 5.5 anypoint studio 7.4 部署 cd mule_app_project mvn clean package -DattachMuleSources -DlightweightPackage mvn iinstall 参考 pom.xml 点击查看代码 阅读全文
posted @ 2023-02-02 14:02 vx_guanchaoguo0 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 安装器 https://mirrors.neusoft.edu.cn/eclipse/oomph/epp/2022-12/R/eclipse-inst-jre-mac-aarch64.dmg 安装器成功安装eclipse 位置: ~/eclipse 修改jdk 版本 位置 : 打开软件 eclips 阅读全文
posted @ 2023-01-29 09:47 vx_guanchaoguo0 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 热更使用 devtools 或者 alt + shit + f9 idea File|Settings|Preferences | Build, Execution, Deployment | Compiler : Build project automatically File|Settings| 阅读全文
posted @ 2023-01-19 15:18 vx_guanchaoguo0 阅读(24) 评论(0) 推荐(0) 编辑
摘要: servicex // 项目名 |- admin-ui // 管理服务前端代码(一般将UI和SERVICE放到一个工程中,便于管理) |- servicex-auth // 模块1 |- servicex-common // 模块2 |- servicex-gateway // 模块3 |- ser 阅读全文
posted @ 2023-01-19 14:12 vx_guanchaoguo0 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 创建资源库 前置 mysql 数据库 test 核心代码 KettleEnvironment.init(); DatabaseMeta databaseMeta = new DatabaseMeta("test-db", "MYSQL", "Native", "localhost", "test1" 阅读全文
posted @ 2023-01-19 13:28 vx_guanchaoguo0 阅读(194) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 59 下一页