首页
首页
沸点
课程
直播
活动
竞赛
商城
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
朱慢慢
掘友等级
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
赞
4
文章 4
沸点 0
赞
4
返回
|
搜索文章
最新
热门
【move】目录
The Move Programming Language 引言(Introduction) Getting Started 模块和脚本(Modules and Scripts) Move 教程(Mo
【move】Introduction
引言 (Introduction) Welcome to Move, a next generation language for secure, sandboxed, and formally ve
【move】27.Coding Conventions
Move 编码约定 本节列出了 Move 团队认为有用的一些基本的 Move 编码约定。这些只是建议,如果你喜欢其他格式指南和约定,你可以随时使用它们。 命名 模块名称:应该使用小写的蛇形命名法,例如
【move】26.Standard Library
标准库(Standard Library) The Move standard library exposes interfaces that implement the following func
【move】25.Global Storage - Operators
全局存储 - 操作(Global Storage - Operators) Move programs can create, delete, and update resources in glob
【move】24.Global Storage Structure
全局存储 —— 结构 Move 程序的目的是读取和写入树形的持久全局存储。程序不能访问文件系统、网络或任何此树以外的数据。 在伪代码中,全局存储看起来像: 从结构上讲,全局存储是一个森林(forest
【move】23.Unit Tests
单元测试 (Unit Tests) Unit testing for Move adds three new annotations to the Move source language: Move
【move】22.Packages
程序包(packages) Packages allow Move programmers to more easily re-use code and share it across project
【move】21.Friends
友元函数(Friends) The friend syntax is used to declare modules that are trusted by the current module. A
【move】20.Uses and Aliases
使用与别名(Uses and Aliases) The use syntax can be used to create aliases to members in other modules. us
下一页
个人成就
文章被点赞
1
文章被阅读
1,723
掘力值
50
关注了
15
关注者
2
收藏集
1
关注标签
27
加入于
2016-12-19