05 2019 档案
摘要:记下,供自己参考,中国地区的经纬度,经度大,纬度小 如上海经纬度为:(经度, 纬度)(y, x)(lon, lat) 纬度 lat x轴 经度 lon y轴
阅读全文
摘要:填写commit的id 就可以取消这一次的commit
阅读全文
摘要:打开你的DOS命令首先输入 netstat -ano|findstr 8080 再输入taskkill /pid 10372 /f 最后:
阅读全文
摘要:$.trim($("#processState").val()); //获取val $("#processState option:selected").text();//获取文本
阅读全文
摘要:1.在右下方任务栏的“搜索web和windows”输入框中输入“gpedit.msc”,电脑会自行搜索,搜索完毕之后鼠标点击打开。
阅读全文
摘要:/** * Specifies methods used to obtain and modify person related information * which is stored in the database. * @author Petri Kainulainen */ public interface PersonRepository extends JpaRep...
阅读全文
摘要:在JPA开发中遇到一个很奇怪的问题,@Modifying需要和@Transactional配合使用才能正常使用。如下面代码所示 为什么@Modifying和@Transactional配合才能使用?首先需要了解@Modifying和@Transactional的作用,@Modifying的主要作用是
阅读全文
摘要:前台数据传递到后台转json 1、普通格式转换成对象 2、Tree格式(多数据)转成对象 3、后台将前台传来的一系列的数据转换为list集合
阅读全文