- 博客(34)
- 收藏
- 关注
原创 ESP32 单片机 MicroPython
ESP32是一款功能强大的单片机,集成了双核处理器、Wi-Fi和蓝牙功能,适用于物联网(IoT)应用。它提供丰富的GPIO接口,支持多种通信协议,具有低功耗和高性能,广泛用于智能家居、传感器网络等项目。
2025-05-29 14:38:56
955
原创 ESP32 单片机 Arduino
ESP32是一款功能强大的单片机,集成了双核处理器、Wi-Fi和蓝牙功能,适用于物联网(IoT)应用。它提供丰富的GPIO接口,支持多种通信协议,具有低功耗和高性能,广泛用于智能家居、传感器网络等项目。
2025-05-29 14:38:37
899
原创 spring 与 spring mvc
The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
2025-05-29 08:20:41
562
原创 hive 精选
hive是基于Hadoop的一个数据仓库工具,可以将结构化的数据文件映射为一张数据库表,并提供完整的sql查询功能,可以将sql语句转换为MapReduce任务进行运行。
2025-05-29 08:20:30
867
原创 redis 精选
Redis is an open-source, in-memory data structure store that can be used as a database, cache, or message broker. It offers high performance, scalability, and reliability, making it ideal for real-time applications and caching purposes.
2025-05-28 08:28:19
915
原创 微服务 spring boot
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".Most Spring Boot applications need minimal Spring configuration.
2025-05-28 08:28:05
1194
原创 Docker 精选
Docker是一种开源平台,通过使用容器技术,提供了一种更快速、更轻量级的应用程序交付和部署解决方案。Docker的容器技术允许开发人员打包应用程序及其依赖项,以实现在不同环境中高效运行,从而降低了开发到生产环境部署的复杂性,并提高了可扩展性和灵活性。
2025-05-28 08:27:23
1185
原创 hadoop 精选
Hadoop是一个由Apache基金会所开发的分布式系统基础架构。用户可以在不了解分布式底层细节的情况下,开发分布式程序。充分利用集群的威力进行高速运算和存储。
2025-05-28 08:26:44
1013
原创 EasyPoi 精选
easypoi功能如同名字easy,主打的功能就是容易,让一个没见接触过poi的人员 就可以方便的写出Excel导出,Excel模板导出,Excel导入,Word模板导出,通过简单的注解和模板 语言(熟悉的表达式语法),完成以前复杂的写法。
2025-05-28 08:26:26
970
原创 Vue2 精选
Vue is a popular JavaScript framework for creating dynamic web interfaces. With its simplicity and flexibility, it's widely used for building modern web applications. Vue's reactive data binding and component-based architecture make it a favorite among dev
2025-05-27 15:12:50
814
原创 c 或 c++ 开发环境 CLion 搭建
C是一种通用的程序设计语言,强调结构化编程,广泛用于系统软件开发。C++在C的基础上增加了面向对象编程特性,支持类和继承,适用于大型应用程序和游戏开发。两者都是高效的编程语言。
2025-05-27 14:35:18
841
原创 selenium 精选
Selenium is a popular open-source automated testing suite for web applications. It allows users to automate interactions with websites and run tests across different browsers. Selenium is widely used for web application testing due to its flexibility and c
2025-05-27 12:23:11
966
原创 spring cloud 分布式
Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems(e.g. configuration management,service discovery,circuit breakers,intelligent routing,micro-proxy,control bus,one-time tokens,global locks,leaders
2025-05-27 12:22:53
805
原创 小皮面板(phpstudy) - 基本使用
小皮面板(phpstudy)是一款功能强大且易用的服务器管理面板,由老牌免费公益软件 phpStudy 团队开发,自 2007 年诞生以来,始终秉持永久免费的公益理念,在全球范围内积累了良好口碑,成为众多站长和开发者的首选工具。
2025-05-27 10:15:10
871
原创 Hibernate 精选
Hibernate是一个开放源代码的对象关系映射框架,它对JDBC进行了非常轻量级的对象封装,它将POJO与数据库表建立映射关系,是一个全自动的orm框架,hibernate可以自动生成SQL语句,自动执行,使得Java程序员可以随心所欲的使用对象编程思维来操作数据。
2025-05-26 16:00:43
852
原创 JVM 基础
JVM (Java Virtual Machine) is a virtual machine for interpreting and executing Java bytecode. It provides platform independence, garbage collection, and memory management for Java programs.
2025-05-26 09:40:48
768
原创 IntelliJ IDEA 高手之路
IDEA 全称 IntelliJ IDEA,是java语言开发的集成环境,IntelliJ在业界被公认为最好的java开发工具之一,尤其在智能代码助手、代码自动提示、重构、J2EE支持、Ant、JUnit、CVS整合、代码审查、 创新的GUI设计等方面的功能可以说是超常的。
2025-05-26 08:56:38
770
原创 MyBatis 精选
MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. MyBatis eliminates almost all of the JDBC code and manual setting of parameters and retrieval of results. MyBatis can use simple XML or Ann
2025-05-23 16:35:24
771
原创 Jsp与Servlet
JSP由HTML代码和JSP标签构成,可以方便地编写动态网页。Servlet完全是JAVA程序代码构成,擅长于流程控制和事务处理,通过Servlet来生成动态网页很不直观。jsp更擅长表现于页面显示,servlet更擅长于逻辑控制。
2025-05-23 15:27:25
758
原创 Python
Python 是一个高层次的结合了解释性、编译性、互动性和面向对象的脚本语言。Python 的设计具有很强的可读性,相比其他语言经常使用英文关键字,其他语言的一些标点符号,它具有比其他语言更有特色语法结构。
2025-05-22 11:56:36
1307
原创 Linux 系统
Linux, an open-source OS, offers stability, security, and flexibility. With numerous distributions and a vibrant community, it provides endless customization options and is a popular choice for users.
2025-05-22 10:57:18
919
原创 jQuery 精选
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
2025-05-22 10:36:11
802
原创 接口自动化测试
接口自动化测试是指通过编写脚本和使用自动化测试工具,对接口进行自动化测试的过程。在接口自动化测试中,测试人员可以通过调用接口的各种方法和参数来模拟用户的操作,验证接口的正确性,稳定性和性能。
2025-05-21 14:57:59
276
原创 Appium
Appium is an open-source mobile automation tool that supports iOS and Android platforms. It allows automated testing of native, hybrid, and mobile web applications. With cross-platform support, Appium facilitates testing on real devices, emulators, and sim
2025-05-21 14:21:20
1213
原创 Arduino
Arduino is an open-source electronics platform based on easy-to-use hardware and software. It's intended for anyone making interactive projects.
2025-05-21 14:02:36
1068
原创 java 基础(上)
Java是一门面向对象的编程语言,不仅吸收了C++语言的各种优点,还摒弃了C++里难以理解的多继承、指针等概念,因此Java语言具有功能强大和简单易用两个特征。
2025-05-21 11:45:23
848
原创 JavaScript
JavaScript 是互联网上最流行的脚本语言,这门语言可用于 HTML 和 web,更可广泛用于服务器、PC、笔记本电脑、平板电脑和智能手机等设备。
2025-05-21 10:04:02
909
原创 jdbc
JDBC(Java Data Base Connectivity,java数据库连接)是一种用于执行SQL语句的Java API,可以为多种关系数据库提供统一访问,它由一组用Java语言编写的类和接口组成。
2025-05-21 09:23:00
772
原创 MySQL 数据库
MySQL 是最流行的关系型数据库管理系统,在 WEB 应用方面 MySQL 是最好的 RDBMS(Relational Database Management System:关系数据库管理系统)应用软件之一。
2025-05-21 08:55:44
1130
原创 CSS 弹性布局
布局的传统解决方案,基于盒状模型,依赖 display属性 + position属性 + float属性。它对于那些特殊布局非常不方便,比如,垂直居中就不容易实现。2009年,W3C 提出了一种新的方案— Flex 布局,可以简便、完整、响应式地实现各种页面布局。目前,它已经得到了所有浏览器的支持,这意味着,现在就能很安全地使用这项功能。Flex 布局将成为未来布局的首选方案。Flex 是 Flexible Box的缩写,意为”弹性布局”,用来为盒状模型提供最大的灵活性。
2025-05-20 16:59:21
598
原创 CSS3 精选
CSS 指层叠样式表(Cascading Style Sheets)。CSS 描述了如何在屏幕、纸张或其他媒体上显示 HTML 元素。
2025-05-20 16:26:58
801
原创 HTML5
5)UTF-8:UTF-16 统一采用两字节表示一个字符,但有些字符只用一个字节就可表示,浪费存储空间,而 UTF-8 采用一种变长技术,每个编码区域有不同的字码长度。编码的意义:计算机中存储的最小单元是一个字节即 8bit,所能表示的字符范围是 255 个,而人类要表示的符号太多,无法用一个字节来完全表示,固需要将符号编码,将各种语言翻译成计算机能懂的语言。3)GB2312:双字节编码,总编码范围是 A1-A7,A1-A9 是符号区,包含 682 个字符,B0-B7 是汉字区,包含 6763 个汉字;
2025-05-20 15:25:02
620
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人