var table=$('#grid-table')[0];
createDictSelect('select-ywbk', 'ywbk');
createDictSelect('select-fwlx', 'fwlx');
createDictSelect('select-ywlx', 'ywlx');
createCustomer('select-gszx','');
createDepart("select-kfbz","zxfz");
$('#rdYtime_begin').val(getCurrentDay()+' 00:00:00');
$('#rdYtime_end').val(getCurrentDayTime());
var grid_url = "${ctx}/admin/rcd/list";//查询列表接口
var _colnames = [ "序号", "客户名称", "沟通时间", "通话号码", "分类","业务板块","服务类型", "业务类型", "客服工号","归属坐席","客服分组", "沟通记录" ,"播放","操作"];
var _colmodel = [
{
name : "id",
index : "id",
hidden : true
},
{
name : "cust_name",
index : "cust_name"
},
{
name : "rd_time",
index : "rd_time"
},
{
name : "rcd_cust_phone",
index : "rcd_cust_phone"
},
{
name : "rcd_cdr_type",
index : "rcd_cdr_type",
},
{
name : "rcd_class",
index : "rcd_class"
},
{
name : "rcd_appeal_type",
index : "rcd_appeal_type"
},
{
name : "rcd_business_type",
index : "rcd_business_type"
},
{
name : "ag_no",
index : "ag_no"
},{
name : "ag_name",
index : "ag_name"
},
{
name : "depart_name",
index : "depart_name"
},
{
name : "rd_content",
index : "rd_content",
editable : true
},
{
name : "recodingfile",
index : "recodingfile",
formatter : function(cellvalue, options, rowObject) {
var dateTime = rowObject.rd_time;
var fromno = '';
var tono = '';
var type=rowObject.rcd_cdr_type;
if('呼入'==type){
fromno=rowObject.rcd_cust_phone;
tono=rowObject.ag_ext;
}else{
tono=rowObject.rcd_cust_phone;
fromno=rowObject.ag_ext;
}
/* var date = dateTime.split(' ')[0].replaceAll('-','/');
var file_ = '${Session.recordingfile}'+date+'/'+rowObject.recordingfile; */
var
html = '
CMS概述
并发标记清理垃圾回收(Concurrent Mark and Sweep GC)算法的主要目标是在GC过程中,减少暂停用户线程的次数以及在不得不暂停用户线程的请夸功能,尽可能短的暂停用户线程的时间。这对于交互式应用,比如web应用来说,是非常重要的。
CMS垃圾回收针对新生代和老年代采用不同的策略。相比同吞吐量垃圾回收,它要复杂的多。吞吐量垃圾回收在执
1,找到配置文件
vi /etc/sysconfig/iptables
2,添加端口开放,增加一行,开放18081端口
-A INPUT -m state --state NEW -m tcp -p tcp --dport 18081 -j ACCEPT
3,保存
ESC
:wq!
4,重启服务
service iptables
使用Android SDK Manager 更新了Anadroid SDK Tooks 之后,
打开eclipse提示 This Android SDK requires Android Developer Toolkit version 23.0.0 or above, 点击Check for Updates
检测一会后提示 No update were found