WORKFLOW FUNCTIONS LIST 流程管理功能清单 ; 我的流程功能清单
Portal Functions List 门户管理功能清单
Documents Functions List 我的文档功能清单 ; 公文管理功能清单
Info Functions List 信息中心功能清单
LOGISTICS FUNCTIONS LIST 我的资源功能清单 ; 资源管理功能清单
Conference Functions List 会议管理功能清单
CHOOSE FUNCTIONS LIST 可选功能清单
Assistant Functions List 我的助手功能清单
See Resources for more details on kernel list functions.
请参见参考资料详细了解内核列表函数。
Head returns the first element of a list, and tail returns everything else. Listing 3 shows some simple list functions.
head返回列表的第一个元素,tail返回其他的元素。
Two particularly useful procedural list functions are filter and map . The filter function takes a list and removes those elements that fail to meet some specified criterion.
两个非常有用的过程列表函数是filter和map 。
But when you pass a parameter say, a list, you didn't think that you were not only passing the list, you were also passing the functions that operate on the list. In fact you are.
你不会认为你输入的不仅仅是链表,你还传递了处理链表的函数,实际上你正是这么做的,这往往不重要。
When you think about an int or a float or a dictionary or a list, you knew that there were functions that operated on them.
当你想到整型,浮点型,或者链表时,你知道可以用函数去处理他们,但是当你传递一个参数,例如链表。
应用推荐