ID NUMBER1 137xxxx,138xxxx取出来成ID NUMBER1 137xxxx1 138xxxx create table test (id int, phone varchar2(200)); insert into test values (1,'13811111111,13311111111,13900000000'); insert into test values (2,'15811111111,15911111111,18800000000'); 第一种方式 sel
jsp代码 var rows =$('#findAllRolestable').datagrid('getSelections'); var result = JSON.stringify(rows); if(rows){ //去除两边的中括号 result=result.substring(1,result.length-1) //alert(result) $.ajax({ url: '<%=basePath%>user/addRoleAllRoles.do?user_no='+user_
来源:http://www.ibm.com/developerworks/cn/aix/library/au-gnuplot/ 简介 gnuplot 是一个用于生成趋势图和其他图形的工具.它通常用于收集基于时间的数据,但是不限于此:也可以使用静态数据.gnuplot 可以以批模式运行或动态运行,结果由图形查看程序或 Web 浏览器显示.本文演示如何使用 gnuplot 和批文件为从 sar 或其他数据源收集的数据生成图形.gnuplot 有许多命令选项,可以通过 set 操作符使用它们.但是,要