tanqiangyes

Results 5 issues of tanqiangyes

原文为 > 在每个File内部可以通过offset定位下标索引,通过offset+File.base可以将File内部的offset转换为Pos位置。因为Pos是FileSet的全局偏移量,反之也可以通过Pos查询对应的File,以及对应File内部的offset。 图画为: ![image](https://user-images.githubusercontent.com/25723492/164162066-42c14cb1-83a7-40cd-b40e-6b719291560f.png) 是不是应该为: > 在每个File内部可以通过offset定位下标索引,通过File.offset+FileSet.base可以将File内部的offset转换为Pos位置。因为Pos是FileSet的全局偏移量,反之也可以通过Pos查询对应的File,以及对应File内部的offset。 如果是我理解错误,请大佬指正。 求大佬解惑! @chai2010

Is there an online site where you can read it? Like the book "Rust High Performance Programming Guide"?tks!

更新一些学习过程中遇到的问题,希望后面的同学看了之后能少走弯路。 rust需要nightly版本; 同一个仓库,make setupclassroom只需要一次; lab从os3才需要敲代码,前面看文档就好;

Support for global variables makes leo programs more flexible, just like inside solidity. This will make leo programs more diverse and can be applied to more areas.

我使用`getSongListCategories`请求,发现和官方网站上面的分类有差别,请问这个是什么原因呢