NexT


  • 首页

  • 分类

  • 标签

  • 搜索

salesforce_code_001_trigger

发表于 2017-09-21 | 分类于 salesforce

trigger

阅读全文 »

salesforce_基础_002_データアクセス

发表于 2017-09-19 | 分类于 salesforce

組織全体、特定のオブジェクト、特定の項目、または個々のレコードのどのデータにどのユーザがアクセスできるかを制御できます。

阅读全文 »

salesforce_基础_001_Apex初级

发表于 2017-09-18 | 分类于 salesforce

Apex - 数据类型

阅读全文 »

salesforce_基础_000

发表于 2017-09-17 | 分类于 salesforce

Customer Relationship Management(CRM)客户关系管理

阅读全文 »

Next Theme Tutorial

发表于 2017-07-20 | 分类于 tutorial
NexT is a high quality elegant Jekyll theme ported from Hexo Next. It is crafted from scratch, with love.
阅读全文 »

Highlight Test

发表于 2017-07-19 | 分类于 Test

This is a highlight test.

Normal block

alert('Hello World!');
print 'helloworld'

Highlight block

alert( 'Hello, world!' );
print 'helloworld'
def foo
  puts 'foo'
end
def foo
  puts 'foo'
end
1
2
3
def foo
  puts 'foo'
end
#include <iostream>

using namespace std;

void foo(int arg1, int arg2)
{

}

int main()
{
  string str;
  foo(1, 2);
  cout << "Hello World" << endl;
  return 0;
}
阅读全文 »

Emoji Test

发表于 2015-09-19

This is an emoji test. :smile: lol.

阅读全文 »

Gallery Post

发表于 2014-11-18 | 分类于 Photo
Gallery Post Test. 测试图片类文章的显示。
阅读全文 »

MathJax with Jekyll

发表于 2014-02-16 | 分类于 opinion

One of the rewards of switching my website to Jekyll is the ability to support MathJax, which means I can write LaTeX-like equations that get nicely displayed in a web browser, like this one \( \sqrt{\frac{n!}{k!(n-k)!}} \) or this one \( x^2 + y^2 = r^2 \).

阅读全文 »

Images

发表于 2013-12-26

This is a image test post.

阅读全文 »
1 2
zhanghan1989

zhanghan1989

welcome to my blog!

19 日志
9 分类
RSS
© 2017 zhanghan1989
由 Jekyll 强力驱动
主题 - NexT.Pisces