码迷,mamicode.com
首页 >  
搜索关键字:path    ( 29634个结果
Myeclipse报错-Java compiler level does not match 完美解决方法
从别的地方导入一个项目的时候,经常会遇到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进行数据持久化的方式(二)
如果各位看官看过我上一篇利用GCD持久化方式(一)那我在这里对一些相同的参数就不在做过多的介绍了,还请各位见谅.还是按照惯例,先搞一个路径用来存储数据NSString *path = [NSString stringWithFormat:@"%@/Documents/myData.text",NSH...
分类:其他好文   时间:2016-01-15 12:39:32    阅读次数:170
在Windows平台配置Cocos2d-JS环境
1.安装Python 2.7并配置系统环境变量PATH加入pyshon安装路径 (下载地址>>)在命令行输入 python --version 显示版本号则安装成功2.Cocos2d-JS库下载(下载地址>>)解压在一个地方作为Cocos2d-JS引擎目录,双击里面的setup.py后会在系统自定配...
分类:Windows程序   时间:2016-01-14 22:17:10    阅读次数:343
源代码tfs to git
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
Eclipse闪退解决办法
解决方式:1.通过在命令行中输入“where java”,找到除jdk目录下的所有java相关程序,直接删掉(一般会在C:\WINDOWS\system32下)2.内存不足,打开Eclipse目录下的eclipse.ini,把里面的-Xmx512m改成-Xmx256m3.检查环境变量,path变量中...
分类:系统相关   时间:2016-01-14 16:17:10    阅读次数:170
LeetCode - Triangle
题目: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
UVA - 12230 Crossing Rivers 概率期望
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
[Spring MVC - 2A] - java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
严重: Servlet.service() for servlet [springMVC] in context with path [/ExceptionManageSystem] threw exception [Request processing failed; nested excepti...
分类:数据库   时间:2016-01-14 15:32:56    阅读次数:559
使用FFmpeg解码H264-2015.01.14
使用jni方式调用FFmepg项目中接口,对H264裸码进行解码。 该Demo主要实现从文件中读取H264编码的视频流,然后使用FFmpeg解码,将解码后的码流保存到文件。 工程目录结构如图所示: Android.mk文件内容如下 LOCAL_PATH := $(call my-dir) # FFm...
分类:其他好文   时间:2016-01-14 14:20:36    阅读次数:1069
[springMVC - 1A] - Request processing failed; nested exception is org.apache.ibatis.builder.IncompleteElementException
一月 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!