zoukankan      html  css  js  c++  java
  • 获取网站所运行的程序域

    以下代码是在查看NOP中看到的 感觉很不错

    /// <summary>         /// Gets a physical disk path of Bin directory         /// </summary>         /// <returns>The physical path. E.g. "c:inetpubwwwrootin"</returns>         public virtual string GetBinDirectory()         {             if (HostingEnvironment.IsHosted)             {                 //hosted                 return HttpRuntime.BinDirectory;             }             //not hosted. For example, run either in unit tests             return AppDomain.CurrentDomain.BaseDirectory;         }
  • 相关阅读:
    几个基本trick
    CSP2019 树上的树 口胡
    To do List
    对代码风格的探索(持续更新)
    我回来了。
    年度悲剧
    最短路
    平衡树
    线段树-模板
    jmeter断言之JSON Assertion
  • 原文地址:https://www.cnblogs.com/micro-chen/p/4200670.html
Copyright © 2011-2022 走看看