码迷,mamicode.com
首页 >  
搜索关键字:generator    ( 2586个结果
使用MyBatis Generator自动创建代码
这两天需要用到MyBatis的代码自动生成的功能,由于MyBatis属于一种半自动的ORM框架,所以主要的工作就是配置Mapping映射文件,但是由于手写映射文件很容易出错,所以可利用MyBatis生成器自动生成实体类、DAO接口和Mapping映射文件。这样可以省去很多的功夫,将生成的代码copy ...
分类:其他好文   时间:2016-05-13 08:01:19    阅读次数:187
mybatis_generator工具的安装---mybatis代码生成器(插件)--mybatis逆向工程生成模型及xml和Dao
mybatis代码生成器(插件) --安装插件: 1。解压mybatis_generator_1.3.1.zip文件 2。把features,pougins文件夹copy到C:\Users\chufeng\MyEclipse\MyEclipse10\soft\mybatis目录下(C:\Users\pc_name\MyEclipse\MyEclipse 10\为myeclipse安装目录...
分类:其他好文   时间:2016-05-12 21:50:32    阅读次数:555
Google APAC Test 2016 Not So Random 矩阵快递幂(logN复杂度)
题目描述: Problem There is a certain "random number generator" (RNG) which takes one nonnegative integer as input and generates another nonnegative integer as output. But you know that the RNG is re...
分类:其他好文   时间:2016-05-12 15:24:24    阅读次数:671
CoffeeScript基础
1.CoffeeScript 编译器本身是 CoffeeScript 写的, 使用了 Jison parser generator. 命令行版本的 coffee 是一个实用的 Node.js 工具. 不过编译器并不依赖 Node, 而是能运行于任何 JavaScript 执行环境, 比如说在浏览器里(看上边的"试一试 CoffeeScript"). 2.安装C...
分类:其他好文   时间:2016-05-12 14:26:05    阅读次数:187
mybatis反向生成sql,基本的增删改查
用到的几个文件 MyBatisGeneratorProxy.java MyBatisGeneratorTool.java run as 这个文件即可生成 generator.xml generatorConfig.properties 生成文件的位置什么的在这里配置 ...
分类:数据库   时间:2016-05-12 10:40:13    阅读次数:496
imagemap的推荐使用方法,前端自适应image maps库
1、map在浏览器的兼容性相对来说是比较好的,这是我在项目中的一个处理方法 推荐到下面网站去画map http://imagemap-generator.dariodomi.de/ 2、画完去github上拉一下代码 https://github.com/stowball/jQuery-rwdIma ...
分类:其他好文   时间:2016-05-11 21:37:42    阅读次数:433
idea15 生成mybatis代码
pom.xml src->main->resources下新建文件 generatorConfig.xml 然后到 maven project ->mybatis-generator ->mybatis-generator:generate 右键->run maven build 如果没有提示错误就 ...
分类:其他好文   时间:2016-05-11 01:19:17    阅读次数:290
性能测试学习第四天_Loadrunner概述
1.Loadrunner的组成部分 ·脚本生成器VuGen:virtual user generator ·压力控制器Controller,License主要在这里控制 ·结果分析软件Analysis ·压力机Load Generator 2.其它性能测试工具 ·Borland SilkPerfor ...
分类:其他好文   时间:2016-05-10 20:43:22    阅读次数:180
Maven安装MyBatis Generator
一直依赖我都不是很喜欢自动生成代码的工具,因为生成出来的代码不是很好的,适应性不好!再说,自己写一些代码也是消耗不了多少时间的。但是应同学的要求,我帮他安装了MyBatisGenerator。pom.xml:<plugins> <plugin> <groupId>org.mybatis.generator</..
分类:其他好文   时间:2016-05-08 20:06:52    阅读次数:342
视频截图代码
// 创建视频资源对象 AVAsset *asset = [AVAsset assetWithURL:self.mpc.contentURL]; // 视频图片生成器对象 AVAssetImageGenerator *generator = [AVAssetImageGenerator assetI ...
分类:其他好文   时间:2016-05-08 19:37:57    阅读次数:142
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!