从别的地方导入一个项目的时候,经常会遇到eclipse/Myeclipse报Description Resource Path Location Type Java compiler level does not match the version of the installed Java pro...
分类:
编程语言 时间:
2016-01-15 12:56:03
阅读次数:
169
如果各位看官看过我上一篇利用GCD持久化方式(一)那我在这里对一些相同的参数就不在做过多的介绍了,还请各位见谅.还是按照惯例,先搞一个路径用来存储数据NSString *path = [NSString stringWithFormat:@"%@/Documents/myData.text",NSH...
分类:
其他好文 时间:
2016-01-15 12:39:32
阅读次数:
170
1.安装Python 2.7并配置系统环境变量PATH加入pyshon安装路径 (下载地址>>)在命令行输入 python --version 显示版本号则安装成功2.Cocos2d-JS库下载(下载地址>>)解压在一个地方作为Cocos2d-JS引擎目录,双击里面的setup.py后会在系统自定配...
TFSàgit可以保留完整历史记录,方法: https://github.com/git-tfs/git-tfs 系统变量的path里加上: ;C:\Program Files (x86)\Git\bin;F:\Users\Desktop\GitTfs-0.22.0\ 新开cmd,执行命令 md C...
分类:
Web程序 时间:
2016-01-14 19:01:39
阅读次数:
177
解决方式:1.通过在命令行中输入“where java”,找到除jdk目录下的所有java相关程序,直接删掉(一般会在C:\WINDOWS\system32下)2.内存不足,打开Eclipse目录下的eclipse.ini,把里面的-Xmx512m改成-Xmx256m3.检查环境变量,path变量中...
分类:
系统相关 时间:
2016-01-14 16:17:10
阅读次数:
170
题目:Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the...
分类:
其他好文 时间:
2016-01-14 15:51:53
阅读次数:
123
You live in a village but work in another village. You decided to follow the straight path between yourhouse (A) and the working place (B), but there ...
分类:
其他好文 时间:
2016-01-14 15:39:55
阅读次数:
189
严重: Servlet.service() for servlet [springMVC] in context with path [/ExceptionManageSystem] threw exception [Request processing failed; nested excepti...
分类:
数据库 时间:
2016-01-14 15:32:56
阅读次数:
559
使用jni方式调用FFmepg项目中接口,对H264裸码进行解码。 该Demo主要实现从文件中读取H264编码的视频流,然后使用FFmpeg解码,将解码后的码流保存到文件。 工程目录结构如图所示: Android.mk文件内容如下 LOCAL_PATH := $(call my-dir) # FFm...
分类:
其他好文 时间:
2016-01-14 14:20:36
阅读次数:
1069
一月 14, 2016 1:30:07 下午 org.apache.catalina.core.StandardWrapperValve invoke严重: Servlet.service() for servlet [springMVC] in context with path [/Except...
分类:
编程语言 时间:
2016-01-14 14:01:22
阅读次数:
176