入门客AI创业平台(我带你入门,你带我飞行)
博客笔记
12
2014-11
Yii使用renderPartial绘制的CGridView中checkall功能无效 2014-11-12
使用renderPartial方法和render方法的主要区别在于前者没有加载layout,在renderPartial方法中注册的yiigridview相关js脚本得不到执行,而render方法则无此问题
27
2015-03
C#截取指定字符串的方法 2015-03-27
CSDN是个自学的好地方,现在以这样一种学习到的小方法开博,以便记录自己学习过程中的一些知识点与大家交流。 1.     关于截取字符串的方法
06
2016-05
spark sql运行出错(Container killed on request. Exit code is 143) 2016-05-06
SQL三张表做join运行出错; 用hive执行报错如下: Diagnostic Messages for this Task: Container [pid=27756,containerID=container_1460459369308_5864_01_000570] is running beyond physical

			
				YARN调度报错Stack trace: ExitCodeException exitCode=1解决方式
YARN调度报错Stack trace: ExitCodeException exitCode=1解决方式 2016-12-11
网上有很多解释,但是都不适合我,单纯看表面的堆栈信息,很容易迷惑,应该深入查看ApplicationMaster和NodeManager的日志。碰到过很多异常会有不合理的展示
24
2010-08
C# 截取字符串 2010-08-24
//str为要进行截取的字符串,start是第一个关键字(字符串),last是第二个关键字(字符串) public string GetContent(string str, string start, string last, int n) {
10
2016-03
Spark Streamning 程序调试 2016-03-10
OOM 16/03/11 17:19:40 ERROR executor.CoarseGrainedExecutorBackend: RECEIVED SIGNAL 15: SIGTERM 16/03/11 17:19:40 ERROR executor.Executor: Exception in task 0.0 in stage 147.0 (TID 343) java.lang.OutOfMemory

			
				C# 之 字符串截取--Regex.Match
C# 之 字符串截取--Regex.Match 2014-12-31
        前两篇博客《C# 之 字符串截取--Substring》和《C# 之 字符串截取--Split》分别给大家介绍了Substring函数和Split函数,同时也实现了将"所属机构

			
				Container exited with a non-zero exit code 1 .Failing this attempt.. Failing the application.
Container exited with a non-zero exit code 1 .Failing this attempt.. Failing the application. 2015-11-18
简单的代码实现不进行详细的说明: import java.io.IOException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.client.Put; import org.apache.hadoop.hbase
01
2018-03
hadoop yarn:beyond virtual memory limits 2018-03-01
问题描述:最近使用sqoop导入数据到hdfs上面,出现不成功的情况,错误如下:Container [pid=25705,containerID=container_1519886213201_0001_01_000047] is running beyond vir
22
2016-04
C#中使用split分割字符串的几种方法小结 2016-04-22
http://www.111cn.net/net/160/46392.htm http://blog.sina.com.cn/s/blog_a401a1ea0101f8kx.html 1、用字符串分隔: using System.Text.RegularExpressions; string str="aaajsbbbjsccc"; stri