首页
首页
BOT
沸点
课程
直播
活动
AI刷题
NEW
商城
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
英文翻译
懒时小窝
创建于2023-03-16
订阅专栏
时不时和分享翻译一些外国博客优质文章
等 1 人订阅
共12篇文章
创建于2023-03-16
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
【Tomcat】《How Tomcat Works》英文版GPT翻译(第四章)
第三章中的连接器工作正常,可以进一步完善以实现更多功能。 然而,它被设计为一种教育工具,用于介绍Tomcat 4的默认连接器。
【Mysql】The DATE, DATETIME, and TIMESTAMP Types
本节将介绍它们的特点、相似之处和不同之处。MySQL以几种格式识别`DATE`、`DATETIME`和`TIMESTAMP`值,
【PostgreSQL】Introduction to PostgreSQL Index Types
PostgreSQL 的索引类型基本上分为六种,即 B 树索引、哈希索引、GIN 索引、BRIN 索引、SP-GIST 索引和 GiST 索引,每种索引类型都有不同的存储结构和算法来检索查询的数据
【Mysql】Working with time zones, timestamps and datetimes in Laravel and MySQL
关于时间戳、日期和时区的真正工作原理,似乎存在不少困惑。本文旨在揭开这些概念的神秘面纱,并就如何在 Laravel 应用程序和 MySQL 中以合理的方式处理日期和时区给出一些建议和最佳实践。
【Other】What is the Serverless architecture
New technologies are being introduced to simplify dev works and make applications more efficient.
【Linux】Linux Zero-Copy Using sendfile
What’s happening under the hood when the OS is copying a file / transfering a file to another host?
【Linux】Pass arguments into a function
Let us see how to pass parameters to a Bash function. 让我们看看如何向 Bash 函数传递参数。
【Java】How Java Memory Works
Before we move on to the performence things, we need to learn that what is really going on in....
【Java】Effective Lambda Expressions in Java
Lambda expressions were introduced in Java 8 to allow functional programming in Java.
【Zookeeper】Introduction to Apache Curator
在本文中,我们讲介绍一些Curator提供的最实用的功能实现: - 连接管理:管理连接和重试策略 - 异步:通过添加异步功能和使用 Java 8 lambda 来增强现有客户端
【Linux】What Is dev shm And Its Practical Usage
- See man pages of mount regarding tmpfs options. - Details regarding tmpfs is available in file
【Java】What's the difference between SoftReference and WeakReference in Java
【Java】What's the difference between SoftReference and WeakReference in Java 原文 What's the difference