杨学者

Results 22 issues of 杨学者

![image](https://user-images.githubusercontent.com/59018630/163674913-d93a5349-6292-4fe4-b0d1-99c769257156.png) 但是返回结果是这个: {"error":"AssertError","code":"405","data":"-405"} 郁闷啊 配置文件是PHP解析Charles结果自动生成配置信息: 1、PHP

win10 msvc2019 rust nightly 1.73 error[E0635]: unknown feature `proc_macro_span_shrink` --> C:\Users\Administrator\.cargo\registry\src\mirrors.ustc.edu.cn-12df342d903acd47\proc-macro2-1.0.46\src\lib.rs:92:30 | 92 | feature(proc_macro_span, proc_macro_span_shrink) | ^^^^^^^^^^^^^^^^^^^^^^ For more information about this error, try `rustc --explain E0635`. error: could...

it seems only linux can deploy the server. ``` error[E0433]: failed to resolve: could not find `unix` in `os` --> src\sandbox.rs:8:9 | 8 | os::unix::fs::PermissionsExt, | ^^^^ could not find...

enhancement
help wanted

this is my proto: syntax = "proto3"; message GetRequest { string name = 1; int32 age = 2; repeated string features = 3; } this is my rs files: let...

deserialize_from_slice requires vec or &[u8] live longer than object decoded. deserialize_from_vec may be helperful, and then we can transfer object decoded from one function to another function. thanks!

"C:/Program Files (x86)/Rust stable GNU 1.58/bin/cargo.exe" build --color=always --message-format=json-diagnostic-rendered-ansi --all --all-targets error: failed to load manifest for workspace member `G:\Codebase\Rust\neuronika-main\neuronika-variable` Caused by: failed to parse manifest at `G:\Codebase\Rust\neuronika-main\neuronika-variable\Cargo.toml` Caused by:...

G:\Codebase\Rust\good-projects\orange\src-tauri>cargo run Compiling serde_json v1.0.79 Compiling log v0.4.14 Compiling url v2.2.2 Compiling ntapi v0.3.7 Compiling serde_with v1.12.0 Compiling string_cache v0.8.3 Compiling tracing v0.1.32 Compiling native-tls v0.2.8 Compiling want v0.3.0 Compiling...

D:\codebase\slint-android-demo>cargo apk run --target aarch64-linux-android --lib Using package `slint-android-demo` in `D:\codebase\slint-android-demo\Cargo.toml` Compiling i-slint-backend-android-activity v1.5.1 Compiling i-slint-renderer-skia v1.5.1 error: failed to run custom build command for `i-slint-backend-android-activity v1.5.1` Caused by: process...

needs info
a:platform-android

cannot download crate package from github I have a cargo project, and "Cargo.toml" has a dependency from github web_url : hyper-util = { git = "https://github.com/hyperium/hyper-util"} cargo local-registry --sync Cargo.toml...