码迷,mamicode.com
首页 >  
搜索关键字:builds    ( 405个结果
SQL Server 2008 R2 Build List
By Steve Jones, 2014/09/30 (first published: 2010/05/25) This is a list of the builds for SQL Server 2008 R2. This is a separate product than SQL Serv ...
分类:数据库   时间:2017-05-12 01:45:54    阅读次数:310
hibernate中对象集合的保存
一、在java web设计中经常使用对象进行操作,在hibernate中对象集合的保存(一对多) 1需要进行如下步骤: 1) 设计数据表关系 2)引入jar包,需要注意引入数据库connector 3)写实体类 4)配置映射文件和hibernate.cfg.xml 2例子如下: 员工和部门的关系,多 ...
分类:Web程序   时间:2017-04-26 14:40:47    阅读次数:265
Web性能优化工具WebPageTest(三)——本地部署(Windows 7版本)
这次先能够使用PC端的浏览器测试,首先需要下载官方的发布版本“WebPageTest 3.0”。 1. agent:浏览器代理软件 2. mobile:移动端参数相关代码 3. www:网站PHP代码 也可以参考官方的Private Instance配置,不过文档挂在google域名下,所以你懂得。 ...
分类:Windows程序   时间:2017-04-24 12:13:55    阅读次数:2473
封装hibernate
private static SessionFactory sf; static{ Configuration cfg=new Configuration().configure(); ServiceRegistry sr=new ServiceRegistryBuilder() .applySet ...
分类:Web程序   时间:2017-04-15 13:54:11    阅读次数:189
1177: 零起点学算法84——Box of Bricks
1177: 零起点学算法84——Box of Bricks Description Little Bob likes playing with his box of bricks. He puts the bricks one upon another and builds stacks of di ...
分类:编程语言   时间:2017-04-10 16:01:22    阅读次数:287
[Jenkins] Creating Application builds
After installing the jenkins, we start creating new job. 1. Give job names (your project name): 2. Go to "Source Code Management tab": Connect to sour ...
分类:移动开发   时间:2017-04-10 09:53:52    阅读次数:331
hibernate框架简单步骤
Demo.java 这是SessionFactory的配置文件: 有了配置文件,Demo就简单了很多,我们可以对比一下: ...
分类:Web程序   时间:2017-04-10 09:49:40    阅读次数:241
Can I use MyBatis to generate Dynamic SQL without executing it?
Although MyBatis was designed to execute the query after it builds it, you can make use of it's configuration and a little bit of "inside knowledge" t ...
分类:数据库   时间:2017-04-07 22:10:50    阅读次数:287
项目构建工具gradle
1、安装 https://gradle.org/install 2、构建一个项目 https://guides.gradle.org/creating-new-gradle-builds/ 3、build 存在的项目 https://guides.gradle.org/using-an-existi ...
分类:其他好文   时间:2017-04-01 09:51:02    阅读次数:154
6 使用Ionic开发天气应用
简介:本节课我们会制作一款天气应用,这款应用允许用户查看当前的天气情况、天气预报以及地点收藏,在模态框内显示日出和日落的数据,使用分页滚动面板显示天气信息,使用侧滑菜单实现导航。 6.1 项目配置 环境配置,我们在第二节课的时候讲过了呦~下面我们直接创建项目啦~ 打开终端,在我们选择的目录下执行命令 ...
分类:其他好文   时间:2017-03-31 19:04:33    阅读次数:204
405条   上一页 1 ... 19 20 21 22 23 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!