参考文档 https://knowledge.symantec.com/support/ssl-certificates-support/index?page=content&actp=CROSSLINK&id=INFO2047 Symantec certificates require the i ...
分类:
移动开发 时间:
2017-04-11 12:58:09
阅读次数:
950
Built-in Constants 在内置的空间中仅有很少的常量被定义。如:False、True、None Constants added by the site module site模块会在程序执行之前自动加载常量 False、True、None。 quit(code=None) exit(c ...
分类:
编程语言 时间:
2017-04-11 12:53:12
阅读次数:
142
这个知识点。。。 https://blog.keifergu.me/2017/03/23/difference-between-javascript-macrotask-and-microtask/?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=t ...
分类:
编程语言 时间:
2017-04-11 12:05:28
阅读次数:
176
Web领域的实时推送技术,也被称作Realtime技术。这种技术要达到的目的是让用户不需要刷新浏览器就可以获得实时更新。它有着广泛的应用场景,比如在线聊天室、在线客服系统、评论系统、WebIM等。 作者:潘良虎链接:https://www.zhihu.com/question/20215561/an ...
分类:
Web程序 时间:
2017-04-11 12:03:06
阅读次数:
291
1.下载matplotlib安装程序 网址为 https://pypi.python.org/pypi/matplotlib/ 2.放入项目所在文件夹 3.打开控制台并输入 python -m -pip install --user whl文件名 4.等待安装完成 5.测试matplotlib能否正 ...
分类:
编程语言 时间:
2017-04-11 11:33:32
阅读次数:
259
本文由Blankj投稿。 Blankjd的博客地址: http://www.jianshu.com/u/46702d5c6978 为了利于项目维护以及规范开发,促进成员之间Code Review的效率,故提出以下开发规范,如有更好建议,欢迎到GitHub提issue。 https://github. ...
分类:
移动开发 时间:
2017-04-11 11:24:46
阅读次数:
471
在非外网情况下。我们调用谷歌api会出现载入不到地图的现象。此时能够换一下域名试试或许就好了 比方我自己訪问api时时这样写的: https://maps.googleapis.com/maps/api/js?key=. . . &sensor=true 此时訪问时是载入不到地图的。 假设我将map ...
w https://en.wikipedia.org/wiki/Checksum https://zh.wikipedia.org/wiki/校验和 A checksum is a small-sized datum derived from a block of digital data for ...
分类:
编程语言 时间:
2017-04-11 11:17:12
阅读次数:
328
一、Cartographer简介 Cartographer是google开源的通用2D和3D定位与地图同步构建的SLAM工具,并提供ROS接口。官网地址:https://github.com/googlecartographer 二、安装方法 1、安装全部依赖项 2、安装ceres solver,下 ...
分类:
其他好文 时间:
2017-04-11 10:13:13
阅读次数:
1575
原题链接在这里:https://leetcode.com/problems/valid-word-abbreviation/#/description 题目: Given a non-empty string s and an abbreviation abbr, return whether th ...
分类:
其他好文 时间:
2017-04-11 10:00:14
阅读次数:
150