坚持学习英语,OMG口语非常长不错,坚持每天整理.学英语坚持最重要,学英语坚持最重要,学英语坚持最重要说三遍! Go green环保生活I've been thinking about ways I cloud go green .What can I do to be more environm....
分类:
其他好文 时间:
2015-12-25 21:00:46
阅读次数:
216
1075. Thread in a SpaceTime limit: 1.0 secondMemory limit: 64 MBThere are three points in a 3-dimensional space:A,BandC. All the coordinates of the po...
分类:
其他好文 时间:
2015-12-25 20:59:35
阅读次数:
178
你好!U盘被写保护是一个注册表问题,先检查一下注册表吧。插入U盘——点击“开始”——点击“运行”——输入“regedit.exe”(打开注册表)——一次打开下面文件夹:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDeviceP...
分类:
其他好文 时间:
2015-12-25 20:57:31
阅读次数:
118
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:
其他好文 时间:
2015-12-25 20:59:38
阅读次数:
167
题目来源:https://leetcode.com/problems/zigzag-conversion/The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (yo...
分类:
其他好文 时间:
2015-12-25 20:59:49
阅读次数:
128
1.简介程 序开发环境中的日志记录是由嵌入在程序中以输出一些对开发人员有用信息的语句所组成。例如,跟踪语句(trace),结构转储和常见的 System.out.println或printf调试语句。log4j提供分级方法在程序中嵌入日志记录语句。日志信息具有多种输出格式和多个输出级 别。 使 用一...
分类:
其他好文 时间:
2015-12-25 20:57:38
阅读次数:
171
一.学习收获: a)你书写的代码量多少行?这门课程中我写得代码其实并不多,加起来大概百多行,更多的还是看代码。b)熟悉(了解)了哪几个软件工具?C++,JAVAc)这学期你学到的对软件工程相关知识有哪些?学到了软件开发的过程,各种阶段。d)本课程对你在哪些方面有帮助?对开发软件的思维方向上很有帮助,...
分类:
其他好文 时间:
2015-12-25 20:57:24
阅读次数:
138
1071. Nikifor 2Time limit: 1.0 secondMemory limit: 64 MBNikifor has a numberx. He doesn't need it. He needs a numbery. Nikifor tries to obtain the req...
分类:
其他好文 时间:
2015-12-25 20:54:59
阅读次数:
217
#pragma mark - **************** textField代理方法- (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString...
分类:
其他好文 时间:
2015-12-25 20:53:38
阅读次数:
192
1、通常直接写的字符串中有转义符是前面加【@】就能解决: 如:string str = @"请确认数据有误!\r\n中断程序运行。"; 这时实际存入str中的内容是"请确认数据有误!\\r\\n中断程序运行。"2、如果字符串变量中的内容中有直接携带了转义符给怎么替换? 如:假设str中已经存有"请确...
分类:
其他好文 时间:
2015-12-25 20:53:56
阅读次数:
139
1.窗口最大化//设置窗口最大化driver.manage().window().maximize();2.指定设置窗口大小//指定呀设置窗口的宽度为:800,高度为600Dimension d= newDimension(800, 600);然后去执行这个设置:driver.manage().wi...
分类:
其他好文 时间:
2015-12-25 20:54:13
阅读次数:
114
1070. Local TimeTime limit: 1.0 secondMemory limit: 64 MBSoon the USU team will go to Vancouver to participate in the final of the ACM International C...
分类:
其他好文 时间:
2015-12-25 20:54:23
阅读次数:
229
1222 信与信封问题 题目描述 DescriptionJohn先生晚上写了n封信,并相应地写了n个信封将信装好,准备寄出。但是,第二天John的儿子SmallJohn将这n封信都拿出了信封。不幸的是,SmallJohn无法将拿出的信正确地装回信封中了。将SmallJohn所提供的n封信依次编号为1...
分类:
其他好文 时间:
2015-12-25 20:53:30
阅读次数:
224
题目来源:https://leetcode.com/problems/reverse-integer/Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321解题思路:其实这道题看起...
分类:
其他好文 时间:
2015-12-25 20:53:20
阅读次数:
204
以基于Map接口的HashMap类的集合为 例1、 判断文件是否存在public void isRight(){ //判断文件是否存在 if(!myfile.exists()){ try { myf...
分类:
其他好文 时间:
2015-12-25 20:52:01
阅读次数:
191
1.分享的主持类public class SharePresenter { //QQ分享帐号 private final static String QQ_AppID = "***"; private final static String QQ_AppKey = "***"; //微信分享帐号 p...
分类:
其他好文 时间:
2015-12-25 20:50:50
阅读次数:
1011
图灵测试一词来源于计算机科学和密码学的先驱阿兰·麦席森·图灵写于1950年的一篇论文《计算机器与智能》。阿兰·麦席森·图灵1950年设计出这个测试,其内容是,如果电脑能在5分钟内回答由人类测试者提出的一系列问题,且其超过30%的回答让测试者误认为是人类所答,则电脑通过测试。2014年6月7日是计算....
分类:
其他好文 时间:
2015-12-25 20:53:05
阅读次数:
296