THXNO's BLOG


  • Home

  • Tags

  • Categories

  • Archives

  • Search

Linux常用指令

Posted on 2019-02-28 | In linux |
Words count in article: 528

Linux系统作为开发人员最为常用的操作系统, 掌握基本的Linux终端交互命令是与Linux系统交互的基本要求, 下面将会介绍一些常用的Linux终端命令.

Read more »

JavaScript中的正则表达式

Posted on 2019-01-08 | In 前端 |
Words count in article: 1.8k

正则表达式使用单个字符来描述, 匹配一系列匹配某个句法规则的字符串. 在很多文本编辑器里,正则表达式通常被用来检索、替换那些匹配某个模式的文本. 在许多程序设计语言中都支持利用正则表达式进行字符串操作.

Read more »

搭建Github webhook触发的Jenkins Pipeline

Posted on 2019-01-04 | In Jenkins |
Words count in article: 790

本文通过docker启动Jenkins流水线, 使用ngrok将Jenkins接口暴露给github, 然后配置项目的github webhook关联Jenkins流水线项目, 实现代码变更触发流水线运行.

Read more »

ReactiveX学习

Posted on 2018-12-17 | In ReactiveX |
Words count in article: 398

ReactiveX是Reactive Extensions的缩写,一般简写为Rx。Rx是一个编程模型,目标是提供一致的编程接口,帮助开发者更方便的处理异步数据流,Rx库支持.NET、JavaScript和C++,Rx近几年越来越流行了,现在已经支持几乎全部的流行编程语言了。社区网站是 ReactiveX 。

Read more »

angular入门

Posted on 2018-11-29 | In 前端 |
Words count in article: 1.4k

初始化Angular项目


先决条件

  • nodejs
  • npm
Read more »

TypeScript入门

Posted on 2018-11-28 | In 前端 |
Words count in article: 575

TypeScript是JavaScript的超集, TypeScript可以兼容JavaScript, TypeScript通过类型注解提供编译时的静态类型检查. TypeScript可以处理已有的JavaScript代码, 并只对TypeScript代码进行编译.

Read more »

clean code 学习笔记

Posted on 2018-11-13 | In 代码规范 |
Words count in article: 2.9k

有意义的命名


名副其实

  • 使用能够表达本意的名称
  • 发现更好的名称就替换旧名称
Read more »

Spring-Data-Java-8-Support

Posted on 2018-11-12 | In spring |
Words count in article: 390

Spring data support core Java 8 features – such as Optional, Stream API and CompletableFuture.

Read more »

Togglz tutorials

Posted on 2018-11-05 | In 后端 |
Words count in article: 678

Togglz


install dependence


for spring MVC development:

build.gradle

compile ‘org.togglz:togglz-servlet:2.6.1.Final’
compile ‘org.togglz:togglz-spring-web:2.6.1.Final’
runtime ‘org.togglz:togglz-jsp:2.6.1.Final’
compile ‘org.togglz:togglz-console:2.6.1.Final’

Read more »

TWU learning route

Posted on 2018-10-14 | In 培训 |
Words count in article: 844

OO recap


  • use final if the variable never change
  • use polymorphism if there are several relevant class
    • use interface if several class has same method
    • use inherent if class is a special case of another class
  • use factory design pattern to create a Object(eg. square -> rectangle )
Read more »
123
ThxNo

ThxNo

25 posts
10 categories
40 tags
© 2019 ThxNo | Site words total count: 21.3k
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4