技术专区

  • Nginx分布式框架详解-基础32-36nginx基础配置实例

    nginx基础配置实例需求分析 前面我们已经对 Nginx 服务器默认配置文件的结构和涉及的基本指令做了详细的阐述。通过这些指令的合理配置,我们就可以让一台 Nginx 服务器正常工作,并且提供基本的 Web 服务器功能。 …

    智能运维 2022年8月27日
  • Data Sharing in Snowflake

    by Ramana Kumar Gunti Data Sharing in Snowflake In this article, we will talk about Snowflake data sharing which enables account-to-account sharing of data through Snowflake database tables, secure v…

    大数据 2022年8月27日
  • Manual performance optimization in Denodo – Most relevant and most used techniques

    by Manju Das Manual performance optimization in Denodo – Most relevant and most used techniques We are going to discuss how to optimize the Denodo query to make the most of the optimization in the De…

    大数据 2022年8月27日
  • java自定义stream

    一、流程 1 // 自定义集合,继承ArrayList,与ArrayList没啥区别 SelfList<Apple> appleList = new SelfList<>(); import java.util.ArrayList; import java.util.Iterator; /** * 自定义集合,继承Arr…

    编程笔记 2022年8月27日
  • Security and Collaboration in Power BI

    by Ranjeet Mandal Security and Collaboration in Power BI This is the third post in KPI's Power BI blog series. In this blog, we will cover security and collaboration in Power BI. You can re…

    大数据 2022年8月27日
  • 速度起飞!替代 pandas 的 8 个神库

    转载:https://mp.weixin.qq.com/s/ars6wWoUf59i7TyxAPE22g 大家好,我是指南兄。 本篇介绍 8 个可以替代pandas的库,在加速技巧之上,再次打开速度瓶颈,大大提升数据处理的效率。 1. Dask Dask在大于内存的数据集…

    2022年8月27日
  • Security and Collaboration in Power BI

    by Ranjeet Mandal Security and Collaboration in Power BI This is the third post in KPI's Power BI blog series. In this blog, we will cover security and collaboration in Power BI. You can re…

    大数据 2022年8月27日
  • japi项目需求分析阶段

    项目简介 japi项目,是一个接口自动化平台开发项目,由【测试开发刚哥交流群】招人共建,基于JMeter,参考MeterSphere,以学习为目的,完成一个SpringBoot+Vue技术栈的纯粹的接口自动化平台开发。 项目成员 经过"填…

    编程笔记 2022年8月27日
  • 【CodeEnd】Github Note Command

    Note github Note 嵌入式笔记EmbeddedNote C基础知识 数据结构(链表 hash表 排序算法 设计模式等) 外设(串口 网口 i2s i2c spi sdio等) ARM cortex-m0 m3 m4 A8等芯片架构 操作系统(内存管理 进程管理 实时性…

    编程笔记 2022年8月27日
  • java如何实现对List集合进行分页

    对List集合进行分页: private <T> Page<T> listToPage(List<T> dataList, Integer pageSize, Integer pageNumber){ Page<T> result = new Page<T>(); List<T> monitors = new …

    编程笔记 2022年8月27日