Wesley13 Wesley13
3年前
Ubuntu18.04 nvim + coc.nvim + ccls环境配置
关于vim安装coc.nvim的步骤,可以使用vimplug(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fjunegunn%2Fvimplug),请自行查阅官方文档。ccls是用于c/c/objectc的languageserver,下面说说c
Wesley13 Wesley13
3年前
Android 模拟器下载、编译及调试
Android模拟器源码下载Android模拟器源码的下载与AndroidAOSP源码库的下载过程类似,可以参考Google官方提供的Android源码下载文档(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fsource.andro
Easter79 Easter79
3年前
SpringBoot2.0 基础案例(14):基于Yml配置方式,实现文件上传逻辑
本文源码GitHub地址:知了一笑https://github.com/cicadasmile/springbootbase一、文件上传文件上传是项目开发中一个很常用的功能,常见的如头像上传,各类文档数据上传等。SpringBoot使用MultiPartFile接收来自表单的file文件,然后执
Easter79 Easter79
3年前
Storybook for vue
一、简介  Storybook是一款开源的组件开发工具,它可以运行在主程序之外,因此开发者可以用它来独立开发UI组件,或者用它来快速构建ui组件文档。  目前Storybook支持的框架有:ReactReactNative VueAngularMarionette.jsMith
Stella981 Stella981
3年前
Kafka的简单介绍_基础知识和应用场景介绍一下,一篇入门的文章
1.kafka介绍关于kafka入门的文章最好的就莫过于kafka的官方文档(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fkafka.apache.org%2Fdocumentation.html)了,这上面对kafka的定义是:Kafkaisad
Wesley13 Wesley13
3年前
mongoDB 的介绍
一.常用的网站MongoDB  2009年被发布MongoDB的官网:www.mongodb.org(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.mongodb.org)   可以下载安装包   和 使用文档MongoDB国内官方网
Easter79 Easter79
3年前
Spring集成Mybatis配置文件的简单理解
详情可见官方文档http://www.mybatis.org/spring/zh/index.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.mybatis.org%2Fspring%2Fzh%2Findex.html)一、需要配置的对象实例1.SqlSessio
Stella981 Stella981
3年前
Django基础二之URL路由系统
本节目录一 URL配置Django1.11版本URLConf官方文档(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdocs.djangoproject.com%2Fen%2F1.11%2Ftopics%2Fhttp%2Furls%2
Stella981 Stella981
3年前
Nosql数据库(一)——MongoDB(二)MongoDB的基本语法
1.进入test数据库//查看当前mongodb有哪些数据库showdbs//进入test数据库usetest//查看当前所在的数据库名称db2.向数据库的user集合中插入一个文档/db.colle
Easter79 Easter79
3年前
SpringBoot+Vue+mysql 搭建(二)node 和gulp环境的设置
!(https://oscimg.oschina.net/oscnet/2d0837cf7d8d3951c69bded01a3bf58b2a4.png)安装node不再写  gulp参考以下文档 https://blog.csdn.net/a599174211/article/details/82878095(https://www.o