书栈网 · BookStack 本次搜索耗时 0.067 秒,为您找到 149 个相关结果.
  • Migrating from the ASP.NET Boilerplate

    ASP.NET Boilerplate v5+ to ABP Framework Migration Introduction Should I Migrate? What About the ASP.NET Zero? ASP.NET MVC 5.x Projects The Migration Progress Creating the Sol...
  • 一个一个注册组件

    一个一个注册组件 基础注册示例 在容器中注册类型 注册类型为非默认服务 注册泛型 配置组件的生命期方式 为服务注册多个组件 注册存在的实例 使用委托作为组件工厂 OnCreate 为组件指定名称 使用 (Service override) 为组件提供依赖 为复数服务注册组件 Type forwarding 提供内联依赖 还可以看看...
  • 第四章 对 Android 设备进行流量分析

    第四章 对 Android 设备进行流量分析 4.1 Android 流量拦截 4.2 流量分析方式 被动分析 主动分析 4.3 HTTPS 代理拦截 其它用于拦截 SSL 流量的方式 4.4 使用封包捕获来提取敏感文件 总结 第四章 对 Android 设备进行流量分析 作者:Aditya Gupta 译者:飞龙 协议:CC ...
  • 类 - Part I

    1294 2019-12-14 《Dart 之魂》
    类 - Part I 属性和方法 构造函数 初始化列表 Getter/Setter 方法 子类 类 - Part I 类的知识点较多,所以分成两节进行讲解,本节是Part I,下一节是Part II 。 类是对象的蓝本,用于创建对象。 类的声明是使用关键字class ,所有类都直接或间接继承最顶端的Object 类。 *示例代码使用...
  • 生命期类型

    生命期类型(Lifestyles) 标准生命期类型: 常见类型 单例(Singleton) Transient 每次Web请求(PerWebRequest) 标准生命期类型: 不常见类型 范围(Scoped) 自定义范围(Custom scopes) Bound Bound to nearest Bound: 自定义 标准生命期类型: 极...
  • Open Source Attribution

    Open Source Attribution List of third party open source software provided by Mesosphere Software Sources Open Source Attribution List of third party open source software pr...
  • Word2Vec

    Word2Vec, Doc2vec & GloVe: Neural Word Embeddings for Natural Language Processing Introduction to Word2Vec Neural Word Embeddings Amusing Word2Vec Results Just Give Me the Code...
  • Cycles and modularity in the wild

    image: “/assets/img/specflow_svg.png” The plan What metrics to use? Dependencies Cyclic dependencies Doing the experiment Modularity Analysis Ratio of code size to number of...
  • DotNet 资源大全中文版

    DotNet 资源大全中文版 我们要做什么? 如何参与本项目? 如何为列表贡献新资源? 本项目的参与者 API 应用框架(Application Frameworks) 应用模板(Application Templates) 人工智能(Artificial Intelligence) 程序集处理(Assembly Manipulation)...
  • 22. Application Security With Apache Shiro 用Shiro保护你的应用安全

    22. Application Security With Apache Shiro 用Shiro保护你的应用安全 What is Apache Shiro?? Why was Apache Shiro created 为何要创建Shiro? Why would you use Apache Shiro today 今天,你为何愿意使用 Shiro? ...