th@th-VirtualBox:~$ th@th-VirtualBox:~$ th@th-VirtualBox:~$ th@th-VirtualBox:~$ lsDesktop Downloads esp-project Pictures Sandstorm VideosDocuments esp ...
分类:
系统相关 时间:
2017-09-08 21:37:16
阅读次数:
222
原文地址:http://old.sebug.net/paper/books/dive-into-python3/porting-code-to-python-3-with-2to3.html 使用2to3将代码移植到Python 3 ? Life is pleasant. Death is peac ...
分类:
编程语言 时间:
2017-09-08 13:24:56
阅读次数:
307
failed:[456](item=[u‘git‘,u‘nodejs‘])=>{"changed":true,"failed":true,"item":["git","nodejs"],"msg":"Error:Package:1:nodejs-6.11.1-1.el7.x86_64(epel)\nRequires:libhttp_parser.so.2()(64bit)\nError:Package:1:nodejs-6.11.1-1.el7.x86_64(epel)\nRequires:http-p..
分类:
Web程序 时间:
2017-09-07 23:00:48
阅读次数:
293
参考ISO13818-1,EN-300743,从TS流解析开始,结合MS6328的code将DVB Subtitle的解析过程简单梳理了一下。 一、TS PAT PMT PES (参考ISO13818-1) 从搜台开始pat 解析: MW_DVB_SI_PSI_Parser ::_ScanStar( ...
分类:
其他好文 时间:
2017-09-05 15:43:29
阅读次数:
168
在Java项目中一些配置参数保存在Property文件中,这样能保证不修改原代码直接修改Property文件。 PropertyParser.java config.properties [plain] view plain copy ip=127.0.0.1 运行程序,控制台打印出结果 ...
分类:
数据库 时间:
2017-09-05 01:46:10
阅读次数:
165
判断是否是ie浏览器和非ie浏览器的方法有多种,在此只介绍用例中的方法: 1、解析xml字符串,得到xml对象的方式: function createXml(str){ if(document.all){//IE浏览器 var xmlDoc = new ActiveXObject("Microsof ...
分类:
其他好文 时间:
2017-09-04 16:29:36
阅读次数:
196
程序代码为 ~\hadoop-2.7.4\share\hadoop\mapreduce\sources\hadoop-mapreduce-examples-2.7.4-sources\org\apache\hadoop\examples\WordCount.java 第一次 删除了package i ...
分类:
系统相关 时间:
2017-09-02 19:10:16
阅读次数:
187
//解析xml字符串 txt=""; txt=txt+"Everyday Italian"; txt=txt+"Giada De Laurentiis"; txt=txt+"2005"; txt=txt+""; if (window.DOMParser) { parser=new DOMParser... ...
分类:
其他好文 时间:
2017-09-01 10:01:17
阅读次数:
128
此示例涉及到的知识点: 1:文件大于设定值,尽心临时文件保存; 2:当前毫秒数重置文件名; 3:对上传文件大小设置限制; 4:上传文件目录管理; 5:超链接方式文件下载; 6:Servlet方式文件下载; 此示例的是Servlet实例:对于获取request和response可用ServletAct ...
分类:
Web程序 时间:
2017-09-01 00:04:51
阅读次数:
284
import ( "go/parser""go/token" "go/ast" ) func HasMain(file string) (bool, error) { fset := token.NewFileSet() f, err := parser.ParseFile(fset, file, ... ...
分类:
其他好文 时间:
2017-08-30 15:26:13
阅读次数:
131