09 2023 档案
摘要:1. delete column spu==null db.channel_spu.deleteMany({ spuId: null }) 例如,删除所有年龄小于25岁的用户信息:db.users.deleteMany({age: {$lt: 25}})2. db.channel_spu.delet
阅读全文
摘要:1. selenium chrome: calenda time And input created time from "2023-07-01 17:19" @step('input created time from "{Keyword}"')def step_impl(context, Key
阅读全文
摘要:1. prefs = {'profile.default_content_settings.popups': 0, 'download.default_directory': filepath}OPTIONS.add_experimental_option('prefs', prefs)
阅读全文
摘要:1. curl http://tab:11b218ba66d607b609a749ed10e20a5c33@drg1-dev-infrastructure-docker-qa-1.afftech.info:10240/view/Cartier/job/store_operation_tool/bui
阅读全文
摘要:wiremock终于能通外网了,我这样跑的docker 就可以访问到ECAPI的:docker run -e https_proxy='http://proxy-drg1-dev.fftech.info:8080/' -e http_proxy='http://proxy-drg1-dev.ffte
阅读全文
摘要:pipeline { agent { label "Node_1" } parameters { string(defaultValue: 'CHT', description: '', name: 'projectKey') choice( choices:['Live','Dev'], name
阅读全文
浙公网安备 33010602011771号