05 2018 档案

摘要:import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.Closeable; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.util.ArrayList; i... 阅读全文
posted @ 2018-05-31 17:29 light-zhang 阅读(3563) 评论(0) 推荐(0) 编辑
摘要:import java.util.List;import java.util.Map;import java.util.Set; import org.apache.commons.lang3.StringUtils;import org.slf4j.Logger;import org.slf4j. 阅读全文
posted @ 2018-05-31 17:18 light-zhang 阅读(810) 评论(0) 推荐(0) 编辑
摘要:import java.io.IOException; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.client.ClientProtocolException; import org.apache.http.client.HttpClient; i... 阅读全文
posted @ 2018-05-31 17:12 light-zhang 阅读(1352) 评论(0) 推荐(0) 编辑
摘要:基础查询 首先创建一张students学生表,增加字段与插入数据如下 创建不带参数的存储过程 查看学生个数 执行存储过程 带参数的存储过程 根据城市查询总数 执行存储过程 带有输出参数的存储过程 根据姓名查询的学生信息,返回学生的城市 执行存储过程 MySQL支持IN(传递给存储过程),OUT(从存 阅读全文
posted @ 2018-05-28 10:21 light-zhang 阅读(230) 评论(0) 推荐(0) 编辑
摘要:git config --global user.name "light-zhang" git config --global user.email "****@sina.cn" git config --global credential.helper cache cache不是windows 下 阅读全文
posted @ 2018-05-21 11:33 light-zhang 阅读(370) 评论(0) 推荐(0) 编辑
摘要:参考信息: https://launchpad.net/~webupd8team/+archive/ubuntu/java 阅读全文
posted @ 2018-05-19 22:07 light-zhang 阅读(1074) 评论(0) 推荐(0) 编辑
摘要:import net.sourceforge.pinyin4j.PinyinHelper; import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType; import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat; import net.sourceforge.pinyin... 阅读全文
posted @ 2018-05-14 15:07 light-zhang 阅读(207) 评论(0) 推荐(0) 编辑
摘要:1.安装ssh服务 2.进入/etc/ssh/修改sshd_config配置文件,让其可以root权限登陆该服务器 3.重启ssh服务 阅读全文
posted @ 2018-05-14 09:35 light-zhang 阅读(3995) 评论(0) 推荐(0) 编辑
摘要:import java.time.Instant; import java.util.HashSet; import java.util.Random; import java.util.Set; import java.util.UUID; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3... 阅读全文
posted @ 2018-05-11 14:46 light-zhang 阅读(1760) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示