部分脚本截图如下,要想玩转联系Ruiy哥提供脚本下载路径,附件在本博客的文件栏中维护,为了避免懒人一味的索取别人的劳动成果特此如此;想玩的Ruiy mail
to you!快6.1了,6.1娃子们的节日!也是Ruiy哥的节日;rsp配置文件部分下面的截图来源于安装进度过程中的随机截图,无序无规律,这...
分类:
数据库 时间:
2014-05-30 23:04:37
阅读次数:
491
好吧 最近应该剁手了 停不下撸的节奏 我们还是先来看下这题吧 touch me题目大意:
就是给你一串字符串 你要找出其中符合的2个字符构成的字符串str 条件呢是 str[0]是辅音字母 str[1]是元音字母 --
aeiou--而且都是小写的其实 这应该算种方法 当你需要统计...
分类:
其他好文 时间:
2014-05-30 20:31:23
阅读次数:
237
示例:public enum EnumTest { FRANK("The given name
of me"), LIU("The family name of me");//两个实例 private String context; private
String ge...
分类:
编程语言 时间:
2014-05-30 18:37:45
阅读次数:
419
这应该算今天 噢 不对 都可以算昨天做的最有质量的一题了 至于什么是最小路径覆盖之类的 =
今天下午再说吧 有点累了明天 又要上高数了 上学期 期末高数卷 必跪的节奏 。。。。作妹啊 。。。。。。。。先 给出链接 要是你也喜欢熬夜 今晚A了它吧
touch me-------------------...
分类:
其他好文 时间:
2014-05-30 16:38:20
阅读次数:
385
There areNgas stations along a circular route,
where the amount of gas at stationiisgas[i].You have a car with an unlimited gas
tank and it costscost[...
分类:
其他好文 时间:
2014-05-30 16:34:10
阅读次数:
258
Given a binary tree containing digits
from0-9only, each root-to-leaf path could represent a number.An example is the
root-to-leaf path1->2->3which rep...
分类:
其他好文 时间:
2014-05-30 16:32:52
阅读次数:
226
Say you have an array for which theithelement
is the price of a given stock on dayi.If you were only permitted to complete at
most one transaction (ie...
分类:
其他好文 时间:
2014-05-30 16:30:00
阅读次数:
282
Say you have an array for which theithelement
is the price of a given stock on dayi.Design an algorithm to find the maximum
profit. You may complete a...
分类:
其他好文 时间:
2014-05-30 16:19:05
阅读次数:
320
Follow up for problem "Populating Next Right
Pointers in Each Node".What if the given tree could be any binary tree? Would
your previous solution stil...
分类:
其他好文 时间:
2014-05-30 16:17:49
阅读次数:
210
Given inorder and postorder traversal of a
tree, construct the binary tree.Note:You may assume that duplicates do not exist
in the tree./** * Definiti...
分类:
其他好文 时间:
2014-05-30 16:12:22
阅读次数:
288