The Little Prince-12/05 "When a mystery is too overpowering, one dare not disobey. Absurd as it might seem to me, a thousand miles from any human habi ...
分类:
其他好文 时间:
2017-12-06 00:57:41
阅读次数:
272
Spring Cloud系列终于搞完啦! 这一系列是笔者的学习笔记,原书之前也给小伙伴们推荐过 《Spring Cloud微服务实战》 原书采用了较老的Brixton版,笔者在学习的过程中,采用了当时最新的Dalston.SR3版,可是Spring Cloud的更新还是太快了,还没学完,Dalsto ...
分类:
编程语言 时间:
2017-12-05 13:31:50
阅读次数:
198
python provides a general purpose HOP,map simple form-a unary function and a collection of suitable arguments 代码: for e in map(abs,[1,-2,3,-4]): print ...
分类:
编程语言 时间:
2017-12-04 21:26:06
阅读次数:
199
js文件:https://pan.baidu.com/s/1hsIR8Ni 百度地图提供了多边形绘制的功能,但是对于不符合多边形规则的图形却没有做限制: 所以我们在绘制的时候需要判断当前绘制的图形是否是多边形: 1:下载百度地图开源库里面的鼠标绘制工具条库:DrawingManager.js 2:找 ...
分类:
其他好文 时间:
2017-12-03 17:21:43
阅读次数:
293
函数 ORACLE中的支持正则表达式的函数主要有下面四个:1,REGEXP_LIKE :与LIKE的功能相似2,REGEXP_INSTR :与INSTR的功能相似3,REGEXP_SUBSTR :与SUBSTR的功能相似4,REGEXP_REPLACE :与REPLACE的功能相似select * ...
分类:
其他好文 时间:
2017-12-03 15:33:59
阅读次数:
226
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ ...
分类:
其他好文 时间:
2017-12-02 16:13:21
阅读次数:
150
在页面中放置一个注册表单,用户可以输入注册信息,包括用户名、密码和邮箱。 用户将注册信息提交到register.php进行处理。register.php需要完成写入数据和发送邮件两大功能。 必须引入smtp.class.php类,邮件类 上述代码中,$token即构造好的激活识别码,它是由用户名、密 ...
分类:
其他好文 时间:
2017-11-20 20:18:14
阅读次数:
100
Given a 32-bit signed integer, reverse digits of an integer. Example 1: Example 2: Example 3: Note:Assume we are dealing with an environment which cou ...
分类:
其他好文 时间:
2017-11-18 23:37:03
阅读次数:
175
QPointF MapEditor::getIntersectPos(QPointF posA, QPointF posB, QPointF posC, QPointF posD)//返回AB与CD交点,无交点返回(0,0) { QLineF line1(posA, posB); QLineF li... ...
分类:
其他好文 时间:
2017-11-17 15:02:49
阅读次数:
168