zhanhb

Results 11 issues of zhanhb

``` #include #include #include #include int main() { HANDLE h = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); PROCESSENTRY32 pe = {0}; pe.dwSize = sizeof (PROCESSENTRY32); DWORD pid = GetCurrentProcessId(); if (Process32First(h, &pe)) { do...

to support more versions

个人试了一下mptcp选项,感觉网络卡住的情况有减少,希望能添加该选项的支持。

pending

### 页面英文名 nr-seg ### 我希望能添加的内容是 非递归线段树的介绍及代码实现 ### 我了解到的相关参考资料有 https://codeforces.com/blog/entry/18051

Content Request / 内容请求

I work with spring-boot, and have no persistence.xml file, I configured a TypeDef in file package-info.java, I set hibernate.hmb2ddl.auto to create, run the test case, the type in the database...

Hacktoberfest
TypeBug

```java open module sample { // requires mandated java.base; ... } ```