摘要:
(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 阅读全文
摘要:
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 阅读全文
摘要:
$ 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 * 阅读全文
摘要:
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 阅读全文
摘要:
import requests as req import json reqJson = { "client_id":"jwt-service", "client_secret": "qaaaaa-468a-4ba6-b71a-21672d1376be", "username": "aaa@aaa. 阅读全文
摘要:
官方文档 https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/using_resources_working_with_records.htm 如何生成access token? 其中client id 和 阅读全文
摘要:
官方文档: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_update_fields.htm 如何生成access token, 其中client id 和 client secret可以在 阅读全文
摘要:
import requests from bs4 import BeautifulSoup apex_class = '' apex_trigger = '' custome_object = '' profile = '' others = '' path = '/Users/aaa/Downlo 阅读全文
摘要:
Retire deprecated micro app projects. (Repo, Codeship, S3) Improve our code structure, how do we layout/split our components and services? https://ind 阅读全文
摘要:
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 阅读全文