码迷,mamicode.com
首页 >  
搜索关键字:builds    ( 405个结果
spring + hibernate 项目 性能提高小结
1, 在tomcat的bin 目录的catalina.bat 文件 中配置 java opts 在 echo Using CATALINA_BASE: "%CATALINA_BASE%" 的上面,添加下述设置语句 set JAVA_OPTS="-server -Xms800m -Xmx800m -X ...
分类:编程语言   时间:2016-10-24 23:37:48    阅读次数:259
Hibernate 获取Session
Configuration cfg = null; SessionFactory factory = null; Session session = null; Transaction tx = null; @Before public void init(){ cfg = new Configur ...
分类:Web程序   时间:2016-10-24 15:54:09    阅读次数:198
[Hibernate] 基本增删查改
本文记录,Java 应用通过 Hibernate 对数据库 MySQL 进行基本的增删改查操作。 本例子的目录结构如下 hibernate.cfg.xml 存储数据库信息,如数据库类型,账号密码,数据库名称 Empoyee.hbm.xml,声明 java 简单对象和数据库表结构的对应关系 Emplo ...
分类:Web程序   时间:2016-10-22 07:44:23    阅读次数:340
docker安装mysql
公司要用docker,先测试一下。#Toinstall,runthefollowingcommandsasroot:curl-fsSLOhttps://get.docker.com/builds/Linux/x86_64/docker-1.12.1.tgz&&tar--strip-components=1-xvzfdocker-1.12.1.tgz-C/usr/local/bin#Thenstartdockerindaemonmode:/usr/local/bin/doc..
分类:数据库   时间:2016-10-11 00:50:17    阅读次数:276
ARM安装ROS- indigo
Ubuntu ARM install of ROS Indigo 溪西创客小屋 There are currently builds of ROS for Ubuntu Trusty armhf. These builds include most but not all packages, and ...
分类:其他好文   时间:2016-10-08 19:30:30    阅读次数:543
精通Web Analytics 2.0 (2) 内容简介
精通Web Analytics 2.0 : 用户中心科学与在线统计艺术 What’s Inside the Book? This book builds on the foundation laid by my first book, Web Analytics: An Hour a Day. I ...
分类:Web程序   时间:2016-09-29 13:41:16    阅读次数:290
ExtJs目录说明
Ext开发包目录结构说明builds目录为ExtJS压缩后的代码docs目录为ExtJS的文档examples目录中是官方的演示示例locale是多国语言的资源文件, 其中ext - lang - zh_CN.js是简体中文overview是ExtJS的功能概述pkgs中是ExtJS各部分功能的打包 ...
分类:Web程序   时间:2016-09-26 17:40:15    阅读次数:179
Grafana搭建-优化zabbix图形显示
Grafana搭建-优化zabbix图形显示官网:http://grafana.org/下载(下载地址:http://down.51cto.com/data/2239764)[root@monitoring-45~]#wgethttps://grafanarel.s3.amazonaws.com/builds/grafana-3.1.1-1470047149.x86_64.rpm创建grafana库mysql>createdatabasegrafanachar..
分类:其他好文   时间:2016-09-07 16:02:46    阅读次数:1905
ClusterControl 安装
ClusterControl 1.3.2 发布了,ClusterControl 是一个数据库的集群控制程序,支持 MySQL 和 PostgreSQL 。包括: 支持 MySQL 5.6 和 Galera 3.x builds 支持 AWS VPC (Beta)用户自定义报警和提醒(app开发公司t ...
分类:其他好文   时间:2016-09-07 10:32:29    阅读次数:949
安装grafnan
通过rpm包的方式,安装最新的grafnan插件:$sudoyuminstallhttps://grafanarel.s3.amazonaws.com/builds/grafana-3.1.1-1470047149.x86_64.rpm或者手动的方式安装在centos和redhat版本上:$sudoyuminstallinitscriptsfontconfig$sudorpm-Uvhgrafana-3.1.1-1470047149.x86_64.rp..
分类:其他好文   时间:2016-08-30 07:14:45    阅读次数:641
405条   上一页 1 ... 24 25 26 27 28 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!