SQL中的单记录函数 1.ASCII返回与指定的字符对应的十进制数;SQL> select ascii('A') A,ascii('a') a,ascii('0') zero,ascii(' ') space from dual; A A ZERO SPACE 65 97 48 32 2.CHR给出 ...
分类:
数据库 时间:
2017-09-13 21:11:21
阅读次数:
208
这两天入门下Docker的容器技术,感觉挺实用的,所以记录下学习心得。 Docker是什么? 要了解它是什么,第一步要做的是什么,还用问~,当然是先去官网瞧瞧啊。很明显啊,Docker is the leading Containers As a Service platform.英语不好,别怪我, ...
分类:
其他好文 时间:
2017-09-12 10:00:15
阅读次数:
174
Getting started with Python & Machine Learning(阅者注:这是一篇关于机器学习的指导入门,作者大致描述了用Python来开始机器学习的优劣,以及如果用哪些Python 的package 来开始机器学习。) Machine learning is eatin ...
分类:
编程语言 时间:
2017-09-11 15:15:53
阅读次数:
244
题目链接:点我点我 题意:给n,k,求nk的前三位和后三位。 题解:后三位直接快速幂。前三位的话,我们假设n=10a,nk=10a*k=10x+y=10x * 10y。 我们把10x当做位数(就是让他它尽可能大,比如n的k次方为12345,10x就相当于104),10y当做表示的值(12345这个数 ...
分类:
其他好文 时间:
2017-09-08 21:43:47
阅读次数:
139
CoreText的关键语法 一、坐标旋转 二、主要键名 三、主要函数 ...
分类:
移动开发 时间:
2017-09-05 11:43:52
阅读次数:
239
Mesos安装完毕后,发现agent无法和master关联(通过WebUI的agent页面无法看到agent信息),查看日志显示: Elected as the leading master! starat recovery...具体记不清了,就是打算向zookeeper中写入信息,但是失败了 Re ...
分类:
其他好文 时间:
2017-09-03 19:35:52
阅读次数:
198
docker 介绍 Docker is the world’s leading software container platform. Developers use Docker to eliminate(消除) “works on my machine” problems when collab ...
分类:
其他好文 时间:
2017-08-31 19:01:57
阅读次数:
243
转自:https://www.ibm.com/developerworks/cn/opensource/os-cn-zookeeper/index.html 安装和配置详解 本文介绍的 Zookeeper 是以 3.2.2 这个稳定版本为基础,最新的版本可以通过官网 http://hadoop.ap ...
分类:
其他好文 时间:
2017-08-23 10:40:09
阅读次数:
227
P2922 [USACO08DEC]秘密消息Secret Message 题目描述 Bessie is leading the cows in an attempt to escape! To do this, the cows are sending secret binary messages ...
分类:
其他好文 时间:
2017-08-20 19:51:09
阅读次数:
193
题目描述 Bessie is leading the cows in an attempt to escape! To do this, the cows are sending secret binary messages to each other. Ever the clever counte ...
分类:
其他好文 时间:
2017-08-20 16:57:03
阅读次数:
166