xiazhicn
xiazhicn
关注数: 25
粉丝数: 6
发帖数: 93
关注贴吧数: 7
学校可以代报英语四级考试吗? 学校可以代报英语四级考试吗? RT
恭祝华夏智软成为国内首家 Salesforce ISV Partner 华夏智软成功入驻 Salesforce ISV Partner ,今后希望有更多从业者加入我们。 现在针对本吧成员 / 18203920群成员 / 社区会员,开放内部试用,如有意向合作,可以联系。
Salesforce 认证考试的资料 Force.com Developer Certification Handbook(DEV401) http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.hxdev.cn%2Fthread-3156-1-1.html&urlrefer=80c7c74ef00f87277d6ad336f427c321 Salesforce Crm: The Definitive Admin Handbook http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.hxdev.cn%2Fthread-3143-1-1.html&urlrefer=0c7a1981285288c3dfc42ea47e55eff8
公式字段的限制 | Formula Field Limits follow error may occurs: You have reached the maximum number of 10 object references on XXX_OBJECT. Formula Limits Formula fields can contain up to 3900 characters, including spaces and line breaks. Formula fields are calculated using generated SQL on the backend. This SQL must not exceed 5000 characters. This includes other referenced formula fields. A best practice to avoid receiving a formula too big to execute error is to avoid referencing large formula fields multiple times from another formula (each reference is expanded at run-time) and use CASE statements instead of nested IFstatements, where possible. For all of the formulas related to an object (formula fields, validation rules workflow rules, assignment rules, etc.), there is a limit of 10 unique relationships for cross-object merge fields. You can reference any number of merge fields across one relationship (i.e., from Contact you can reference as many Account fields as you want), but if you try to reference a merge field across a 6th relationship, then you will be blocked from saving that formula.
Salesforce 官方扫盲自学导航 Force.com Platform Fundamentals(新手入门的葵花宝典) http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.salesforce.com%2Fus%2Fdeveloper%2Fdocs%2Ffundamentals%2Findex_Left.htm&urlrefer=652505975e409cd81bf2b1dcd00aa1a5 深入Visualforce(API,高级开发必看) http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.salesforce.com%2Fus%2Fdeveloper%2Fdocs%2Fpages%2Findex.htm&urlrefer=f12e0abcb75d1c07155f05b79b02955d 练习 Apex(API,高级开发必看) http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.salesforce.com%2Fus%2Fdeveloper%2Fdocs%2Fapexcode%2F&urlrefer=2044f123b448e67ef714801f35727800 多看 Code Share http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fdeveloper.force.com%2Fcodeshare&urlrefer=72bc952dbba3eaee52f5d155c8d41e90 动手练习WorkBook http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.salesforce.com%2Fus%2Fdeveloper%2Fdocs%2Fworkbook%2Findex.htm&urlrefer=690dedff2c8d21f311a38062b8f172ed Secure 资料 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwiki.developerforce.com%2Fpage%2FSecure_Coding_Guideline&urlrefer=11f7f643d8d94f2a2865d5357bfc0471 Migration Tool http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.salesforce.com%2Fus%2Fdeveloper%2Fdocs%2Fdaas%2Findex.htm&urlrefer=528ac03f3f4f47e6b69e3f7c07d5d857 Apex 标签库 http://tieba.baidu.com/mo/q/checkurl?url=https%3A%2F%2Fap1.salesforce.com%2Fapexpages%2Fapexcomponents.apexp&urlrefer=e132422f3c7617732e43a52d238f75cd Data Loader http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.salesforce.com%2Fus%2Fdeveloper%2Fdocs%2FdataLoader%2Findex.htm&urlrefer=0f532a6866ec7ec3554d5f05e22dcb10
Salesforce Apex JSON Parse | 如何在Apex解析JSON格式数据 public class jsonTest{ public string name{get;set;} public jsondata data{get;set;} public string from1{get;set;} } public class jsondata{ public string info{get;set;} public string err{get;set;} } public static testMethod void Test(){ string jsonstr = '{"name":"Javen Hao" , "data":{"info":"this is tester" , "err":"no error" },"form":"test" }'; jsonstr = jsonstr.replaceAll('"form"', '"from1"'); jsonTest t = new jsonTest(); t = (jsonTest)JSON.deserialize( jsonstr , jsonTest.class ); } } 原文来源:http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.hxdev.cn%2Fthread-3957-1-1.html&urlrefer=be0d991f5bf1b44735ed68925f17eeb8
Salesforce 中文资料制定团队-招募 我们致力于 Salesforce 在中国的健康发展和昌盛,包括制定中文版的宣传资料、开发文档、甚至认证考试。虽然任务艰难而又长远,并且还有很多人不赞同中文化,但是我们是一群有理想、有毅力的年轻人。我们的决定,将直接影响到Salesforce在中国的道路。【路漫漫其修远兮 吾将上下而求索】 招募背景 日本自 02 年就开始推行Salesforce,直到如今大家可以看到,Salesforce在日本的强大的程度。无论是认证考试、学习资料、宣传资料等等,基本都有日本语的版本。那么中国呢? Salesforce 在中国立足,必须需要有本土化的资料,无论是客户、开发人员等等,都可以轻松的了解Salesforce。 我们的使命 致力于成为 Salesforce 的官方授权团队,以及 Salesforce 在中国更健康的发展。 我们的任务 Salesforce 指导文档、开发文档等,编写中文版本Salesforce 宣传资料,编写中文版本 Salesforce 认证考试,建议官方允许中文版本考试。 有意者,回复帖子,或者私信我.
Salesforce 中文资料制定团队-招募 我们致力于 Salesforce 在中国的健康发展和昌盛,包括制定中文版的宣传资料、开发文档、甚至认证考试。虽然任务艰难而又长远,并且还有很多人不赞同中文化,但是我们是一群有理想、有毅力的年轻人。我们的决定,将直接影响到Salesforce在中国的道路。【路漫漫其修远兮 吾将上下而求索】 招募背景 日本自 02 年就开始推行Salesforce,直到如今大家可以看到,Salesforce在日本的强大的程度。无论是认证考试、学习资料、宣传资料等等,基本都有日本语的版本。那么中国呢? Salesforce 在中国立足,必须需要有本土化的资料,无论是客户、开发人员等等,都可以轻松的了解Salesforce。 我们的使命 致力于成为 Salesforce 的官方授权团队,以及 Salesforce 在中国更健康的发展。 我们的任务 Salesforce 指导文档、开发文档等,编写中文版本Salesforce 宣传资料,编写中文版本 Salesforce 认证考试,建议官方允许中文版本考试。 有意者,回复帖子,或者私信我.
最近这吧太冷清了
关于 华夏编程社区 简介 华夏编程社区 ---- 致力于成为 推动国内技术发展,跟踪全球前沿科技趋势 的互联网社区。 华夏编程社区 涉及 电子商务、云计算、社交网络、软件工程、逆向工程、信息安全、反病毒、加密解密、大数据分析 等内容,覆盖面积广,及时准确的报道国内外IT行业最新新闻事件、技术革新、产品创新等,关注IT行业政府重大决策、业界重大活动,跟踪IT市场变化,展现IT行业商机,为各界用户提供准确的市场信息。 华夏编程社区 更是为广大 业务分析师,需求分析师,软件工程师、项目经理等提供交流舞台,软件技术有 Force.com、Google Apps、JAVA、Salesforce、dotNet、C++、WEB2.0、HTML5、Linux、ERP、CRM等栏目,同时有设计模式、软件开发与管理、网络安全、WINDOWS专区、人在职场、企业管理等综合栏目。此后将大力发展 大数据分析和社交网络。 文化华夏编程社区 紧跟 国际 IT 步伐的同时,也需要更多人长期的参与和支持。我们一直在打造我们的品牌价值,用我们的真实实力来证明我们的选择,改变中国开发空间和产业链。 Salesforce Cloud(China) 国内首家发展 Force.com 和 Salesforce 技术的社区,帮助国内的SFDC开发人员,快速熟悉Apex Class 和 Visualforce 等。在可跨越英语瓶颈的情况下,顺利学会SFDC机会,以及顺利获取SFDC认证。 Salesforce Cloud(China)现有百名以上 Salesforce 顾问、开发、管理员,致力于发展国内Salesforce文化和推行 Salesforce No-Software 思想。
2012年 计算机信息安全 回顾 文章来源:http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.hxdev.cn%2Fforum.php%3Fmod%3Dviewthread%26tid%3D3860%23lastpost&urlrefer=76c2fbe5d9f2c50ad1cf35458472fccd
贴吧 | 官网网站 和 指定QQ群 Salesforce Cloud(China)资质QQ群:18203920 Salesforce Cloud(China)特约社区:华夏编程社区(hxdev.cn)
华夏编程社区 http://forum.hxdev.cn。 新域名启用了
曰:“我泱泱大豫,正在崛起”,【豫众谨记,富己强豫】 【段子】民国31年,泱泱大豫饥荒。一人遗言,二十年后又是一条好汉。十六年过去,转生还是又被饿死,而且持续三年之久。此人说,没有天理呀,那再等二十年,谁知赶上计划生育,没得生了。“豫众谨记,富己强豫” 民国31年,泱泱大豫,天祭,缺无自成也!豫众谨记!河南同胞必转。 内容首发于: http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fweibo.com%2Fjavenhao&urlrefer=d18568b5c9f45486cf29efb58551ded8
为什么沉了下去 为什么沉了下去
强烈提议 发表 有意义帖子 最近水贴太多,希望大家发表一些有建设性 或者 实际意义的帖子。 这样对 华夏编程社区 吧 有 良好的发展。
本贴吧唯一 官网LOGO 和 驱动商 本贴吧指定论坛: http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fcst21cn.5d6d.net%2F&urlrefer=7f8807ba3447f8f5bfd36251db6dcf2c 本贴吧官方置顶QQ群: Java/J2ee : 18129647 Salesforce : 18203920
庆祝[华夏编程社区吧]成功创建,贴吧宣言! (1) 遵守国家法律和贴吧规章制度。 (1) Comply With national law and the forum regulations. (2) 尊重华夏开发社区及HACKPRO的管理团队的。 (2) Respect the Huaxia Developer Community & the HACKPRO Management Team. (3) 意愿支持华夏开发人员社区的发展。 (3) The intention to support the development of the Huaxia Developer Community. 我们之所以付出的努力,只为了哪些长期支持和参与华夏编程社区的忠实会员. The reason why we efforts, only for long-term support and participate in the Huaxia Developer Community of Loyal member. 仅此而已! That's it! 华夏编程社区 & HACKPRO Huaxia Developer Community , HACKPRO
ADM201 / DEV401 ,需要资料请留邮箱 如题,需要资料或者试题请留邮箱
来自 HackPro 的对HACK的认识和定义 hack 给你的不仅仅 是这些小把戏,hack是一种精神,一种对人类文明及产业链 不断提供的精神,在商业和自由的光环下,创造新的产业链。 我们始终认为这是Hack。 form 华夏编程社区 & HAKPRO
有没有毕业后在上海的同学 有没有毕业后在上海的同学
===【物品丢失】旅游英语系张艳红,请联系=== 本人拾到一个商专旅游英语系张艳红的钱包,认识他的转告,电话15093308603
旅游英语系张艳红,请联系 本人拾到一个商专旅游英语系张艳红的钱包,认识他的转告,电话15093308603
国内也有Salesforce交流的中文论坛了 给大家介绍一个Salesforce的中文论坛,虽然资源不算很多,但是有望继续发展。 Salesforce 的朋友希望多多交流。
1
下一页