码迷,mamicode.com
首页 >  
搜索关键字:like    ( 7615个结果
spark RDD transformation与action函数巩固 (未完)
1.创建RDDval lines = sc.parallelize(List("pandas","i like pandas"))2.加载本地文件到RDDval linesRDD = sc.textFile("yangsy.txt")3.过滤 filter 需要注意的是 filter并不会在原有RD...
分类:其他好文   时间:2015-11-28 14:52:54    阅读次数:213
Add Digits
Given a non-negative integernum, repeatedly add all its digits until the result has only one digit.For example:Givennum = 38, the process is like:3 + ...
分类:其他好文   时间:2015-11-28 11:50:50    阅读次数:125
关于mysql 的一些零碎.
/*又在做自己以前做的事。总是拿以前的眼光来看现在,导致了其实自己已经很low,但是还觉得自己很xxx.好吧,最近开始PHP审计。jishigou!!!!!!*/查看日志情况.show variables like 'log_%'; 开启set global log_bin_trust_functi...
分类:数据库   时间:2015-11-28 00:59:55    阅读次数:141
[Leetcode] Letter Combinations of a Phone Number
问题:Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telep...
分类:其他好文   时间:2015-11-27 14:57:24    阅读次数:158
Python运行出错情况
1、错误内容:You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly r...
分类:编程语言   时间:2015-11-27 13:04:52    阅读次数:167
sql: 查询,select
快速查询数据库中拥有那些表项:(类似linux中的ls, ls |grep table_name*)select * from tab where tname like 'YOUR_QERYNAME%%';TNAME TABTYPE CLUSTERID--------------...
分类:数据库   时间:2015-11-27 12:47:38    阅读次数:153
ORACLE中的支持正则表达式的函数
ORACLE中的支持正则表达式的函数主要有下面四个:1,REGEXP_LIKE :与LIKE的功能相似2,REGEXP_INSTR :与INSTR的功能相似3,REGEXP_SUBSTR :与SUBSTR的功能相似4,REGEXP_REPLACE :与REPLACE的功能相似它们在用法上与Oracl...
分类:数据库   时间:2015-11-27 12:45:08    阅读次数:167
Perl DBI 总结
源文地址:http://blog.csdn.net/like_zhz/article/details/5441946DBI和DBD的不同关系模型:##########################################################################可移植...
分类:数据库   时间:2015-11-27 10:48:07    阅读次数:196
Quartz.net开源作业调度框架使用详解(转)
前言quartz.net作业调度框架是伟大组织OpenSymphony开发的quartz scheduler项目的.net延伸移植版本。支持cron-like表达式,集群,数据库。功能性能强大更不用说。下载项目文档官网:http://www.quartz-scheduler.net/项目中需引用:C...
分类:Web程序   时间:2015-11-25 13:19:07    阅读次数:248
[CareerCup] 14.6 CircularArray 环形数组
14.6 Implement a CircularArray class that supports an array-like data structure which can be efficiently rotated.The class should use a generic type, ...
分类:编程语言   时间:2015-11-24 14:28:48    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!