首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏c#开发者

    Asp.net webform scaffolding结合Generic Unit of Work & (Extensible) Repositories Framework代码生成向导

    Asp.net webform scaffolding结合Generic Unit of Work & (Extensible) Repositories Framework代码生成向导 在上次发布的使用简单 而最近在codeplex上看到一篇《Generic Unit of Work & (Extensible) Repositories Framework》项目非常受欢迎。 Generic Unit of Work & (Extensible) Repositories Framework是一个非常轻量级的对EntityFramework的扩展还有运用了Unit Of Work

    1.1K50发布于 2018-04-12
  • 来自专栏luozhiyun的技术学习

    1. 源码分析---SOFARPC可扩展的机制SPI

    我们以ConsumerBootstrap为例: 先要有一个抽象类: @Extensible(singleton = false) public abstract class ConsumerBootstrap 注解 Extensible extensible = interfaceClass.getAnnotation(Extensible.class); if (extensible == null) { throw new IllegalArgumentException( "Error when load extensible interface " + interfaceName + ", must add annotation @Extensible."); } else { this.extensible = extensible; } // 如果是单例,那么factory不为空 this.factory = extensible.singleton()

    95620发布于 2019-09-10
  • 来自专栏c#开发者

    Asp.net mvc 5 CRUD代码自动生成工具- vs.net 2013 Saffolding功能扩展

    代码自动生成工具 -Visual Studio.net2013 Saffolding功能扩展 上次做过一个《Asp.net webform scaffolding结合Generic Unit of Work & (Extensible MVC Saffolding扩展原作者的代码 https://github.com/robinli/MVC5-Scaffolder 我在他的基础上整合了Generic Unit of Work & (Extensible 开发环境 Generic Unit of Work & (Extensible) Repositories Framework 下载地址 http://genericunitofworkandrepositories.codeplex.com

    1.4K80发布于 2018-04-12
  • 来自专栏Swift社区

    Swift 实用工具 — SwiftLint

    Swift 5.6 请注意,由于SE-0303: Package Manager Extensible Build Tools[1],Swift 5.6(在撰写本文时尚不可用)可能会有所帮助。 参考资料 [1] Package Manager Extensible Build Tools: https://github.com/apple/swift-evolution/blob/main/proposals /0303-swiftpm-extensible-build-tools.md

    1.7K20编辑于 2022-04-04
  • 来自专栏祝威廉

    StreamingPro

    Spark is a extensible and programmable framework for massive distributed processing of datasets, called StreamingPro StreamingPro is not a complete application, but rather a extensible and programmable framework

    55650发布于 2018-08-27
  • 来自专栏禅境花园

    javascript Reflect

    Reflect.isExtensible(target) // New objects are extensible. var empty = {}; Reflect.isExtensible(empty Reflect.preventExtensions(empty); Reflect.isExtensible(empty); // === false // Sealed objects are by definition non-extensible Object.seal({}); Reflect.isExtensible(sealed); // === false // Frozen objects are also by definition non-extensible Reflect.preventExtensions(target) // Objects are extensible by default. var empty = {}; Reflect.isExtensible Reflect.setPrototypeOf({}, null); // true // Returns false if target is not extensible.

    40120编辑于 2022-10-25
  • 来自专栏快乐八哥

    Ajax大显身手

    XML(eXtensible Markup Language):可扩展标记语言,是一种为任何类型的数据设计格式的标记语言。 XML+HTML=XHTML(eXtensible Hypertext Markup Language),是一种标记语言,表现方式和HTML类似,不过语法上更加严格。

    76580发布于 2018-01-18
  • 来自专栏米扑专栏

    典型开源3D引擎分类比较

    ·   The Apfelbaum Software Renderer Architecture Extensibility ·   Extensible example framework querying ·   Using a hierarchical scene graph, can mix indoor and outdoor scene seamless together ·   Extensible 、自动实现 ·   对 BSP 的特性支持比较贫乏 对 BSP 的读取存在 BUG Other Special effects Particle System ·   easily extensible

    7.7K30发布于 2019-02-19
  • 来自专栏学点Rust

    聊聊Rust的并发约束:Send和Sync

    最后推荐看看官方的这两篇文档来加深理解 Extensible Concurrency with the Sync and Send Traits[1] Send and Sync[2] 参考资料 [1] Extensible Concurrency with the Sync and Send Traits: https://doc.rust-lang.org/book/ch16-04-extensible-concurrency-sync-and-send.html

    60730编辑于 2023-11-27
  • 来自专栏开源优测

    [接口测试 - 基础篇] 05 好讨厌的xml解析

    XML 指可扩展标记语言(eXtensible Markup Language)。 XML 被设计用来传输和存储数据。 xml构成 XML由3个部分构成,它们分别是: 文档类型定义(Document Type Definition,DTD),即XML的布局语言 可扩展的样式语言(Extensible Style Language ,XSL),即XML的样式表语言 可扩展链接语言(Extensible Link Language,XLL) Python解析xml的方法 常见的XML编程接口有DOM和SAX,这两种接口处理XML文件的方式不同

    1.2K60发布于 2018-04-09
  • 来自专栏超级架构师

    「首席架构师推荐」精选的开源工作流引擎列表,

    Wexflow - A high-performance, extensible, modular and cross-platform workflow engine. jBPM - The core of jBPM is a light-weight, extensible workflow engine written in pure Java that allows

    3K20发布于 2019-09-25
  • 来自专栏hsdoifh biuwedsy

    Unimelb COMP20008 Note 2019 SM1 - Data formats

    XML -be able to explain the motivation for XML and XML namespaces A 'meta' mark-up language Extensible where as XML tags are user-defined tags HTML tags are the limited number of tags where as XML tags are extensible JSON document against its schema using aschema validator XML Schema Written in XML itself Schema is Extensible

    64620发布于 2021-05-17
  • 来自专栏陈仁松博客

    UWP基础教程 - XAML开篇

    XAML是英文Extensible Application Markup Language的缩写,中文可以称为“可扩展应用程序标记语言”,是基于Extensive Markup Language(XML 根据微软Microsoft Domain-Specific Languages描述 Xaml, the eXtensible Application Markup Language, is a system Xaml, the eXtensible Application Markup Language, is a system for representing structured information

    2.3K80发布于 2018-03-20
  • 来自专栏SDNLAB

    5G时代,是谁为数据中心带来了新的活力?

    Network,虚拟局域网) VM(Virtual Machine,虚拟机) VTEP(VXLAN Tunnel End Point,VXLAN隧道端点) VXLAN(Virtual eXtensible

    48520发布于 2020-02-21
  • 来自专栏小文博客

    Windows 10 声音突然变大?——解决方案

    右键点击NVIDIA Virtual Audio Device (Wave Extensible) (WDM),然后禁用设备,重启电脑即可。(由于我已禁用,就不截图了) 有任何疑问可在评论区留言!

    7.5K40发布于 2018-06-25
  • 来自专栏我和未来有约会

    Unity Application Block 1.2 for Silverlight - December 2008

    The Unity Application Block (Unity) is a lightweight, extensible dependency injection container.

    67270发布于 2018-01-16
  • 来自专栏walterlv - 吕毅的博客

    Reading the Source Code of Microsoft.NET.Sdk, Writing the Creative Extension of Compiling

    the Sdk attribute, the C# project file whose file extension is csproj becomes much more powerful and extensible The default Sdk Microsoft.NET.Sdk is very extensible so that we can easily use it to customize out compiling

    64420发布于 2018-09-18
  • 来自专栏KAAAsS's Blog

    关于启动引导的那些事儿(下) : UEFI与GPT

    UEFI UEFI(Unified Extensible Firmware Interface,统一可扩展固件接口)就是为了替代BIOS与MBR而诞生的。 Reference Unified Extensible Firmware Interface – Wikipedia(https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface

    4K10编辑于 2022-01-14
  • 来自专栏数据结构和算法

    Xml基础03

    Xml基础03 补充复习: Xml 可扩展的标记语言 eXtensible Markup Language 以简单文本格式存储数据的方式 Xml****结构 元素,属性,声明,注释 XML****文档验证 总结 Xml 可扩展的标记语言 eXtensible Markup Language 以简单文本格式存储数据的方式 Xml结构 元素,属性,声明,注释 XML文档验证 DTD Schema :XSD架构

    68610编辑于 2023-11-30
  • 来自专栏程序技术知识

    js Object seal方法

    Object.seal(dog) dog.breed = 'Pug' dog.name = 'Roger' //TypeError: Cannot add property name, object is not extensible

    4.3K10编辑于 2022-01-05
领券