摘要: Eclipse、Intellij idea格式化结果不一样,导致长时间都是用两个开发工具,idea开发eclipse进行格式化。但是现在这个问题可以解决了。使用Eclipse Code Formatter。 具体的插件地址:http://plugins.jetbrains.com/plugin/65 阅读全文
posted @ 2016-11-17 16:10 zonc 阅读(3170) 评论(0) 推荐(0) 编辑
摘要: mysql-5.6.14-win32为免安装解压缩版,安装版(http://dev.mysql.com/downloads/installer/5.5.html#downloads)存在很多弊端。mysql 5.6.14 win7 32位免安装版配置1.下载mysql 5.6.14;下载地址:htt 阅读全文
posted @ 2016-11-07 10:55 zonc 阅读(425) 评论(0) 推荐(0) 编辑
摘要: Linux下tomcat JVM内存 配置 转发://http://elf8848.iteye.com/blog/467460 博客分类: OS--Linux JVMTomcatLinuxJava应用服务器 Linux下tomcat JVM内存 配置 转发://http://elf8848.itey 阅读全文
posted @ 2016-06-21 17:36 zonc 阅读(12127) 评论(0) 推荐(0) 编辑
摘要: 1. 安装步骤 第一步,安装wine。 直接进入ubuntu软件中心搜索wine,点击安装; 第二步:安装常用组件。 在终端输入“winetricks”,就可以选择安装Windows DLLs以及其他可能需要的常用组件,比如:riched20,riched30,ie8,flash11,gdiplus 阅读全文
posted @ 2016-05-27 10:03 zonc 阅读(1196) 评论(0) 推荐(0) 编辑
摘要: 1、单引号 那么如果字段的内容中包含了单引号要怎么插入呢?例如:It's fine。方法同样有三·方法一:使用转义字符 SQL > Select 'test' || '''' from dual; 注意:这里的''''四个单引号是什么意思呢?首先第一个和最后一个都是Oracle中的字符串连接符,这个 阅读全文
posted @ 2016-05-24 11:42 zonc 阅读(6118) 评论(0) 推荐(0) 编辑
摘要: 问题: IntelliJ IDEA 使用Maven构建项目报错 -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable and mvn script matc 阅读全文
posted @ 2016-05-16 14:59 zonc 阅读(944) 评论(0) 推荐(0) 编辑