ProblemGiven an input string, reverse the string word by word.For example, Given s = "the sky is blue", return "blue is sky the".ClarificationWhat con...
分类:
其他好文 时间:
2015-11-07 06:31:07
阅读次数:
178
复制地址:http://blog.csdn.net/sky_monkey/article/details/22938125 <span style="font-size:18px;"><script> ? function startAPP(){ ? window.location = "**://**.**/**"; ? } ? function downloadAPP...
分类:
移动开发 时间:
2015-11-05 13:40:25
阅读次数:
329
Google基于Dart的新移动开发框架Flutter实际上就是以前的Sky SDK,基于Dart语言的移动开发框架,是React Native的竞争对手。官方网站 http://flutter.io/Flutter is a new way to build high-performance, cross-platform mobile apps. Flutter is optimized fo...
分类:
移动开发 时间:
2015-11-02 19:33:08
阅读次数:
202
package com.spring.sky.dialog.download;import java.io.File;import java.io.IOException;import java.sql.Timestamp;import java.text.DecimalFormat;import ...
分类:
编程语言 时间:
2015-11-02 13:45:16
阅读次数:
154
配置keepalived:1、使用DR模式:环境说明:192.168.2.205node1.sky.comkeepalived+lvs服务器DIP192.168.2.206node2.sky.comkeepalived+lvs服务器DIP192.168.2.220lvsVIP192.168.2.207web1.sky.comapache服务器192.168.2.208web2.sky.comapache服务器192.168.2.100window客户端..
分类:
其他好文 时间:
2015-11-01 19:39:48
阅读次数:
327
参考:http://blog.csdn.net/Sky_qing/article/details/44303221环境:ubuntu14.04 64位因为该版本的ubuntu中已经包含OpenSSL,可以使用:openssl version –a查看。1.安装apache2sudo apt-get ...
分类:
Web程序 时间:
2015-10-26 22:28:51
阅读次数:
294
迭代:defnames=["sky","lily","tom"]
names.forEach{
printlnit.toUpperCase()
}
map=[‘a‘:1,‘b‘:2]
map.each{key,value->
map[key]=value*2
}
assertmap==[‘a‘:2,‘b‘:4]
//结果
SKY
LILY
TOM
true回调defhouston(Closuredoit){
(10..1).each{count->
doit(..
分类:
其他好文 时间:
2015-10-20 19:41:02
阅读次数:
271
题目:翻转字符串给定一个字符串,逐个翻转字符串中的每个单词。样例给出s ="the sky is blue",返回"blue is sky the"说明单词的构成:无空格字母构成一个单词输入字符串是否包括前导或者尾随空格?可以包括,但是反转后的字符不能包括如何处理两个单词间的多个空格?在反转字符串中...
分类:
其他好文 时间:
2015-10-18 16:54:44
阅读次数:
517
参考:基于RSA算法的ios客户端加密和C#服务端解密的解决方案NET和java的RSA互通,仅此而已 1.生成证书 打开vs开发人员工具使用如下命令生成证书: makecert -ss My -n CN=Theoservice -sky exchange -pe Makecert命令的详细说明请参...
分类:
Web程序 时间:
2015-10-14 17:56:54
阅读次数:
226
Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the". 1 public String reverseWords(...
分类:
其他好文 时间:
2015-10-14 15:47:50
阅读次数:
109