create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>百度地图 JavaScript API 极速版自定义覆盖物</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no" /> | |
| <style> | |
| body, | |
| html, | |
| #mapdemo { |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| <apex:page > | |
| <!-- download the jstree from jstree.com and upload the dist directory as a static resource --> | |
| <link href="{!URLFOR($Resource.jsTree, 'themes/default/style.min.css')}" rel="stylesheet" /> | |
| <script src="{!URLFOR($Resource.jsTree, 'libs/jquery.js')}"></script> | |
| <script src="{!URLFOR($Resource.jsTree, 'jstree.min.js')}"></script> | |
| <script src="{!URLFOR($Resource.jsTree, 'jstree.min.js')}"></script> | |
| <!-- | |
| Change the remoteObjectModel name="Account and |
| /* | |
| ====================================================================== | |
| The following apex code demonstrates logging into another salesforce | |
| org via the SOAP/XML web service api and then using session id to | |
| query the standard REST API as well as the Chatter REST API. | |
| To run this code, simply copy and paste into execute anonymous, | |
| then replace the value of the first three variables accordingly. | |
| NOTES: | |
| (1) You'll need to create a remote site setting for both the login |