Code Monkey home page Code Monkey logo

blog's Introduction

blog's People

Contributors

dependabot[bot] avatar strongduanmu avatar

Watchers

 avatar

blog's Issues

blog/java-8-new-features-in-action/

Java8 新特性实战 - 端小强的博客

前言Java8 是 Oracle 公司在 2014 年 3 ⽉发布的版本,是 Java5 之后最重要的版本,带来了诸多⽅⾯的新特性,包括语⾔、类库、编译器及 JVM 等新特性。本⽂重点介绍 Java8 中语法相关的新特性,主要包括 Lambda 表达式、Stream API、New Date API、Optional 等。 Lambda 表达式什么是 Lambda Lambda expressi

https://strongduanmu.com/blog/java-8-new-features-in-action/

blog/shardingsphere-proxy-integration-test-debug-in-action/

ShardingSphere Proxy 集成测试代码调试实战 - 端小强的博客

前言在使用 Java 远程调试技术定位系统表加载问题一文中,我们了解了 Java 远程调试技术,以及如何使用远程调试来定位打包后的程序问题。最近,笔者在开发 ShardingSphere 过程中,又遇到了 ShardingSphere 集成测试相关的问题。ShardingSphere 集成测试使用了基于容器技术的 TestContainer,通过 Tes

https://strongduanmu.com/blog/shardingsphere-proxy-integration-test-debug-in-action/

blog/download-ding-talk-video-by-charles/

Charles 抓包下载钉钉群直播视频 - 端小强的博客

前言作为一名爱学习的技术青年,博主经常会加入一些技术讨论群,参与技术大佬的直播分享,但是由于日常工作繁忙,经常会错过很多精彩的直播,因此想将直播视频下载下来,充分利用上下班的时间进行回看。但是往往事与愿违,大部分群管理员都会设置不允许下载回放 ( 如下图 )

https://strongduanmu.com/blog/download-ding-talk-video-by-charles/

notes/docker/

Docker - 端小强的博客

常用数据库 Docker 命令MySQL# 查找 MySQL 镜像docker search mysql# 拉取最新版 MySQL 镜像,可以指定其他版本docker pull mysql:latest# 查看本地镜像docker images# 运行容器# -i:以交互模式运行,通常配合 -t# -t:为容器重新分配一个伪输入终端,通常配合 -i# -d:后台运行容器# -p:端口映射,格式为主

https://strongduanmu.com/notes/docker/

blog/use-java-remote-debugging-to-locate-system-table-loading-bug/

使用 Java 远程调试技术定位系统表加载问题 - 端小强的博客

背景在最近的工作中,笔者负责开发了 ShardingSphere 系统表 功能,该功能会在 ShardingSphere 启动时模拟不同数据库的系统表,从而兼容各种数据库客户端,避免客户端查询系统表时出现报错。按照正常开发的流程,笔者对功能进行了较为全面的测试,然后将功能提测给测试同学。

https://strongduanmu.com/blog/use-java-remote-debugging-to-locate-system-table-loading-bug/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.