Eclipse启动时报错:A Java RunTime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No java virtual machine was fou...
分类:
编程语言 时间:
2015-08-13 19:53:18
阅读次数:
360
Core Animation is a graphics rendering and animation infrastructure available on both iOS and OS X that you use to animate the views and other visual ...
分类:
其他好文 时间:
2015-08-13 17:21:16
阅读次数:
119
题目传送门 1 /* 2 题意:给一个字符串,连续相同的段落可以合并,gogogo->3(go),问最小表示的长度 3 区间DP:dp[i][j]表示[i,j]的区间最小表示长度,那么dp[i][j] = min (dp[j][k] + dp[k+1][i+j-1]), 4 ...
分类:
其他好文 时间:
2015-08-12 21:18:22
阅读次数:
133
Automatic Preferred Max Layout Width is not available on iOS versions prior to...
分类:
移动开发 时间:
2015-08-12 14:38:24
阅读次数:
455
今天将做好的app提交到app store,结果就出现标题上的错误。“No identities are available for signing”。这个错误对于一个iOS开发者来说已经很平常了,这个时候到苹果开发者网站生成Provisioning Profiles即可。然后把生成的文件下载点击,...
分类:
其他好文 时间:
2015-08-11 21:13:11
阅读次数:
129
生产环境:操作系统:CentOS6.7Webmin:webmin-1.730生产任务:升级webmin到1.760版本[root@sky9896skyboy]#rpm-uhwebmin-1.760-1.noarch.rpm-uh:未知的选项[root@sky9896skyboy]#rpm-Uvhwebmin-1.760-1.noarch.rpmPreparing...###########################################[100..
分类:
Web程序 时间:
2015-08-11 19:06:39
阅读次数:
154
在pch中全局导入一些全局的头文件 #import?<Availability.h>
#ifndef?__IPHONE_5_0
#warning?"This?project?uses?features?only?available?in?iOS?SDK?5.0?and?later."
#endif
#ifdef?__OBJC__
#i...
分类:
其他好文 时间:
2015-08-11 08:38:42
阅读次数:
175
anancientempiremostlylocatedinMesopotamia.ArecentstudyhasshownthatitwasprobablyoverpopulationanddroughtthatledtothecollapseoftheAssyriancivilisation.Karkemish,whichflourishedalongtheEuphratesdatesbacktomorethan5,000yearsandreferstothegodKamisinitsname.Relat..
分类:
其他好文 时间:
2015-08-11 01:43:02
阅读次数:
130
当前对部署flask的一些学习:1.全局安装nginx1.1 nginx的配置文件怎么写?$ sudo rm /etc/nginx/sites-enabled/default$ sudo touch /etc/nginx/sites-available/flask_project$ sudo ln ...
分类:
其他好文 时间:
2015-08-10 09:21:52
阅读次数:
103
2D-slam 激光slam: 开源代码的比较HectorSLAM Gmapping KartoSLAM CoreSLAM LagoSLAM
最近找到一篇论文比较了一下 目前ros下2D激光slam的开源代码效果比较:
详细参见论文: An evaluation of 2D SLAM techniques available in robot operating system
1. 算法介绍
A . HectorSLAM scan-matching(Gaussian-Newton equati...
分类:
移动开发 时间:
2015-08-10 01:56:20
阅读次数:
216