Spring Boot 概述 Build Anything with Spring Boot:Spring Boot is the starting point for building all Spring-based applications. Spring Boot is designed t ...
分类:
编程语言 时间:
2018-11-07 11:44:43
阅读次数:
233
The static code analysis and linting tool ESLint is the de-facto standard for linting JavaScript projects. In this lesson we’ll see how to install, ru ...
分类:
移动开发 时间:
2018-11-04 11:19:57
阅读次数:
155
1. 430 /Applications/Android\ Studio.app/Contents/gradle/gradle-2.8/bin/gradle -v 434 mkdir gradle01 435 cd gradle01 437 /Applications/Android\ Studio ...
分类:
编程语言 时间:
2018-11-03 16:32:49
阅读次数:
151
一、刚开始使用Ubuntu18后,感觉开机和运行速度都不理想,通过改变一些配置可以提高下用户体验感 二、改变一些配置 a、使用Preload预加载 b、禁用不必要的启动项 搜索界面搜索:Startup Applications 禁用不用的开机启动应用 c、调整交换分区参数 # 查看tendency数 ...
分类:
系统相关 时间:
2018-11-03 12:36:08
阅读次数:
617
Different programming languages provide different types of abstraction, depending on the intended applications for the language. For example: In objec ...
分类:
编程语言 时间:
2018-10-30 13:10:25
阅读次数:
180
0. Paper link "MobileNets" 1. Overview MobileNets是一种基于深度可分割卷积的轻量流线型结构,引进了两个简单的全局超参数在延迟与准确率之间达到了平衡,并且超参数让model builder可以按照不同的应用场景的限制去选择合适大小 ...
分类:
移动开发 时间:
2018-10-29 16:07:12
阅读次数:
233
第一种:application类 @SpringBootApplicationpublic class Applications { public static void main(String[] args) { SpringApplication.run(Applications.class, ...
分类:
编程语言 时间:
2018-10-28 11:22:05
阅读次数:
121
官方介绍: Appium is an open-source tool for automating native, mobile web, and hybrid applications on iOS mobile, Android mobile, and Windows desktop plat ...
分类:
移动开发 时间:
2018-10-28 00:48:05
阅读次数:
337
alias koa_unity="open -n /Applications/Unity\ 5.2.2/Unity.app" alias rob_unity="open -n /Applications/Unity\ 2017.4.3/Unity.app" alias ngs_unity="open ...
分类:
编程语言 时间:
2018-10-25 14:24:46
阅读次数:
142
一、什么是VBA Visual Basic for Applications(VBA)是visual basic的一种宏语言,是微软开发出来在其桌面应用程序中执行通用的自动化任务的编程语言,主要用来拓展windows的应用程序功能,特别是Office软件,也可以说是一种应用程序视觉化的basic脚本 ...
分类:
编程语言 时间:
2018-10-23 22:59:31
阅读次数:
1357