08 2019 档案
摘要:Start Suspend 暂停 Resume 恢复 Interrupt 中断 抛出异常 Abort 销毁线程 Join 调用处等待线程执行完毕 ThreadState Running = 0, StopRequested = 1, SuspendRequested = 2, Background
阅读全文
摘要:线程开销 时间、空间 生命周期 MemoryBarrier ThreadPool 定时器 TaskCreationOptions和TaskContinuationOptions 任务取消 带返回值的Task<T> Parallel Plinq TaskScheduler 多线程编程模型APM、EAP
阅读全文
摘要:基本数据类型 基础知识 NET安装版本 ReadWriteLock loading... 多线程 WCF C#事务 loading... NetCore Linq log4 IIS
阅读全文
摘要:How componets are created 组件怎么创建的 Locating Handler,确定HandlerContainer通过 naming subsystem检查组件是否注册了 如果没有找到,容器将会尝试懒加载,如果加载失败,抛出ComponentNotFoundException
阅读全文
摘要:移动命令 % 匹配括号移动 h 左移个字符 l 右移个字符 j 上移行 k下移行 n + h/l/j/k 移动n个字符或行 gg 文件头 G / shift g 文件尾 n + G / shift g 调到第n行 ' ' 回到刚才出发点 m (a...z) 标记当前行 ' a...z 跳转到标记行
阅读全文
摘要:实现IContributeComponentConstruction接口 意如其名,组件创建后它将完成组件最后状态的构建 不建议在construction contributor意外的地方修改ComponentModel,construction contributor构建好组建后认为他是只读的,修
阅读全文
摘要:Lifestyle controls in what scope instances are reused,and when to release them(that is do all the necessary clean up steps and then let it go for the
阅读全文
摘要:可以通过使用sub dependency resovler 重写或扩展默认的组件/依赖解析策略 Resolver怎么工作的 Windsor解析组件时,它会询问所有实现ISubDependencyResovler接口是否可以提供(要解析的)组件 * 组件如何解析请查看该链接 ISubDependenc
阅读全文
摘要:ComponentModel is the model of the component in Windsor.(ComponentModel就是组件的 Model) 包含组件的所有信息(implementation type, configuration, interceptors, lifecy
阅读全文
摘要:总结: DependencyResovler先后通过以下几个步骤解析依赖: CreateContext解析 Handler解析 SubResolver解析 Kernel解析 CreateContext解析 Handler解析 SubResolver解析 Kernel解析 Dependency Res
阅读全文
摘要:概括 创建 使用 销毁 Lifecycle Pipeline 是可扩展的,通过ILifecycleConcern 接口扩展自己的Lifecycle concern 添加到 Lifecycle Pipeline Create commission concerns 在创建时执行的一些逻辑称为 comm
阅读全文

浙公网安备 33010602011771号