golang list jsonMarshal之后一个为null一个为[ ]问题

Posted by 夏泽民

两种不同的初始化方式引起的,函数返回值和var方式都是“声明”,而不是“定义”。fmt的输出和jsonMarshal也不一样



xterm.js tty.js 基于浏览器的终端模拟器

Posted by 夏泽民

tty.js https://github.com/chjj/tty.js/ xterm.js https://github.com/xtermjs/xterm.js https://xtermjs.org/ pty.js https://github.com/chjj/pty.js 需要了解它的工作原理。



mac安装gradle

Posted by 夏泽民

地址为:https://gradle.org/releases/ • 选择最新版本,选择complete v4.8.1 Jun 21, 2018 Download: binary-only or complete • 下载后把压缩包解压到本地任意安装地址 • 打开终端,把gradle的本地存放地址配置到path地址中 • 输入 export GRADLE_HOME=(你本地解压存放的地址) • 输入 export path=(你本地解压存放的地址)\bin • 保存后并启动 • 在终端输入检测配置是否正确,如果正确显示具体的版本信息
$gradle -version 
 $gradle -v



gradle_eclipse

Posted by 夏泽民

配置系统环境:GRADLE_HOME设置为解压缩之后的地址,PATH属性追加%GRADLE_HOME%\bin;注意前后的分号 elipse插件下载 Help->Eclipse Marketplace 搜索buildShip并安装 Eclipse导入Gradle项目有两种方式: 1.直接导入gradle项目 如果Eclipse中没有安装Gradle插件,需要参考:Eclipse安装Gradle插件这篇文章,安装Eclipse的Gradle插件。 我们以SpringBoot的初始demo项目为例:



build.gradle

Posted by 夏泽民

在语法上是基于Groovy语言的(Groovy 是一种基于JVM的敏捷开发语言,可以简单的理解为强类型语言java的弱类型版本),在项目管理上是基于Ant和Maven概念的项目自动化建构工具。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required