mybatis逆向工程

1.先新建一个Maven(war)项目
2.添加mysql的jar包可以直接在网上下载
在这里插入图片描述
3.在src/main/resources
在这里插入图片描述
4.在generatorConfig.properties这个文件中写入如下的代码:

suppressAllComments=false
driverClass=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/phonemarket_db?characterEncoding=utf-8
username=root
password=root
modeltargetPackage=com.tx.sys.pojo
targetProject=TXMarket
sqltargetPackage=com.tx.sys.mapper
clienttargetPackage=com.tx.sys.dao

解释如下:
在这里插入图片描述
5.在中代码如下

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd" >
<generatorConfiguration>
       <!-- 配置属性文件,这样有变更只需改配置文件 -->
       <properties resource="generatorConfig.properties"/>
       <!-- 指定mysql的驱动包的路径 千万别放中文路径下 -->
       <classPathEntry location="D:\mysql-connector-java-5.1.32\mysql-connector-java-5.1.32.jar" />
       <!-- 配置数据源和生成的代码所存放的位置 -->
       <context id="tarena">
              <!-- 是否生成注释 true不生成 false生成 -->
              <commentGenerator>
                     <property name="suppressAllComments" value="${suppressAllComments}"/>
              </commentGenerator>
              <jdbcConnection driverClass="${driverClass}" connectionURL="${url}" userId="${username}" password="${password}" />
              <!-- 所生成的实体类的位置默认资源包src -->
              <javaModelGenerator targetPackage="${modeltargetPackage}" targetProject="${targetProject}" />
              <!-- 所生成的sqlMap的影射文件的位置,默认资源包src -->
              <sqlMapGenerator targetPackage="${sqltargetPackage}" targetProject="${targetProject}" />    
              <javaClientGenerator targetPackage="${clienttargetPackage}" targetProject="${targetProject}" type="XMLMAPPER" />
              <!-- 为哪些表生成代码 tableName:表名 schema:不用填写 -->
              <table schema="" tableName="address" />
              <table schema="" tableName="admins" />
              <table schema="" tableName="areas" />
              <table schema="" tableName="banner" />
              <table schema="" tableName="cart" />
              <table schema="" tableName="cities" />
              <table schema="" tableName="evaimg" />
              <table schema="" tableName="evaluate" />
              <table schema="" tableName="funs" />
              <table schema="" tableName="goods" />
              <table schema="" tableName="goods_type" />
              <table schema="" tableName="guess" />
              <table schema="" tableName="memory" />
              <table schema="" tableName="order" />
              <table schema="" tableName="order_detail" />
              <table schema="" tableName="permissions" />
              <table schema="" tableName="provinces" />
              <table schema="" tableName="role" />
              <table schema="" tableName="users" />
              <table schema="" tableName="zipcode" />
       </context>
</generatorConfiguration>

解释如下:
在这里插入图片描述
在这里插入图片描述

6.在eclipse中配置两个文件夹如下
在这里插入图片描述
本来想把这两个文件夹传上来的,但是我试过了不能传,有需要的可以跟我说可以微信或者qq发给你

在IT领域,尤其是地理信息系统(GIS)中,坐标转换是一项关键技术。本文将深入探讨百度坐标系、火星坐标系和WGS84坐标系之间的相互转换,并介绍如何使用相关工具进行批量转换。 首先,我们需要了解这三种坐标系的基本概念。WGS84坐标系,即“World Geodetic System 1984”,是一种全球通用的地球坐标系统,广泛应用于GPS定位和地图服务。它以地球椭球模型为基础,以地球质心为原点,是国际航空和航海的主要参考坐标系。百度坐标系(BD-09)是百度地图使用的坐标系。为了保护隐私和安全,百度对WGS84坐标进行了偏移处理,导致其与WGS84坐标存在差异。火星坐标系(GCJ-02)是中国国家测绘局采用的坐标系,同样对WGS84坐标进行了加密处理,以防止未经授权的精确位置获取。 坐标转换的目的是确保不同坐标系下的地理位置数据能够准确对应。在GIS应用中,通常通过特定的算法实现转换,如双线性内插法或四参数转换法。一些“坐标转换小工具”可以批量转换百度坐标、火星坐标与WGS84坐标。这些工具可能包含样本文件(如org_xy_格式参考.csv),用于提供原始坐标数据,其中包含需要转换的经纬度信息。此外,工具通常会附带使用指南(如重要说明用前必读.txt和readme.txt),说明输入数据格式、转换步骤及可能的精度问题等。x86和x64目录则可能包含适用于32位和64位操作系统的软件或库文件。 在使用这些工具时,用户需要注意以下几点:确保输入的坐标数据准确无误,包括经纬度顺序和浮点数精度;按照工具要求正确组织数据,遵循读写规则;注意转换精度,不同的转换方法可能会产生微小误差;在批量转换时,检查每个坐标是否成功转换,避免个别错误数据影响整体结果。 坐标转换是GIS领域的基础操作,对于地图服务、导航系统和地理数据分析等至关重要。理解不同坐标系的特点和转换方法,有助于我们更好地处
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值