Palindrome Linked List 1 /** 2 * LeetCode: Palindrome Linked List 3 * Given a singly linked list, determine if it is a palindrome. 4 * Could yo...
分类:
其他好文 时间:
2015-08-03 20:52:05
阅读次数:
124
pch文件加入#import #ifndef __IPHONE_3_0#warning "This project uses features only available in iOS SDK 3.0 and later."#endif#ifdef __OBJC__#import #import
分类:
其他好文 时间:
2015-08-03 18:12:54
阅读次数:
151
题目如下:
Eva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal shopping mall which could accept all kinds of coins as payment...
分类:
其他好文 时间:
2015-08-03 14:32:21
阅读次数:
262
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...
分类:
其他好文 时间:
2015-08-02 23:12:12
阅读次数:
219
Reverse a singly linked list.Hint:A linked list can be reversed either iteratively or recursively. Could you implement both?Solution 1:iteration 1 /**...
分类:
其他好文 时间:
2015-08-02 14:57:55
阅读次数:
117
If we get used to the OOP, we know that it often mentioned the concept about "Reusable", actually that bring different layers of meanings about software design, one could be, if it‘s reusable, then...
分类:
其他好文 时间:
2015-08-02 11:58:06
阅读次数:
116
刚解决完上一个问题之后,又出现一个新的问题,人生总有太多的不如意啊。先让我们看看问题吧
1、问题1
我们一定不要被它的样子给吓到,仔细阅读我们就会发现,其实它就是没有连上数据库,呵呵,够简单吧,那么让我们来看看它到底是哪里出问题了。
2、开始解决
我们遇到问题后,肯定是要上网找的,因为70%的问题在网上都有答案,如果没有,那就太好了,你懂的。
1...
分类:
Web程序 时间:
2015-08-02 08:58:51
阅读次数:
170
刚刚突然发现DB Master1(当前读写)磁盘满了,DB Master2(当前不对外提供写)replication 抛出异常:Relay log write failure:could not queue event from master,并且Slave_IO_Running: No。...
分类:
其他好文 时间:
2015-08-02 00:59:24
阅读次数:
593
org.springframework.dao.DataIntegrityViolationException: could not insert: [com.integration.entity.User]; SQL [insert into USER1 (NAME, PASSWORD, TYPE...
分类:
数据库 时间:
2015-08-01 21:45:49
阅读次数:
280
运用Spring+Hibenate+Struts2+Oracle数据库时;出现这种错误的应该先检查applicationContext文件下的 oracle.jdbc.OracleDriver 是否配置正确,然后将ojdbc6.jar导入Tomcat文件夹下的lib文件夹下。
分类:
数据库 时间:
2015-08-01 20:28:55
阅读次数:
159