private static SessionFactory sf; static{ Configuration cfg=new Configuration().configure(); ServiceRegistry sr=new ServiceRegistryBuilder() .applySet ...
分类:
Web程序 时间:
2017-04-15 13:54:11
阅读次数:
189
有时候流程记录报的错误显示"simultaneous connections limit reached for organization error occured! " 重启异步服务或许有用,但是什么原因引起的呢? 原来在MSCRM_Config数据库的[DeploymentProperties ...
分类:
其他好文 时间:
2017-04-12 23:36:43
阅读次数:
260
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
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
Demo.java 这是SessionFactory的配置文件: 有了配置文件,Demo就简单了很多,我们可以对比一下: ...
分类:
Web程序 时间:
2017-04-10 09:49:40
阅读次数:
241
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
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.1 项目配置 环境配置,我们在第二节课的时候讲过了呦~下面我们直接创建项目啦~ 打开终端,在我们选择的目录下执行命令 ...
分类:
其他好文 时间:
2017-03-31 19:04:33
阅读次数:
204
eclipse安装gradle后出现如下异常: org.gradle.tooling.GradleConnectionException: Could not install Gradle distribution from 'https://services.gradle.org/distribu ...
分类:
Web程序 时间:
2017-03-28 22:00:23
阅读次数:
1342
主题和响应式设计 本章重点在 ExtJS 应用的主题和响应式设计。主要有以下几点内容: SASS 介绍和入门 主题 响应式设计 转载请注明出处:http://www.jeeboot.com/archives/1231.html SASS 介绍和入门 SASS (Syntactically Aweso ...
分类:
Web程序 时间:
2017-03-19 13:30:51
阅读次数:
275