欢迎访问我的博客
摘要: 在github上新建仓库 dsun在项目根目录下执行:git init git add README.md git commit -m "first commit" git remote add origin https://github.com/ZB347954263/dsun.git git p 阅读全文
posted @ 2018-03-16 17:47 对雪书空武 阅读(165) 评论(0) 推荐(0)
摘要: nexus服务配置 在搭建号nexus服务中,有两个类型的库可以推送,分别是releases和snapshots,在本地搭建的nexus服务中,找到这两个库对应的URL [html] view plain copy http://localhost:8082/repository/maven-rel 阅读全文
posted @ 2018-03-14 14:14 对雪书空武 阅读(896) 评论(0) 推荐(0)
摘要: 这里介绍下 SonaType Nexus 2.x 的安装(Windows 环境)和配置。 下载 进入Nexus 官网下载页面:https://www.sonatype.com/download-oss-sonatype ,找到 Nexus Repository Manager OSS 2.x 字样, 阅读全文
posted @ 2018-03-14 14:13 对雪书空武 阅读(354) 评论(0) 推荐(0)
摘要: 1、ts文件 import { Component, OnInit, Injectable, Input, Output, EventEmitter } from '@angular/core'; import { Http, Headers } from '@angular/http'; impo 阅读全文
posted @ 2018-02-02 15:27 对雪书空武 阅读(1206) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ws1996/p/6257190.html 本文将介绍如何在Windows操作系统下搭建Git服务器和客户端。服务器端采用的是Bonobo Git Server,一款用ASP.NET MVC开发的Git源代码管理工具,界面简洁,基于Web方式配置,简单 阅读全文
posted @ 2018-01-31 10:18 对雪书空武 阅读(201) 评论(0) 推荐(0)
摘要: ionic2+angular2中踩的那些坑 很多链接 原文链接:http://www.cnblogs.com/yanxiaodi/p/5750860.html 好久没写什么东西了,最近在做一个ionic2的小东西,遇到了不少问题,也记录一下,避免后来的同学走弯路。 之前写过一篇使用VS2015开发i 阅读全文
posted @ 2018-01-29 18:47 对雪书空武 阅读(254) 评论(0) 推荐(0)
摘要: 一.SQL变更GET_LOCK()函数行为MySQL 5.7.5之前GET_LOCK()在执行第二次的额时候会释放前面获得的锁,在此版本以后支持同时获得多个锁,如:mysql> select version();+ +| version() |+ +| 5.6.33-log |+ +1 row in 阅读全文
posted @ 2018-01-25 18:34 对雪书空武 阅读(443) 评论(0) 推荐(0)
摘要: 转义字符 所有的ASCII码都可以用“\”加数字(一般是8进制数字)来表示。而C中定义了一些字母前加"\"来表示常见的那些不能显示的ASCII字符,如\0,\t,\n等,就称为转义字符,因为后面的字符,都不是它本来的ASCII字符意思了。 所有的ASCII码都可以用“\”加数字(一般是8进制数字)来 阅读全文
posted @ 2018-01-22 17:35 对雪书空武 阅读(473) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <title>WMS GetFeatureInfo (Tile Layer)</title> <link rel="stylesheet" href="https://openlayers.org/en/v4.2.0/css/ol.css" 阅读全文
posted @ 2018-01-12 16:13 对雪书空武 阅读(843) 评论(0) 推荐(0)
摘要: 2.离线天地图 [html] view plain copy var tiandituBaseLayer = new ol.layer.Tile({ title:"天地图基础图层", source: new ol.source.XYZ({ tileUrlFunction:function(tileC 阅读全文
posted @ 2017-12-08 15:55 对雪书空武 阅读(1041) 评论(0) 推荐(0)
敬请关注下一期节目