发生这个的背景:昨天能启动,今天启动不了。发生的原因:系统内存不足,被其他软件吃的差不多了。解决方案:如何害怕复制以下内容会改变你的配置,自己手工修改内存值。256
改成128 512改成256方法如下: 找到eclipse目录下的eclipse.ini,可以看到如下内容:-startupplugi...
分类:
编程语言 时间:
2014-06-04 22:45:12
阅读次数:
271
Given an arraySofnintegers, are there
elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in
the array which gives the sum of ...
分类:
其他好文 时间:
2014-06-04 22:44:27
阅读次数:
250
Given a 2D board and a word, find if the word
exists in the grid.The word can be constructed from letters of sequentially
adjacent cell, where "adjace...
分类:
其他好文 时间:
2014-06-04 20:56:34
阅读次数:
343
Spring
AOP+EHCache简单缓存系统解决方案需要使用Spring来实现一个Cache简单的解决方案,具体需求如下:使用任意一个现有开源Cache
Framework,要求可以Cache系统中Service或则DAO层的get/find等方法返回结果,如果数据更新(使用Create/upd...
分类:
编程语言 时间:
2014-05-29 23:27:14
阅读次数:
467
问题:给出的区分大小写的字母字符的字符串,找到最大的字符串X,或者为X,或者其逆可以找到任何给定的字符串的子串输入:输入文件的第一行包含一个整数t(1 2
#include 3 char str[101][101]; 4 int sum1;//每组测试数据中的字符串个数 5 int find_su....
分类:
编程语言 时间:
2014-05-29 21:05:13
阅读次数:
330
提示错误:Sql2005SsmsExpressFacet 检查是否安装了 SQL Server
2005 Express 工具。 失败,已安装 SQL Server 2005 Express 工具。若要继续,请删除 SQL Server 2005
Express 工具。解决方法:不用删SQL Ser...
分类:
数据库 时间:
2014-05-29 19:36:32
阅读次数:
374
void CWnd::SetWindowText(LPCTSTR
lpszString)ASSERT(::IsWindow(m_hWnd)); Debug Assertion
Failed原因:ID和Resource中的控件没有关联起来,导致运行的时候,发现hWnd没有相应的对象,没有实例化,hWn...
Given an arraySofnintegers, find three integers
inSsuch that the sum is closest to a given number, target. Return the sum of the
three integers. You m...
分类:
其他好文 时间:
2014-05-29 11:04:43
阅读次数:
200
You are given a string,S, and a list of
words,L, that are all of the same length. Find all starting indices of
substring(s) in S that is a concatenati...
分类:
其他好文 时间:
2014-05-29 09:09:35
阅读次数:
222
Problem: Given a two-dimensional graph with
points on it, find a line which passes the most number of points.此题是Cracking the
code 5th edition 第七章第六题,思...
分类:
其他好文 时间:
2014-05-29 08:10:38
阅读次数:
292