只需要根据提示在javac任务中添加includeAntRuntime="false"属性即可。 ...
分类:
编程语言 时间:
2016-11-01 07:24:38
阅读次数:
285
第一个android程序的编写 首先是开发环境的搭建,我用的是android studio2.1.2 +jdk1.8 在搭建环境中遇到以下问题。 1:jdk版本过低,且安卓版本高(android studio自带安卓sdk是6.0)造成无法正确创建一个新的安卓程序,解决方法安装最新jdk。安装后能正 ...
分类:
移动开发 时间:
2016-10-30 14:10:08
阅读次数:
178
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
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
本文记录,Java 应用通过 Hibernate 对数据库 MySQL 进行基本的增删改查操作。 本例子的目录结构如下 hibernate.cfg.xml 存储数据库信息,如数据库类型,账号密码,数据库名称 Empoyee.hbm.xml,声明 java 简单对象和数据库表结构的对应关系 Emplo ...
分类:
Web程序 时间:
2016-10-22 07:44:23
阅读次数:
340
公司要用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
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 : 用户中心科学与在线统计艺术 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
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图形显示官网: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