摘要:尽量不要生气,会影响你的判断力尽量不要伤害身体,会无故浪费你的金钱尽量不要怀疑自己,会让你进入别人的圈套
阅读全文
12 2012 档案
摘要:定义和用法<meta> 元素可提供有关页面的元信息(meta-information),比如针对搜索引擎和更新频度的描述和关键词。<meta> 标签位于文档的头部,不包含任何内容。<meta> 标签的属性定义了与文档相关联的名称/值对。
阅读全文
摘要:<html lang="en" style="">表示当前文档显示的语言在很多国际化的网站中会遇到<html lang="ar">....</htm>表示当前页面的显示文本是阿拉伯语HTML lang 属性lang 属性 -- HTML语言声明属性示例<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><html xmlns="ht
阅读全文
摘要:1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; c
阅读全文
摘要:I found the problem. The issue was the following: My batch process had a global variable which was keeping instances of lists of records that were created in each execution of the method "execute". Therefore I wasunnecessarilyaccumulating records in memory and that caused the error "B
阅读全文
摘要:客户要求只针对三个object:contact,account,opportunity某个field改变时进行发email, 这个field在
阅读全文
摘要:If you are trying to accomplish this task (getting a CSV file to download in IE8)using Salesforce.com(in which case your front-end is Visualforce and you can't set all of the headers, only some of them), here's what you need:<apex:pagecache="true"contentType="application/oc
阅读全文
摘要:http://blogs.developerforce.com/developer-relations/2011/03/visualforce-rerender-and-internet-explorer-9.htmlVisualforce AJAX and Internet Explorer 9 Error (and Fixes) [UPDATED]ByJOSH BIRK|Published:MARCH 24, 2011UPDATE:An official patch has been released by the Visualforce team, so this should no l
阅读全文
摘要:These libraries provide many functions, whether the matter is related to events or effects or AJAX.http://coding.smashingmagazine.com/2009/03/02/40-stand-alone-javascript-libraries-for-specific-purposes/
阅读全文