上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页
摘要: yum list java* 检索1.8的列表yum list java-1.8* 安装1.8.0的所有文件yum install java-1.8.0-openjdk* -y使用命令检查是否安装成功java -version到此安装结束了。这样安装有一个好处就是不需要对path进行设置,自动就设置 阅读全文
posted @ 2018-02-01 10:29 也许还年轻 阅读(124) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-01-10 11:32 也许还年轻 阅读(1) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/qq_26118603/article/details/78944591 阅读全文
posted @ 2018-01-03 17:46 也许还年轻 阅读(2190) 评论(0) 推荐(0) 编辑
摘要: //定时清空 日志 String shellString = "sh /home/jyapp/delete_log.sh"; Process process = Runtime.getRuntime().exec(shellString); int exitValue = process.waitFor(); ... 阅读全文
posted @ 2017-11-30 13:36 也许还年轻 阅读(1064) 评论(0) 推荐(0) 编辑
摘要: style='height:22px;padding:1 17px;font-size: 8px;font-weight: 100;line-height: 25px;'http://www.bootcss.com/p/buttons/ 阅读全文
posted @ 2017-10-31 16:52 也许还年轻 阅读(181) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/xiofee/p/sourcetree_pass_initialization_setup.html 阅读全文
posted @ 2017-10-09 23:06 也许还年轻 阅读(107) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/wishwzp/p/7113403.html 阅读全文
posted @ 2017-09-06 11:49 也许还年轻 阅读(125) 评论(0) 推荐(0) 编辑
摘要: package com.loan.modules.storeconf.lbtsysorgruleregion.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import javax.imag... 阅读全文
posted @ 2017-08-24 19:12 也许还年轻 阅读(163) 评论(0) 推荐(0) 编辑
摘要: package com.pt.platform.core.common; import java.text.SimpleDateFormat; import java.util.Date; import java.util.HashMap; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactor... 阅读全文
posted @ 2017-08-18 10:39 也许还年轻 阅读(226) 评论(0) 推荐(0) 编辑
摘要: function _oneClassData() { var options = []; $(oneClass).each(function (i, item) { var option = {}; option.id = item.oneClassID; option.text = item.oneclassName; options.push(opti... 阅读全文
posted @ 2017-07-14 14:27 也许还年轻 阅读(1528) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页