`
文章列表
  1.添加依赖   <!--热部署依赖,生产环境、应用被打成jar包后,自动失效-->       <dependency>          <groupId>org.springframework.boot</groupId>         <artifactId>spring-boot-devtools</artifactId>         <optional>true</optional>      </dependency>       2. C ...
开发工具安装及插件安装使用 Sublime text         下载:http://www.sublimetext.com/         Package Control组件安装:            提供了二种安装方式,建业使用第二种 https://packagecontrol.io/installation          Perferences->package settings中看到package control这一项,则安装成功。      插件安装:       按下Ctrl+Shift+P调出命令面板       输入install 调出 ...
@ConfigurationProperties(prefix = "config2",locations="classpath:test.properties") 1.配置文件解析   Spring Boot使用“习惯优于配置”(项目中存在大量的配置,此外还内置了一个习惯性的配置,让你无需手动进行配置)的理念让你的项目快速运行起来。所以,我们要想把Spring Boot玩的溜,就要懂得如何开启各个功能模块的默认配置,这就需要了解Spring Boot的配置文件application.properties。   Spring Boot使用了一 ...
  idea 使用 spring boot     创建一个空的Maven 项目    Spring Boot依赖 使用 org.springframework.boot groupId 。     通常,让你的Maven POM文件继承 spring-boot-starter-parent,并声明一个或多个 Starter POMs依赖即可。Spring Boot也提供了一个可 ...
    一、  nosql 数据库操作         1、redis    版本1:      github地址:       https://github.com/garyburd/redigo       文档地址:     http://godoc.org/github.com/garyburd/redigo/redis 连接redis package main import ( "fmt" "github.com/garyburd/redigo/redis" ) func main() { ...
地图坐标系: 天地图                      2000国家大地坐标系,高斯投影 高德、腾讯、Google中国地图、阿里云地图  GCJ-02火星坐标系(中国主流坐标系) 百度地图     BD-09坐标(百度坐标对火星坐标系进行了一次加密,形 ...
redis 性能提升/优化

go 编程

    博客分类:
  • go
      目录说明:   GOROOT 就是安装的路径,默认安装就是c:\Go   PATH 需要追加 安装下面的bin目录,C:\Go\bin   GOPATH 这个估计是相当于是eclipse的workspace,根据自己喜好设定在一个文件中。   src 放源码,   pkg(我暂时还不清楚)   bin 存放编译后的结果   配置eclipse 代码提示功能 从  https://github.com/nsf/gocode 下载源码 解压 进入解压目录 执行 go build 生成 gocode.exe  把eclipse gocode指向生成的go ...

Spring

    博客分类:
  • java
 spring非maven下载       1.  直接粘到地址栏或者下载工具里,每次有更新只要改版本号就可以         http://repo.springsource.org/libs-release-local/org/springframework/spring/3.2.8.RELEASE/spring-framework-3.2.8.RELEASE-dist.zip         http://repo.spring.io/libs-release-local/org/springframework/security/spring-security/3.2.3. ...
   1.  devices.xml 错误      [2016-09-14 15:20:11 - Android SDK] Error when loading the SDK:   Error: Error parsing D:\Users\shouzhuo3\AppData\Local\Android\sdk\system-images\android-22\android-wear\x86\devices.xml cvc-complex-type.2.4.d: 发现了以元素 'd:skin' 开头的无效内容。此处不应含有子元素。 Error: Error parsing ...
highcharts 图例详解:    tooltip: { }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'top', x: 5, y: 0, borderWidth: 1, labelFormatter: function () { ...
 ext4.1 tbar 换行       使用 buttongroup 效果图:代码:   var tbar1=Ext.create('Ext.toolbar.Toolbar', { enableOverflow:true, items:[{ // xtype: 'buttongroup', columns: 6, floatable:true, defaults: { scale: 'smal ...
1.svn 插件安装    选择 Help -> Soft Updates -> Find and Install,在弹出的窗口中选择“Search for new features to install”,然后创建新的”New Romote Site”,Name为“Subclipse”,URL是”http://subclipse.tigris.org/update”。   安装结束后,在Window->Perspective->Customize Perspetive中激活svn,就可以在File->New 中看到SVN。
 spring-mvc.xml   <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" ...
1.cxf  soap header 获取 public class E { private WebServiceContext context; public String a(){ Map<String, Object> headers = context.getMessageContext(); List<Header> headerList = (List<Header>)headers.get(Header.HEADER_LIST); for (Header header : headerList) { Node ...
Global site tag (gtag.js) - Google Analytics