今天使用Eclipse时,突然卡死了,然后我强制关闭了Eclipse,再重新打开的时候就报错了,错误如下:
Workspace in use or cannot be created, choose a different one.
错误原因:出现这种情况一般是workspace的配置文件中出现了.lock文件(workspace/.metadata/.lock),锁定了workspa...
分类:
编程语言 时间:
2015-07-08 10:59:34
阅读次数:
122
1 /* 2 * To change this license header, choose License Headers in Project Properties. 3 * To change this template file, choose Tools | Templates 4 ...
分类:
其他好文 时间:
2015-07-08 00:23:52
阅读次数:
208
JSTL 核心标签库 使用JSTL 核心标签库标签共有13个,功能上分为4类:1.表达式控制标签:out、set、remove、catch2.流程控制标签:if、choose、when、otherwise3.循环标签:forEach、forTokens4.URL操作标签:import、url、red...
分类:
Web程序 时间:
2015-07-04 18:19:54
阅读次数:
191
在使用UIImagePickerController时候,你会发现在选择照片或者拍照的时候,界面的许多控件都是英文的,比如"Cancel","Choose"等。那么如何将它们本地化呢,比如替换成“取消”和“选取“?甚至你调用系统其它库(比如ALAssetsLibrary)返回的各种字符串都是英文的。
解决这个的方案是往Info.plist里添加key/value。
CFBundleDevelo...
分类:
其他好文 时间:
2015-07-04 12:45:45
阅读次数:
108
#include"stdio.h"
#include"malloc.h"
#include"stdlib.h"
typedef int KeyType;
#define MAXSIZE 20
typedef struct
{
KeyType key;
}RedType;
typedef struct
{
RedType r[MAXSIZE+1];
int length;
}SqList,* SQLIST;
void play_choose(void);//显示菜单
void creat_li...
分类:
编程语言 时间:
2015-07-03 23:31:25
阅读次数:
454
Inna and Choose OptionsTime Limit: 1000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:400A64-bit integer IO format:%I64...
分类:
其他好文 时间:
2015-07-03 22:02:08
阅读次数:
202
搞个ios 开发死去活来的,各个地方说的都不一样,defaults write 不好用 在xcode6中
修改方法如下
修改create by __FULLUSERNAME___ 部分
System Preferences --> Users & Groups --> choose Current User --> right click Current User --> A...
分类:
其他好文 时间:
2015-06-24 14:42:34
阅读次数:
100
The short summary of the article is that CAP isn’t “C, A, or P, choose
two,” but rather “When P happens, choose A or C.”Partitions, like death and taxes, are unavoidable – think of machine
death as j...
分类:
其他好文 时间:
2015-06-23 20:09:49
阅读次数:
115
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>? <tbody>
<c:forEach?var="instance"?items="${requestScope.list}"?varStatus="status">
<c:choose>
<c:when?test="${status.index%...
分类:
Web程序 时间:
2015-06-23 12:05:25
阅读次数:
149
Since I choose this road, I will not regret it. --Mereyct端午过后的第二天,闲着没事,更新一下博客。写这个博客的原因是,看到了群里有人问调用构造函数时能成功,调用析构函数却失败了。他在群里问大家问题,...
分类:
编程语言 时间:
2015-06-21 14:22:08
阅读次数:
143