07 2022 档案

摘要:1.移除包含Server版本信息 在global.asax的Application_PreSendRequestHeaders方法中添加这个代码就可以,如下 var app = sender as HttpApplication; if (app == null || app.Context == 阅读全文
posted @ 2022-07-19 17:17 VarForrest 阅读(675) 评论(0) 推荐(0) 编辑
摘要:STATE_CONDVAR The thread is blocked on a condition variable (e.g., it called pthread_cond_wait()). STATE_DEAD The thread has terminated and is waiting 阅读全文
posted @ 2022-07-01 16:03 VarForrest 阅读(272) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示