最新文章

  • redis 配置

    redis 配置 import java.lang.reflect.Method;import org.springframework.cache.CacheManager;import org.springframework.cache.annotation.EnableCaching;import org.springframework.cache.interceptor......

    1335
    0
    2017-04-07 19:22
  • Jrebel 激活

    Jrebel 激活 这里用的IDE是Idea16.先在File->Settings->Plugins->BrowseRepositories,然后搜索JRebel,安装JRebelforIntellij。接着激活jrebel。JRebel有一个免费获得永久使用权的方法),登录https://my.jrebel.com这个网站(不需要FQ),然后用Twitter或者Facebook账号登录(需要FQ)......

    3540
    0
    2017-04-07 18:36
  • 【转】IntelliJ IDEA - 注释模板

    【转】IntelliJ IDEA - 注释模板 IntelliJIDEA注释模板自定义的方式有许多,如LiveTemplates和FileandCodeTemplates,我比较喜欢FileandCodeTemplates,在新建类时自动包含在源码中。方法如下:编辑Includes中的FileHeader,如下这部分,是要插入到类的前面,作为类的注释。注释中的变量在下面的"Description"都由描述。新建License项版权声明信息,我准......

    3357
    0
    2017-04-07 15:12
  • Springboot添加swagger支持

    Springboot添加swagger支持 添加maven依赖:<!--swaggerstart--><dependency><groupId>io.springfox</groupId><artifactId>springfox-swagger2</artifactId><version>2.2.2</version></dependen......

    5200
    6
    2017-04-01 14:56
  • idea 常用快捷键 - 收藏

    idea 常用快捷键 - 收藏 Ctrl+Shift+Enter,语句完成“!”,否定完成,输入表达式时按“!”键Ctrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Shift+Click,可以关闭文件Ctrl+[OR],可以跑到大括号的开头与结尾Ctrl+F12,可以显示当前文件的结构Ctrl+F7,可以查询当前元素在当前文件中的引用,然后按F3可以选择Ctrl+N,可以快速打开类Ctrl+Shift+N,可以快速......

    1174
    0
    2017-03-27 14:32
  • Ubuntu16.04 安装Nginx

    Ubuntu16.04 安装Nginx 安装Nginx依赖库安装gccg++的依赖库ubuntu平台可以使用如下命令。apt-getinstallbuild-essentialapt-getinstalllibtoolcenteros平台可以使用如下命令。centos平台编译环境使用如下指令安装make:yum-yinstallgccautomakeautoconflibtoolmake安装g++:yuminstallgccgcc-c+......

    2285
    0
    2017-03-27 11:43
  • SQL not in 中包含null值是个悲剧

    SQL not in 中包含null值是个悲剧 如果使用notin那么子查询中一定不能有null值,如果子查询中有null值那么查询无结果返回。1.测试notin子查询中包含null值测试表test_tSQL>select*fromtest_t;IDNAME------------------------------1a2b3c测试表test_t2SQL>select*fromtest_t2;IDNAME--------------......

    1664
    0
    2017-03-22 20:14
  • Vuejs环境配置

    Vuejs环境配置 安装最新稳定版vue:$npminstall-gvue全局安装#最新稳定CSP兼容版本$npminstallvue@csp开始创建第一个vue项目:#全局安装vue-cli$npminstall-gvue-cli#创建一个基于"webpack"模板的新项目$vueinitwebpackproject-name#安装依赖$cdproject-name$npminstall$npmrundev启动项目

    3204
    0
    2017-03-21 10:48
  • nodejs版本快速升至最新版

    nodejs版本快速升至最新版 只需要两个步骤即可升级:1、首先安装n模块别看它名字很短,用途却很大,可以用短小精悍来形容。n模块是专门用来管理nodejs版本的。这里需要全局安装:sudonpminstall-gn2、升级node.js到最新稳定版nstable等待完成即可。

    1885
    0
    2017-03-21 10:06
  • Spring Boot允许跨域请求

    Spring Boot允许跨域请求 Springboot默认是禁止跨域请求的。可以添加配置类打开:packagecom.nemo.common.configs;importorg.springframework.context.annotation.Bean;importorg.springframework.context.annotation.Configuration;importorg.springframework.web......

    4220
    0
    2017-03-20 22:43
  • Springboot | Failed to execute goal org.springframework.boot:spring-boot-maven-plugin

    Springboot | Failed to execute goal org.springframework.boot:spring-boot-maven-plugin 在整理springboot的基本架构时,某一个层在build的时候发生了如下异常:[INFO]Scanningforprojects...[INFO][INFO]------------------------------------------------------------------------[INFO]Buildingentity0.0.1-SNAPSHOT[INFO]-------......

    2481
    0
    2017-03-20 19:39
  • Command not included in the PATH environment variable.

    Command not included in the PATH environment variable. 在修改了~/.bashrc中的变量刷新系统环境后出现了这个问题:$lsCommand'ls'isavailablein'/bin/ls'Thecommandcouldnotbelocatedbecause'/bin'isnotincludedinthePATHenvironmentvariable.ls:commandnotfound料想肯定是环境变量配置有问题。于是:$vim~/.bashrcC......

    1833
    0
    2017-03-20 11:25
  • wget下载jdk

    wget下载jdk Oracle官网上下载jdk,需要点击accept licence的才能下载,使用下面的命令,直接可以下载。wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://dow......

    4456
    0
    2017-03-19 14:00
  • maven打包时跳过测试

    maven打包时跳过测试 运行mvninstall时,经常会跑test中的代码,相当消耗时间。这里找了一些办法可以跳过test。方法一:<project>[...]<build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-sure......

    3926
    0
    2017-03-15 20:19
  • Ubuntu搜狗输入法不能输入中文解决

    Ubuntu搜狗输入法不能输入中文解决 在Ubuntu下使用的中文输入法大半都是搜狗输入法.刚机器莫名挂掉重启之后,sogou输入法莫名其妙的输入不了中文了.推测是输入法的配置文件在机器挂掉重启的时候没来得及保存,出现了损坏.解决方法如下:1、进入用户配置目录:cd~/.config2、删除所有搜狗输入法的相关配置文件:sudorm-rfsogou*sudorm-rfSogou*3、重启输入法:fcitx这时候问题即解决。

    5085
    0
    2017-03-15 15:21
首页  上一页  33  34  35  36  37  下一页 
2024.11.24
签到
已有8位小伙伴签到
今日文章:0
文章总数:781