#当删除图片再次加入图片的时候可能会报以下警告: file:///Users/caoyan/Desktop/XindaiAPP/Xindai/Xindai/Assets.xcassets/tab_pro_s.imageset/Contents.json: warning: Missing file: ...
分类:
其他好文 时间:
2017-01-23 19:05:02
阅读次数:
262
在使用maven来塔建SpringMVC时: Missing artifact org.springframework:spring-core:jar:4.1.4.RELEASE 通过手动下载spring-core:jar:4.1.4.RELEASE.jar放在指定目录直线运行: mvn insta ...
分类:
编程语言 时间:
2017-01-20 17:36:47
阅读次数:
3248
这篇文章写的不错: http://www.cnblogs.com/CheeseZH/p/5169498.html 关注Linux的系统状态,主要从两个角度出发,一个角度是系统正在运行什么服务(ps命令);另外一个就是有什么连接或服务可用(netstat命令)。 netstat还可以显示ps无法显示的 ...
分类:
Web程序 时间:
2017-01-20 07:17:21
阅读次数:
263
今天在liunx下要解压zip包时,发现系统里面没有装unzip包,于是就运行sudo apt-get install unzip,可是总是没办法安装,于是上网找原因,有的说源文件需要修改,于是就运行sudo vi /etc/apt/sources.list 查看源文件,并替换里面的内容,发现还是不 ...
分类:
其他好文 时间:
2017-01-19 19:36:51
阅读次数:
233
本篇源码基于赵星对Spark 1.3.1解析进行整理。话说,我不认为我这下文源码的排版很好,不能适应的还是看总结吧。 虽然1.3.1有点老了,但对于standalone模式下的Master、Worker和划分stage的理解是很有帮助的。 总结: master和worker都要创建ActorSyst ...
分类:
其他好文 时间:
2017-01-18 01:20:45
阅读次数:
276
System.Web.Http.Description 缺失;The type or namespace name 'Description' does not exist in the namespace 'System.Web.Http' (are you missing an assembly... ...
分类:
Web程序 时间:
2017-01-15 21:30:22
阅读次数:
196
安装mysql5.6执行cmake后出现以下错误信息--CouldNOTfindCurses(missing:CURSES_LIBRARYCURSES_INCLUDE_PATH)
CMakeErroratcmake/readline.cmake:85(MESSAGE):
Curseslibrarynotfound.Pleaseinstallappropriatepackage,
removeCMakeCache.txtandreruncmake.OnDebian/Ubuntu,pa..
分类:
其他好文 时间:
2017-01-15 18:27:42
阅读次数:
4100
Spark 1.x 爆内存相关问题汇总及解决 OOM java.lang.OutOfMemoryError # on yarn org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainersMonitorIm ...
分类:
其他好文 时间:
2017-01-13 15:51:12
阅读次数:
2701
There is a plethora of classification algorithms available to people who have a bit of coding experience and a set of data. A common machine learning ...
分类:
其他好文 时间:
2017-01-12 21:28:27
阅读次数:
293
安装 zabbix 2.0.3,到最后阶段,遇到一个问题: PHP bcmath extension missing, php configuration parameter --enable-bcmath 解决方法: yum install *bcmath* --skip-broken 然后在 / ...
分类:
其他好文 时间:
2017-01-10 19:10:31
阅读次数:
152