搭建简易Web GIS网站:使用GeoServer+PostgreSQL+PostGIS+OpenLayers3 1 服务器搭建 使用Tomcat需要先安装Java。从Oracle官方网站下载Java最新版本: http://www.oracle.com/technetwork/java/javas ...
分类:
数据库 时间:
2017-09-12 13:33:45
阅读次数:
350
下载uditor git clone https://github.com/BigKuCha/yii2-ueditor-widget.git 将下载的项目放到 common/wdigets目录上 修改命名空间 或者 安装 Either run or add to the require sectio ...
分类:
其他好文 时间:
2017-09-12 12:05:10
阅读次数:
184
使用VSCode时,发现全局搜索无效,然后看到github上有关于此问题的issue,具体解决办法如下: 1 打开设置 2 把如下代码复制粘贴进入 3 重启VSCODE,然后就能看到效果 ...
分类:
系统相关 时间:
2017-09-12 10:40:00
阅读次数:
715
打开Java VisualVM检查更新插件时,默认的连接连不上,通过浏览器访问之后发现默认的服务器已经404,新地址已经迁移到github,下面这个地址里面有不同版本jdk对应的插件中心地址。 https://visualvm.github.io/pluginscenters.html 参考:htt ...
分类:
其他好文 时间:
2017-09-12 00:37:28
阅读次数:
182
1. 下载安装Redis Redis官方不支持Windows,但是Microsoft Open Tech group在 GitHub上开发了一个Win64的版本,下载地址为: 下载Redis 启动服务 redis-server redis.windows.conf 客户端连接 redis-cli.e ...
package main import ( "fmt" _ "github.com/go-sql-driver/mysql" "github.com/go-xorm/core" "github.com/go-xorm/xorm" "time" ) type Member struct { Membe ...
分类:
其他好文 时间:
2017-09-11 22:41:16
阅读次数:
224
使用GIT版本控制工具及基本使用方法(安装,新建,推送,拉取),托管平台的使用方法。 摘要: GitLab是利用Ruby on Rails一个开源的版本管理系统,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目,与Github类似。本篇教程将教你如何安装部署及使用GitLa ...
分类:
其他好文 时间:
2017-09-11 22:38:27
阅读次数:
305
package main import ( "crypto/md5" "fmt" _ "github.com/go-sql-driver/mysql" "github.com/go-xorm/core" "github.com/go-xorm/xorm" "io" "time" ) type Mem ...
分类:
其他好文 时间:
2017-09-11 22:37:19
阅读次数:
302
本文转载自:http://blog.csdn.net/zoutongyuan/article/details/28094565 项目结构 : github 上源码地址:https://github.com/starzou/front-end-example 点击打开 1、form 表单代码 需要引用 ...
分类:
Web程序 时间:
2017-09-11 19:37:57
阅读次数:
245
转自:https://github.com/taizilongxu/interview_python Python语言特性 1 Python的函数参数传递 2 Python中的元类(metaclass) 3 @staticmethod和@classmethod 4 类变量和实例变量 5 Python ...
分类:
编程语言 时间:
2017-09-11 16:29:17
阅读次数:
313