上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 68 下一页
摘要: #### 直接上代码 ``` from apscheduler.triggers.interval import IntervalTrigger from flask import Flask, render_template, request, redirect, jsonify from aps 阅读全文
posted @ 2023-05-23 15:13 vx_guanchaoguo0 阅读(23) 评论(0) 推荐(0)
摘要: ### django 项目 ``` /usr/bin/env bash -c "arch -x86_64 /Users/jimogangdan/PycharmProjects/data-exchange-platform/venv/bin/python -m unittest -v app_sche 阅读全文
posted @ 2023-05-19 16:28 vx_guanchaoguo0 阅读(16) 评论(0) 推荐(0)
摘要: ##### oracle 中没有 limit ROWNUM 来处理的 * 只能通过嵌套来处理 ``` SELECT * FROM (SELECT COMP_LN.GIM_RENKOU.LASTUPTIME FROM COMP_LN.GIM_RENKOU ORDER BY COMP_LN.GIM_RE 阅读全文
posted @ 2023-05-19 15:29 vx_guanchaoguo0 阅读(169) 评论(0) 推荐(0)
摘要: 由于oracle 不支持arm 所以每次执行执行shell 先切换架构 然后运行命令 第一种 手敲命令 很麻烦 arch -x86_64 zsh python main.py 第二种 执行shell 每次需要找到这很shell #!/usr/bin/env bash arch -x86_64 /Us 阅读全文
posted @ 2023-05-19 11:58 vx_guanchaoguo0 阅读(9) 评论(0) 推荐(0)
摘要: 连接已存在资源库 原来是表名小写 直接设置mysql 表名小写 vim /etc/mysql/my.cnf # 值为 0 表示不进行转换,值为 2 表示区分大小写,并且会将表名存储为区分大小写的形式 lower_case_table_names = 1 遇到资源端口3307 kettle 确是330 阅读全文
posted @ 2023-05-17 09:38 vx_guanchaoguo0 阅读(195) 评论(0) 推荐(0)
摘要: 我们经常需要对比连个图片的差别 截图 F1 贴图 F3 阅读全文
posted @ 2023-05-17 09:26 vx_guanchaoguo0 阅读(12) 评论(0) 推荐(0)
摘要: 安装 charles https://links.jianshu.com/go?to=https%3A%2F%2Fwww.charlesproxy.com%2Fdownload%2F 破解 charles https://www.charles.ren https://www.zzzmode.com 阅读全文
posted @ 2023-05-16 15:54 vx_guanchaoguo0 阅读(500) 评论(0) 推荐(0)
摘要: carte 和 kettle Carte作为Kettle服务器的一种实现,可以方便地管理和执行转换和作业,并且可以在分布式环境中扩展 使用Carte,可以通过REST Web服务接口进行调度和监视转换和作业。 配置 carte data-integration/pwd/carte-config-ma 阅读全文
posted @ 2023-05-12 14:28 vx_guanchaoguo0 阅读(97) 评论(0) 推荐(0)
摘要: 现在官方只能下载到 3.9.5的mac版本 使用java service wraaper 包装的并不支持 偷梁换柱大法 下载 mule-enterprise-standalone-3.9.5 企业版本 mule-standalone-3.9.0 社区版本 把lib/boot、bin、 conf 全部 阅读全文
posted @ 2023-05-06 17:59 vx_guanchaoguo0 阅读(74) 评论(0) 推荐(0)
摘要: 启动直接报错 linux 由于是amd64 linux 版本 不支持 cpu指令集 找到合适的 the Java Service Wrapper 做转换 https://wrapper.tanukisoftware.com/doc/english/download.jsp#stable 下载解压 w 阅读全文
posted @ 2023-05-06 17:44 vx_guanchaoguo0 阅读(246) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 68 下一页