首页
学习
活动
专区
工具
TVP
发布

一个会写诗的程序员的博客

专栏作者
1222
文章
2319454
阅读量
95
订阅数
Monaco Editor Webpack Loader Plugin
A plugin to simplify loading the Monaco Editor with webpack.
一个会写诗的程序员
2022-05-13
1.4K0
Spring 单例 Bean 与多线程深度分析
Spring 的 bean默认是单例的,在高并发下,如果在 Spring 的单例 bean 中设置成员变量,则会发生并发问题。最近在进行开发时,错误的在单例的bean中使用了成员变量,导致多个线程大并发访问时,出现赋值错误及日志打印混乱的问题。
一个会写诗的程序员
2022-01-07
2K0
【ClickHouse为什么这么快?】Hyperscan 超扫描算法:用于现代CPU的“快速-多模式”正则表达式匹配器
A SIMD operation is performed on multiple lanes of two SIMD registers independently, and the results are stored in the third register. Modern CPU supports a number of SIMD instructions that can work on specialized vector registers (SSE, AVX, etc.). The latest AVX512 instructions support up to 512-bit operations simultaneously.
一个会写诗的程序员
2021-12-16
8920
【图文详解】HBase 的数据模型与架构原理详解
HBase, Hadoop Database,是一个高可靠性、高性能、面向列、可伸缩、 实时读写的分布式开源 NoSQL 数据库,面向列存储。主要用来存储非结构化和半结构化的松散数据。
一个会写诗的程序员
2021-12-16
6830
【图文详解】HBase 数据模型及其架构原理
HBase, Hadoop Database,是一个高可靠性、高性能、面向列存储、可伸缩、 实时读写的分布式开源 NoSQL 数据库。主要用来存储非结构化和半结构化的松散数据。
一个会写诗的程序员
2021-12-16
8500
Spring Bean Scopes: Bean 实例生成方式与生命周期
The life cycle and visibility of Spring Bean.
一个会写诗的程序员
2021-07-20
3910
Web 页面的性能 performance 详解
Navigation Timing 是一个可以在web中精确测量性能的javascript API。这个API提供了一个简单的方法来获得页面导航、加载事件的精确而又详细的时间状态。目前在 IE9、Chrome、Firefox nightly builds 中可用
一个会写诗的程序员
2020-05-27
1.6K0
LeetCode3.滑动窗口: 双指针法(Kotlin语言)-无重复字符的最长子串
输入: "abcabcbb" 输出: 3 解释: 因为无重复字符的最长子串是 "abc",所以其长度为 3。
一个会写诗的程序员
2020-04-24
6440
CPS(Continuation-Passing-Style, 续体传递风格)
线程是操作系统的内核资源,是 CPU 调度的最小单位,所有应用程序的代码都运行于线程之上。
一个会写诗的程序员
2019-12-20
2.2K0
Mybatis 批量插入数据 SQL
批量插入时,xxxMapper.java 中方法的参数都必须是 List ,泛型可以是 bean ,也可以是 Map 。配合使用 mybatis 的 foreach 即可。示例如下:
一个会写诗的程序员
2019-11-12
4K0
Java 中正则表达式如何匹配竖线(|) , 以及在 Kotlin 中是如何改进的?
因为 | 在正则表达式中是或的概念,要想匹配就得用转移字符 "|" 但是 "" 又是java的转移字符,要让其在正则中起作用,就得使用: "\|"
一个会写诗的程序员
2019-07-18
2.2K0
Kotlin 并发编程之"协程"
Kotlin, as a language, provides only minimal low-level APIs in its standard library to enable various other libraries to utilize coroutines. Unlike many other languages with similar capabilities, async and await are not keywords in Kotlin and are not even part of its standard library. Moreover, Kotlin's concept of suspending function provides a safer and less error-prone abstraction for asynchronous operations than futures and promises.
一个会写诗的程序员
2019-07-14
8870
Selenium Webdriver 在当前浏览器 Context 中 执行 JS 脚本。 Execute JavaScript based code using Selenium Webdriver
In Selenium Webdriver, locators like XPath, CSS, etc. are used to identify and perform operations on a web page.
一个会写诗的程序员
2019-02-22
1.4K0
ES6 极简教程(ES6 Tutorial) 文 / 东海陈光剑ES6 极简教程(ES6 Tutorial)Kotlin 开发者社区
JavaScript是ECMAScript的实现和扩展,由ECMA(一个类似W3C的标准组织)参与进行标准化。ECMAScript定义了:
一个会写诗的程序员
2018-12-07
5380
JavaScript ES6 — 少即是多,以少胜多,四两拨千斤
JavaScript ES6 brings new syntax and new awesome features to make your code more modern and more readable. It allows you to write less code and do more. ES6 introduces us to many great features like arrow functions, template strings, class destruction, Modules… and more. Let’s take a look.
一个会写诗的程序员
2018-12-06
3820
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档