`
jlx351312
  • 浏览: 3388 次
  • 性别: Icon_minigender_1
  • 来自: 长沙
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
import java.io.File; import java.util.List; public class ConvertVideo { // 原始文件 private String videoPath; // 目标文件 private String targetPath; public ConvertVideo(String videoPath, String targetPath) { this.videoPath = videoPath; this.targetPath = targetPath; } public ...
http://justjavac.iteye.com/blog/1969712
http://chjavach.iteye.com/
<s:property value="@com.inspur.eoms.hdt.HdtConstant@WARN_MAP.get(${warn.sysWarnParam.warnParType})"/>
http://www.iteye.com/topic/544899 http://www.iteye.com/topic/319014
MySQL实用命令 Wikipedia,自由的百科全书 一) 连接MYSQL:    格式: mysql -h主机地址 -u用户名 -p用户密码 1、例1:连接到本机上的MYSQL    首先在打开DOS窗口,然后进入mysql安装目录下的bin目录下,例如: D:\mysql\bin,再键入命令mys ...
Global site tag (gtag.js) - Google Analytics