yum安装时出现:Cannot retrieve metalink for repository: epel. Please verify its path and try again 在CentOS 6.3 x86_64下安装php-mcrypt的时候出现了问题:Error: Cannot ret ...
分类:
Web程序 时间:
2017-10-10 14:27:56
阅读次数:
207
//获得MP4时长 private int getTimeLong(String videoPath) { MediaMetadataRetriever retr = new MediaMetadataRetriever(); retr.setDataSource(videoPath); //Str... ...
分类:
其他好文 时间:
2017-10-06 12:30:41
阅读次数:
203
UWP上共享,分为接收者(别人共享数据给你,你接收了,然后在做你的处理)和发送者(你给别人发送数据,就像你的App支持图片共享到微信好友或者朋友圈那样,虽然UWP上的微信并不支持这样子) 很简单(参考Windows on Github\Windows-universal-samples\Sample ...
分类:
其他好文 时间:
2017-10-02 16:16:18
阅读次数:
219
通过上述操作,可以将jenkins上的apk安装包直接安装到测试机, 首先通过jenkins将最新的安装包下载,然后通过adb命令对测试机进行操作 ...
分类:
其他好文 时间:
2017-09-18 10:59:03
阅读次数:
301
转自:http://www.cnblogs.com/kennyhr/p/4018668.html(侵权可联系本人删掉) 一直以来技术群里会有新入行的同学提问关于urllib和urllib2以及cookielib相关的问题。所以我打算在这里总结一下,避免大家反复回答同样的问题浪费资源。 这篇属于教程类 ...
分类:
编程语言 时间:
2017-09-17 18:58:48
阅读次数:
305
1.环境搭建:ant,从http://ant.apache.org/下载apache-ant-1.9.9-bin.zip;解压指定目录,配置环境变量,ANT_HOME : F:\life\rainofsky\apache-ant-1.9.9,path中新增:%ANT_HOME%\bin。 2.下载N ...
分类:
其他好文 时间:
2017-09-15 13:45:41
阅读次数:
192
Once user sign up, we store the user data inside cookie in the broswer and also keep a memory copy in the server. If next time, user refresh the page, ...
分类:
Web程序 时间:
2017-09-04 22:34:41
阅读次数:
283
#-*- coding: UTF-8 -*- import urllib.request import socket import re import sys import os imagGetPath = "G:\\zxh_python\\Spider\\ImagesDown" def saveF ...
分类:
编程语言 时间:
2017-09-01 21:17:11
阅读次数:
134
QueryExpression queryNextSeq = new QueryExpression { EntityName = "ep_prodoperationsequence" }; queryNextSeq.Criteria.AddCondition("ep_prodrout... ...
分类:
其他好文 时间:
2017-09-01 09:57:02
阅读次数:
181