http://blog.csdn.net/jun502525164/article/details/40352253 ...
分类:
其他好文 时间:
2017-05-21 14:55:22
阅读次数:
538
题目: Count the number of k's between 0 and n. k can be 0 - 9. Count the number of k's between 0 and n. k can be 0 - 9. Count the number of k's between ...
分类:
其他好文 时间:
2017-05-20 00:06:40
阅读次数:
169
1、Map-Reduce的逻辑过程 如果我们须要处理一批有关天气的数据。其格式例如以下: 依照ASCII码存储。每行一条记录每一行字符从0開始计数,第15个到第18个字符为年第25个到第29个字符为温度。当中第25位是符号+/- 0067011990999991950051507+0000+ 004 ...
分类:
其他好文 时间:
2017-05-19 09:59:06
阅读次数:
224
String abc = "abc"; int codePointCount = abc.codePointCount(0, 1); // 1 返回的是起始位置到结束位置之间的字符个数。 int codePointBefore = abc.codePointBefore(1); //97 返回指定下 ...
分类:
编程语言 时间:
2017-05-18 20:19:22
阅读次数:
297
Case具有两种格式。简单Case函数和Case搜索函数。 --简单Case函数 CASE sex WHEN '1' THEN '男' WHEN '2' THEN '女' ELSE '其他' END --Case搜索函数 CASE WHEN sex = '1' THEN '男' WHEN sex = ...
分类:
数据库 时间:
2017-05-18 14:45:45
阅读次数:
254
题目: Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. Exampl ...
分类:
其他好文 时间:
2017-05-17 22:09:47
阅读次数:
228
其实就是利用MSSQL的存储过程xp_regwrite 。大家在渗透MSSQL服务器的时候,苦于无法上传开3389工具和3389工具不免杀时,可以使用此招轻松开启3389。 3389登陆关键注册表位置:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ...
分类:
数据库 时间:
2017-05-16 20:48:33
阅读次数:
217
2017-05-16 11:58:05.276 INFO 11268 [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConf ...
分类:
编程语言 时间:
2017-05-16 15:05:56
阅读次数:
5172
\documentclass{article} \usepackage{tikz} \usetikzlibrary{trees} \begin{document} \begin{tikzpicture}[edge from parent fork right,grow=right,level dis... ...
分类:
其他好文 时间:
2017-05-16 15:05:39
阅读次数:
311
Some time we need to get specific service path and then do something you want. there are 2 way to get specific service path bellow. private static str ...
分类:
其他好文 时间:
2017-05-16 11:06:53
阅读次数:
148