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.

  • 相关阅读:
    Flask 开启跨域
    pandas to dict
    mongodb 聚合查询
    flask 获取请求参数
    CSS dppx详解
    用CSS做出漂亮的字体动画
    VMware虚拟主机安装完成后连接不上网络
    wokerman中自定义协议的使用和测试
    使用workerman写一个小的聊天室
    telnet不能使用怎么办?
  • 原文地址:https://www.cnblogs.com/weikaishi/p/2408964.html
Copyright © 2011-2022 走看看