
云
江湖评谈
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
类模板和宏定义应用
#include "stdafx.h"#define THREAD_LOCAL(class_name, ident_name) \CThreadLocal ident_name;struct CMyThreadData{int mSomeData;};class CThreadLocalObject{public :int m_nSlot;原创 2017-04-27 20:20:36 · 904 阅读 · 0 评论 -
HttpPost特性剖析
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)] public abstract class ActionMethodSelectorAttribute : Attribute { } [AttributeUsage(Attri原创 2018-02-01 10:22:53 · 1539 阅读 · 0 评论