ExiaHuang

Keep it simple

How to use jsforce to call rest api?

How to use jsforce to call rest api? 1 2 3 4 5 6 7 8 9 10 11 12 13 var _request = { url: '/services/data/v37.0/sobjects', method: 'get', body: '', headers : { ...

How do I promisify native XHR?

Using callbacks I want to use (native) promises in my frontend app to perform XHR request but without all the tomfoolery of a massive framework. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 funct...

SalesforceXyTools For Chrome

What is SalesforceXyTools for Chrome ? SalesforceXyTools for Chrome is a developer tools for Salesforce,SFDC,Force.com. 1. Login SFDC By 1 click 2. Quickly Search For Sobject,Apex,Trigger,Page,Com...

Windows Batch Script For Git

Windows Batch Script For Git 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 @echo off rem given path set path1=%cd% s...

SFDC Apex Flex Queue Limit

Exception message 1 2 3 4 5 Apex script unhandled exception by user/organization: xxxx_user_id/xxxx_org_id Scheduled job 'xxxxxx_schedule_class' threw unhandled exception. caused by: System.Asyn...

SFDC Add Schedule

How to add Schedule job on sfdc using apex code. 1 2 3 4 String cronStr1 = '0 0 1,3,5,7,9,11,13,15,17,19,21,23 * * ? *'; SchedulerClass sch = new SchedulerClass(); String jobID = system.schedule('...

Salesforce apex updateあるいはdeleteしたらDmlExceptionが出た

Salesforce apex updateあるいはdeleteしたらDmlExceptionが出た 1 2 3 First error: Update failed. First exception on row 0 with id a08xxxxxxxxxxxxxxx; first error: ENTITY_IS_DELETED, entity is deleted: [] 削...

regex expression

Sublime 正则表达式, Regex Exrpression 1 2 <img([^>])*> <img$1 /> Salesforce TestClass 替换函数名 替换函数名 1 2 public static [^\s]* ([a-z]) ⇒static testMethod void test(\1)

dos comment

Dos BAT Comment 1. :: 注释内容(第一个冒号后也可以跟任何一个非字母数字的字符) 2. rem 注释内容(不能出现重定向符号和管道符号) 3. echo 注释内容(不能出现重定向符号和管道符号)〉nul 4. if not exist nul 注释内容(不能出现重定向符号和管道符号) 5. :注释内容(注释文本不能与已有标签重名) 6. %注释内容%(可以用作行间注释,...

Git Help

一目了然的说明图 Git pull 强制覆盖本地文件 1 2 3 git fetch --all git reset --hard origin/master git pull 拉取代码 1 2 3 cd D:\Exia.Workspace\myproject\SalesforceXyTools-Chrome git fetch origin master git pull orig...

Android LGL24 LGFlashTool

Introduce 本方法需要重新刷新底包,机器内的所有信息都将完全丢失,之前请做好备份 本教程的起点是双网版的L24,手持纯au机的朋友需要先用NCK CODE把网络锁解掉,方法另寻。淘宝购入的朋友基本可以无视这条。 本人综合网络上流传的各教程,可能在进行破解过程中存在个人差异 在任何操作前请一定明白自己在干什么,线刷有风险,刷坏就是砖,请事先学习救砖技能。 本人不对...

mac rest password Mac单用户模式重设管理员密码

如果 Mac 设备的当前系统为 El Capitan、Yosemite、Mavericks、Mountain Lion 或者 Lion 的话可以通过以下操作步骤来实现:   1. 在单用户模式下启动 Mac 设备。   2. 打开终端窗口,然后输入以下命令:   mount -uw /   3. Capitan 或 Yosemite 系统用户分别输入以下两个命令:   launch...

windows dos wifi share

start wifi share 1 2 3 netsh wlan set hostednetwork mode=allow ssid=yourssid key=password netsh wlan start hostednetwork pause stop wifi share 1 2 netsh wlan stop hostednetwork pause