Skip to content

Instantly share code, notes, and snippets.

View kejun91's full-sized avatar

Jun Ke kejun91

  • Beijing
View GitHub Profile
https://press.one/p/address/v?s=403f423658a4bc4a23e1c66a325aedabfc817830f7f1c0ce6f268d2a79f615f068c1efdc0d982805e46b92f811350c1bfd2b3e7b8607e206673c634bc19b75071&h=7a973978ec8bd8ef7dc9700d997f08251aca83c24510a17bced3ae772cbdebfa&a=7dc5916d980344b4c0eeff02d26520eba0cea4c8&f=P1&v=2
@kejun91
kejun91 / MassDeleteScheduledJob.js
Created December 13, 2015 10:49
JavaScript Hacking on Salesforce UI
(function(){var allRows = document.querySelectorAll('tr.dataRow td a.actionLink'); for(var i = 0; i < allRows.length; i++){var xhr = new XMLHttpRequest(); xhr.open('GET',allRows[i].href,true); xhr.send();}})();
https://twitter.com/blacktulip
https://twitter.com/nonamelive
http://notes.chengyinliu.com/
HollyHigh
Baxter
Puma
RB Japan
Huawei User Experience Enhancement
RB TM 1
Huawei Integration
RB TM1
http://venturebeat.com/2014/06/09/salesforce-and-line-ground-breaking-mobile-messaging-partnership-brings-1-1-marketing-to-life/
http://www.zdnet.com/blog/mobile-gadgeteer/download-media-to-your-iphone-straight-from-the-web-with-idownloader/5425
http://www.degordian.com/blog/tracking-pdf-downloads-as-pageviews-using-tag-manager/
@kejun91
kejun91 / Unicode
Created October 29, 2014 06:27
Unicode
http://kunststube.net/encoding/
http://www.joelonsoftware.com/articles/Unicode.html
@kejun91
kejun91 / Conference Notes
Last active September 10, 2018 12:00
TIBCO Spotfire
Metaphor Essbase
Cognos PowerPlay
Microsoft AS
Quick-R MOLAP ROLAP HOLAP
Microstrategy
Qliktech
Tableau
Interactive Analysis(Excel) - Precictive - Data Mining - Stats(SAS, SPSS, R)
@kejun91
kejun91 / Ds_AccountHandler
Last active August 29, 2015 14:08
Huawei_Handler
/*
* Author: steven.ke@celnet.com.cn
* Date: 2014-8-27
* Description: Account的Handler,同步到EIP
*/
public class Lepus_AccountHandler implements Triggers.Handler{
public static boolean isFirstRun = true;
public void handle(){
@kejun91
kejun91 / Misc 20141026
Last active August 29, 2015 14:08
Misc force.com
http://www.ibm.com/mobilefirst/us/en
https://github.com/ForceDotComLabs
https://github.com/adobe-webplatform/dropcap.js
http://www.forbes.com/sites/alexkonrad/2013/07/11/salesforce-radian6-china-russia/
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_triggers_merge_statements.htm
http://www.salesforce.com/us/developer/docs/pages/index_Left.htm Visualforce Developer’s Guide
http://www.salesforce.com/us/developer/docs/apexcode/index_Left.htm Force.com Apex Code Developer's Guide
http://www.salesforce.com/us/developer/docs/salesforce1/index_Left.htm Salesforce1 Mobile App Developer Guide
http://www.salesforce.com/us/developer/docs/platform_connect/index_Left.htm Force.com Canvas Developer's Guide
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_list_sorting_sobject.htm
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_list.htm#apex_System_List_sort
http://salesforce.stackexchange.com/questions/8370/how-to-sort-wrapper-list
https://www.salesforce.com/us/developer/docs/apexcode/index_Left.htm#CSHID=apex_comparable.htm|StartTopic=Content%2Fapex_comparable.htm|SkinName=webhelp
http://en.wikipedia.org/wiki/Quicksort
http://www.javaprogrammingforums.com/java-theory-questions/16452-understanding-comparable-interface.html
http://stackoverflow.com/questions/10130246/java-using-the-comparable-interface
http://salesforce.stackexchange.com/questions/35005/view-state-and-transient
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_keywords_transient.htm
http://www.salesforce.com/us/developer/docs/apexcode/index_Left.htm#CSHID=apex_classes_static.htm|StartTopic=Content%2Fapex_classes_static.htm|SkinName=webhelp