Kent_Sun Kent_Sun
3年前
ajax调接口处理表格(easyExcel)
ajax调接口处理表格showyoumycodes.页面新增按钮html<DOCTYPEhtml<htmllang"en"<head<metahttpequiv"ContentType"content"text/html;charsetGB2312"/<title中登网信息导入</title<
Stella981 Stella981
2年前
JavaScript练习题目(3)点击按钮显示确认对话框
<htmlxmlns"http://www.w3.org/1999/xhtml"<head<metahttpequiv"ContentType"content"text/html;charsetgb2312"/<titleMyFirstScript</title<script
Stella981 Stella981
2年前
CentOS6.7 i686上安装JDK7
内核版本:root@heima01javaunameaLinuxheima012.6.32573.el6.i6861SMPThuJul2312:37:35UTC2015i686i686i386GNU/Linux发行版本:root@heima01java
Stella981 Stella981
2年前
ELK学习笔记之配置logstash消费kafka多个topic并分别生成索引
0x00 filebeat配置多个topicfilebeat.prospectors:input_type:logencoding:GB2312fields_under_root:truefields:添加字段
Wesley13 Wesley13
2年前
PHP 截取字符串
1.截取GB2312中文字符串<?php//截取中文字符串functionmysubstr($str,$start,$len){$tmpstr"";$strlen$start$len;for($i0;
Stella981 Stella981
2年前
FCKeditor文本编辑器
<%@pagelanguage"java"import"java.util."pageEncoding"gb2312"%<!DOCTYPEHTMLPUBLIC"//W3C//DTDHTML4.01Transitional//EN"<html<head
Wesley13 Wesley13
2年前
HTML5
META标签可分为两大部分:HTTPEQUIV和NAME变量。HTTP实例HTML代码实例中有一项内容是<metahttpequiv"ContentType"content"text/html;charsetgb2312"其作用是指定了当前文档所使用的字符编码为gb2312,也就是中文简体字符。根据这一行代
Stella981 Stella981
2年前
Python Apache日志处理脚本
!/usr/bin/pythoncodinggb2312fopen('/var/log/apache2/access.log','r');logf.readline().rstrip();log_homelog.split();printlog_home;iplog_home0;datelog_home
Wesley13 Wesley13
2年前
mysql——某表所有记录的导出和导入——csv文件
selectfromcr01intooutfile'C:/Users/del/Desktop/table1_data.csv'charactersetgb2312fieldsterminatedby','optionallyenclosedby'"'escapedby'"'l
Wesley13 Wesley13
2年前
ThinkPHP 导出 excel
//导出excel/方法/publicfunctionexportExcel($expTitle,$expCellName,$expTableData){$xlsTitleiconv('utf8','gb2312',$expTitle);//文件名称$fileName$_SESSION'account'.