看到 MapV 的一个demo 的底图比较好看,练练手 MapV demos:https://mapv.baidu.com/examples/ 参考的demo:https://mapv.baidu.com/examples/#baidu-map-polyline-time.html 需要注册一个百度 ...
分类:
其他好文 时间:
2019-03-16 12:41:15
阅读次数:
965
loadMore = (element, callback) => { let windowHeight = window.screen.height; let height; let setTop; let paddingBottom; let marginBottom; let requestF... ...
分类:
其他好文 时间:
2019-03-14 18:37:27
阅读次数:
134
原文:asp.net core 使用identityServer4的密码模式来进行身份认证(2) 认证授权原理前言:本文将会结合asp.net core 认证源码来分析起认证的原理与流程。asp.net core版本2.2 对于大部分使用asp.net core开发的人来说。 下面这几行代码应该很熟... ...
分类:
Web程序 时间:
2019-03-14 00:52:56
阅读次数:
150
<?phpheader("Content-type:text/html;charset=utf-8"); 请求的url $url = 'http://dsc.taobaocdn.com/i8/560/330/566337787959/TB1eUs_LlLoK1RjSZFu8qtn0Xla.desc% ...
分类:
Web程序 时间:
2019-03-13 15:16:12
阅读次数:
220
1、导航栏开始时是没有导航栏的感觉,往上滚动后又出现导航栏,采用下面的方法 - (void)scrollViewDidScroll:(UIScrollView *)scrollView { CGFloat minAlphaOffset = - 88; CGFloat maxAlphaOffset = ...
分类:
其他好文 时间:
2019-02-26 13:14:55
阅读次数:
200
前言 记下那些常用的命令, 不常用的命令因其不常用,故记了也会忘记 4个模式 4个模式 命令模式 i进入insert 模式 Dsc一下或两下进入正常模式 v进入Visual 模式 ...
分类:
系统相关 时间:
2019-02-13 22:25:31
阅读次数:
219
1. GeoServer简介 GeoServer是OpenGIS Web服务器规范的J2EE实现的社区开源项目,利用GeoServer可以方便的发布地图数据,允许用户对特征数据进行更新、删除、插入操作,通过GeoServer可以容易的在用户之间迅速共享空间地理信息。它能兼容WMS和 WFS 特性;支 ...
分类:
其他好文 时间:
2019-01-30 15:59:01
阅读次数:
229
传送触发器 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.SceneManagement; //玩家传送触发器及传送点public class StreetC ...
分类:
编程语言 时间:
2019-01-24 11:11:48
阅读次数:
367
``` function orient() { if (window.orientation == 90 || window.orientation == -90) { //ipad、iphone竖屏;Andriod横屏 $("body").attr("class", "landscape"); o... ...
分类:
移动开发 时间:
2019-01-02 15:15:37
阅读次数:
263
通常希望发送当实例中发生某事的通知。 GDScript支持创建内置的Godot信号。 使用 signal 关键字可以轻松地在GDScript中声明信号。 # No arguments. signal your_signal_name # With arguments. signal your_sig ...
分类:
其他好文 时间:
2018-12-30 15:10:33
阅读次数:
218