postgresql integration kssenii0 码力 | 15 页 | 798.50 KB | 2 年前3
MySQL Enterprise Edition# MySQL Enterprise Edition MySQL Enterprise Edition includes the most comprehensive set of advanced features, management tools and technical support to achieve the highest levels of MySQL scalability with MySQL Enterprise Scalability - Reduce risk of data loss with MySQL Enterprise Backup for hot, online backup and recovery - Leverage existing security infrastructures with MySQL Enterprise Authentication attacks such as an SQL Injection with MySQL Enterprise Firewall - Implement policy-based auditing compliance to existing MySQL applications with MySQL Enterprise Audit - Improve database performance and0 码力 | 2 页 | 375.59 KB | 2 年前3
OpenAI - AI in the Enterprise## AI in the Enterprise Lessons from seven frontier companies ## Contents A new way to work 3 Executive summary 5 Seven lessons for enterprise AI adoption Start with evals 6 Embed AI into developing new models and capabilities. Our Applied Team turns those models into products, like ChatGPT Enterprise and our API. And our Deployment Team takes these products into companies to address their most in AI early and often—and your feedback shapes future products and models. ## Seven lessons for enterprise AI adoption |01|Start with evals|Use a systematic evaluation process to measure how models perform0 码力 | 25 页 | 9.48 MB | 1 年前3
Spring Framework 2.0.7 Reference5. Using the ProxyFactoryBean to create AOP proxies ..... 151 7.5.1. Basics ..... 151 7.5.2. JavaBean properties ..... 152 7.5.3. JDK- and CGLIB-based proxies ..... 153 7.5.4. Proxying interfaces 166 8. Testing ..... 167 8.1. Introduction ..... 167 8.2. Unit testing ..... 167 8.3. Integration testing ..... 167 8.3.1. Context management and caching ..... 168 8.3.2. Dependency Injection programmatic and declarative transaction management ..... 199 9.8. Application server-specific integration ..... 199 9.8.1. BEA WebLogic ..... 199 9.8.2. IBM WebSphere ..... 199 9.9. Solutions to0 码力 | 502 页 | 3.61 MB | 2 年前3
DaoCloud Enterprise 5.0
产品介绍# DaoCloud Enterprise 5.0 ## 产品介绍 DaoCloud 研发部门 发布日期:2023-09-14 ## 目录 简介 3 九大能力 4 多云编排 4 中间件服务 4 微服务治理 5 可观测性 5 应用商店 6 应用交付 6 信创异构 7 云边协同 7 云原生底座 8 12 服务网格 13 中间件 14 镜像仓库 14 云原生网络 15 存储 17 参考文档 18 ## 简介 DaoCloud Enterprise 5.0(DCE 5.0)是一款高性能、可扩展的云原生操作系统。它能够在任何基础设施和任意环境中提供一致、稳定的体验,支持异构云、边缘云和多云编排。DCE 5.0 集成了最新的服务网格和微服 的各个产品模块独立解耦,灵活升级,业务无感知,开放对接超百家云原生生态产品,形成完整的解决方案体系,经近千家行业客户生产场景锤炼,构建坚实可靠的数字底座,释放云原生生产力,助力企业定义数字边界。 DaoCloud Enterprise 5.0 - 云原生操作系统 0 码力 | 18 页 | 1.32 MB | 2 年前3
Istio Service Mesh at Enterprise Scale## I stio Service Mesh at Enterprise Scale Feb, 2021 Jason Webb Vrushali Joshi ## Who are we? 1983 Founded  1993 IPO Service Entry o Destination Rule • Blocked Envoy Filters ☐ Gateways ## Developer Platform Integration • Mesh Automation ☐ Control Plane Install/Upgrade ○ Admiral cluster registration - Higher Level0 码力 | 12 页 | 1.23 MB | 2 年前3
Spring Framwork Integration v5.3.36 SNAPSHOTIntegration Version 5.3.36-SNAPSHOT ## Table of Contents 1. REST Endpoints ..... 2 1.1. RestTemplate ..... 2 1.1.1. Initialization ..... 3 URIs ..... 3 Headers ..... 4 1.1.2. Body ..... 4 Server-side Configuration ..... 23 2.7.2. Client-side Configuration ..... 24 3. Enterprise JavaBeans (EJB) Integration ..... 26 3.1. Accessing EJBs ..... 26 3.1.1. Concepts ..... 26 3.1.2. Accessing Accessing Local SLSBs ..... 27 3.1.3. Accessing Remote SLSBs ..... 28 3.1.4. Accessing EJB 2.x SLSBs Versus EJB 3 SLSBs ..... 29 4. JMS (Java Message Service) ..... 30 4.1. Using Spring JMS ..... 310 码力 | 141 页 | 2.13 MB | 2 年前3
DoD CIO Enterprise DevSecOps Reference Design - Summary# DoD Enterprise DevSecOps Reference Design from the DoD CIO – A Summary Content referenced from: https://dodcio.defense.gov/Portals/0/Documents/DoD%20Enterprise%20DevSecOps%20Reference%20Design%20v1.0 In DevSecOps, testing and security are shifted to the left through automated unit, functional, integration, and security testing - this is a key DevSecOps differentiator since security and functional capabilities security sidecar container CSIAC Webinars - DoD Enterprise DevSecOps Initiative – Nicolas Chaillan presenting https://www.csiac.org/podcast/dod-enterprise-devsecops-initiative/ ## DoD Centralized Container0 码力 | 8 页 | 3.38 MB | 1 年前3
High-Performance Numerical Integration in the Age of C++26## +24 ## High-Performance Numerical Integration in the Age of C++26 VINCENT REVERDY ## High-Performance Numerical Integration in the Age of C++26 Vincent Reverdy Laboratoire d'Annecy de Physique value_type origin = std::getO(c.back()); c.reserve(std::abs((t_back - t_lim) / dt_backup)); // Integration loop for (std::size.t i = 0; t_ok && a_ok; ++i) { t_new = origin + i * t_sign Toward an improved version ## I ntegration function (4/4) // Execution of backward and forward integration std::thread backward(loop, std::ref(past), -one, t_backward); std::thread forward(loop, std::ref(future)0 码力 | 57 页 | 4.14 MB | 1 年前3
Spring Framework 1.1.3 Reference5.5. Using the ProxyFactoryBean to create AOP proxies ..... 56 5.5.1. Basics ..... 56 5.5.2. JavaBean properties ..... 57 5.5.3. Proxying interfaces ..... 57 5.5.4. Proxying classes ..... 59 5 5.6. Convenient proxy creation ..... 59 5.6.1. TransactionProxyFactoryBean ..... 60 5.6.2. EJB proxies ..... 61 5.7. Concise proxy definitions ..... 61 5.8. Creating AOP proxies programmatically ..... 70 5.13. Further reading and resources ..... 70 5.14. Roadmap ..... 71 6. AspectJ Integration ..... 72 6.1. Overview ..... 72 6.2. Configuring AspectJ aspects using Spring IoC ..... 720 码力 | 203 页 | 1.15 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
PostgreSQLClickHouseMergeTreeLogDatabase engineMySQL Enterprise Edition高可用性扩展性安全性监控企业应用AI部署自动化AI模型安全隐私Inversion of Control (IoC) containerAspect-Oriented Programming (AOP)Spring Web MVCEnterprise JavaBean (EJB) integrationJ2EE云原生操作系统多云编排微服务治理可观测性模块化搭建Istio Service MeshIntuitKubernetesMicroservicesIstioSpring FrameworkREST EndpointsJMSTask Execution and SchedulingJMXDevSecOps容器化安全侧边容器基础设施标准化数值积分C++26Runge-Kutta方法Butcher表格编译器优化Spring框架模块化设计依赖注入AOP事务管理













