摘要: (1)Download WSDL files Set up → API → API WSDL page → Generate Enterprise WSDL This will take several minutes to create a page. right-click the page a 阅读全文
posted @ 2021-11-14 10:09 冰凌花花~ 阅读(34) 评论(0) 推荐(0) 编辑
摘要: def upload(file_name) csv = IO.read(file_name).split("\n") csv[1..-1].map do |x| data = x.split(',') sid = data[0].gsub(/"/, '') puts sid current_term 阅读全文
posted @ 2021-10-18 18:27 冰凌花花~ 阅读(32) 评论(0) 推荐(0) 编辑
摘要: $ createdb old_cms$ psql old_cms $ pg_restore --verbose --clean --no-acl --no-owner -h localhost -U aaa -d old_cms ~/Downloads/old_cms.dump # select * 阅读全文
posted @ 2021-07-27 06:28 冰凌花花~ 阅读(464) 评论(0) 推荐(0) 编辑
摘要: psql: error: could not connect to server: could not connect to server: No such file or directory Is the server running locally and accepting connectio 阅读全文
posted @ 2020-08-12 12:26 冰凌花花~ 阅读(689) 评论(0) 推荐(0) 编辑
摘要: import requests as req import json reqJson = { "client_id":"jwt-service", "client_secret": "qaaaaa-468a-4ba6-b71a-21672d1376be", "username": "aaa@aaa. 阅读全文
posted @ 2020-08-09 10:38 冰凌花花~ 阅读(765) 评论(0) 推荐(0) 编辑
摘要: 官方文档 https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/using_resources_working_with_records.htm 如何生成access token? 其中client id 和 阅读全文
posted @ 2020-08-04 10:26 冰凌花花~ 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 官方文档: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_update_fields.htm 如何生成access token, 其中client id 和 client secret可以在 阅读全文
posted @ 2020-08-04 09:57 冰凌花花~ 阅读(252) 评论(0) 推荐(0) 编辑
摘要: import requests from bs4 import BeautifulSoup apex_class = '' apex_trigger = '' custome_object = '' profile = '' others = '' path = '/Users/aaa/Downlo 阅读全文
posted @ 2020-07-28 10:34 冰凌花花~ 阅读(300) 评论(0) 推荐(0) 编辑
摘要: Retire deprecated micro app projects. (Repo, Codeship, S3) Improve our code structure, how do we layout/split our components and services? https://ind 阅读全文
posted @ 2020-06-09 07:38 冰凌花花~ 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 0. Expose your local web server to the internet https://dashboard.ngrok.com/get-started My Keycloak is running in my local laptop localhost:8080. Afte 阅读全文
posted @ 2020-03-07 18:49 冰凌花花~ 阅读(312) 评论(0) 推荐(0) 编辑