Vincent Sun

Results 5 issues of Vincent Sun

[DEPRECATED] `Variable` is planned for future deprecation. Please consider `BehaviorRelay` as a replacement. Read more at: https://git.io/vNqvx

试了下,在 `scrollView.contentOffset.y` 改变时,修改 `cycleView` 的 `frame`,`itemSize`,`itemZoomScale` 都不行呢?

为何不上imooc开课程?

镜像名: scoop scoop-main scoop-extras 上游路径: https://github.com/ScoopInstaller/Scoop.git https://github.com/ScoopInstaller/Main.git https://github.com/ScoopInstaller/Extras.git 镜像简介: A command-line installer for Windows 国内其他镜像源同步情况: 同步方法: 镜像大小: 状态追踪: - [ ] 同意同步 - [ ] 同步脚本 - [ ] 部署到镜像源...

new-mirror

Here my simple code: ```rust let mut book = new_file_empty_worksheet(); let sheet = book.new_sheet("sheet1").unwrap(); sheet .get_cell_mut((1, 1)) .set_value_string("Merry Christmas!") .get_style_mut() .get_font_mut() .set_bold(true) .set_name("Arial") .set_size(18.0); sheet .add_merge_cells("A1:F1") .get_row_dimension_mut(&1) .set_height(24.0); writer::xlsx::write(&book, "greet.xlsx").unwrap();...