码迷,mamicode.com
首页 >  
搜索关键字:sky    ( 832个结果
Android即时通讯1
1.Openfire配置参考地址http://blog.csdn.net/sky_monkey/article/details/94955712.Mysql navicate11.0.10破解补丁件下载路径http://download.csdn.net/detail/long_sheng/6442...
分类:移动开发   时间:2015-01-22 19:54:27    阅读次数:146
[C++]LeetCode: 107 Reverse Words in a String (2014腾讯实习笔试题)
题目: Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". click to show clarification. Clarification: What co...
分类:编程语言   时间:2015-01-18 14:30:02    阅读次数:239
HDU2097 Sky数【水题】
思路:直接用/和%求出各进制各数位上的和,判断是否相等。...
分类:其他好文   时间:2015-01-16 16:54:08    阅读次数:202
LeetCode--Reverse Words in a String
Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". click to show clarification. Clarification: What constitutes...
分类:其他好文   时间:2015-01-15 18:26:13    阅读次数:161
UVa 11244 - Counting Stars
题目:数星星,给你一个二维的矩阵,数里面的单个'*'的个数(周围8个方向不能有'*')。 分析:图论,搜索,floodfill。直接统计面积位移的区域个数即可。 说明:太长时间没刷题了╮(╯▽╰)╭。 #include #include #include using namespace std; char sky[101][101]; int dxy[8][2] = {1,-1,...
分类:其他好文   时间:2015-01-13 21:37:08    阅读次数:313
Reverse Words in a String
https://oj.leetcode.com/problems/reverse-words-in-a-string/Given an input string, reverse the string word by word.For example,Given s = "the sky is bl...
分类:其他好文   时间:2015-01-13 13:54:37    阅读次数:135
从HTTP request的body中拿到JSON并反序列化为一个对象
import com.google.gson.Gson;import org.apache.struts2.ServletActionContext;import javax.servlet.ServletRequest;import java.io.*;/** * Created by sky.t...
分类:Web程序   时间:2015-01-12 20:41:34    阅读次数:232
leetcode 151. Reverse Words in a String
Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".click to show clarification.Cl...
分类:其他好文   时间:2015-01-11 12:12:04    阅读次数:128
Leetcode: Reverse Words in a String
Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". Clarification: What constitutes a word? A sequence of non-spac...
分类:其他好文   时间:2015-01-10 23:47:02    阅读次数:474
linux常用命令(替换)
1. vi模式下的替换命令: s表示替换(substitute),g表示全局搜索(global search) :s/vivian/sky/ 替换当前行第一个 vivian 为 sky :s/vivian/sky/g 替换当前行所有 vivian 为 sky :n,$s/vivian/sky...
分类:系统相关   时间:2015-01-08 14:42:17    阅读次数:201
832条   上一页 1 ... 67 68 69 70 71 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!