zoukankan      html  css  js  c++  java
  • Study Plan The Second Day

         Manager of department told me that the Human resources department have approved me to advance take my Annual leave on this afternoon.  After got this news, I was glad to told my friend and decided to go home to the wedding. Then looked for discount ticket, book a ticket for return ShangHai. I asked colleague how to write request for leave and wrote a request for leave and got signature. 

        By readed CLR via c# I understand that how to merge managed module to assembly. CLR not run with module, it is work with assembly. Assembly is the smallest unit to reuse, safety, version managed. Some managed module and files and resources delivered to a tool, which can create a signal protable executable file named PE32(+). It include a data which called manifest. The manifest is make up by some metadata tables. This tables descript the files which form the assembly, and the assembly have implement the public types, and the resources or data files which is related by assembly.

        In assembly module, it inclued reference assembly infomation, it made assembly can self-describing.

  • 相关阅读:
    c# IOSerialize 验证码、图片缩放
    SqlServer 分库分表
    权限系统数据库设计
    SqlServer 读写分离
    树转二叉树
    数据结构:图的存储结构之邻接矩阵、邻接表
    【数据结构】数据结构-图的基本概念
    哈夫曼树
    二叉树遍历方法
    Oracle 检查约束check
  • 原文地址:https://www.cnblogs.com/weikaishi/p/2408964.html
Copyright © 2011-2022 走看看