MySQL 字符串连接 CONCAT()

‘MySQL 字符串连接 CONCAT()’ 1 2 3 4 5 MySQL> SELECT CONCAT('My', 'S', 'QL'); -> 'MySQL' MySQL CONCAT () 函数用于将多个字符串连接成一个字符串 MySQL CONCAT(str1,str2,…) 返回结果为连接参数产

MySQL coalesce

MySQL coalesce coalesce函数表示可以返回参数中的第一个非空表达式,当你有N个参数时选取第一个非空值 (从左到右) 。 实例一: select coalesce (null,“carrot”,“apple”) 返回结果: carrot 实例二

Navicat

Navicat 一套适用于MySQL数据库系统地图形化数据库管理、报告以及监控的工具。新版本具有高性能的、具有商业智能的、强大的备份功能,此外还有许多的改

内存数据库

内存数据库 内存数据库,顾名思义就是将数据放在内存中直接操作的数据库。相对于磁盘,内存的数据读写速度要高出几个数量级,将数据保存在内存中相比从

鱼骨图

鱼骨图 鱼骨图是由日本管理大师石川馨先生所发明出来的,故又名石川图。鱼骨图是一种发现问题"根本原因"的方法,它也可以称之为

Tomcat 访问日志

Tomcat 访问日志 http://hooray520.iteye.com/blog/1335156 Tomcat的访问日志是靠org.apache.catalina.valves.AccessLogValve来控制的,你可以修改

ModelAndView

ModelAndView http://itroop.iteye.com/blog/263845 的构造方法有7个。但是它们都是相通的。这里使用无参构造函数来举例说明如何构造ModelAndView 实例。 ModelAndView类别就

OTF与TTF的区别

OTF与TTF的区别 TTF 扩展名的 O 图标的表示 OpenType - TrueType 字体, 采用的是 TrueType 曲线, 不过支持 OpenType 的高级特性. TTF 扩展名的 T 图标的表示 TrueType 字体, 采用的是 TrueType 曲线, 不

eclipse install/setting

eclipse install/setting plugin eclipse gradle integration install gradel eclipse integration from eclipse marketplace https://github.com/spring-projects/eclipse-integration-gradle/ config gradle heap space Preference>Gradle>Arguments>JVM Arguments -Xms256m -Xmx512m http://stackoverflow.com/questions/12585506/eclipse-gradle-sts-extension-could-not-reserve-enough-space-for-object-heap git: EGit groovy plugin groovy plugin:http://groovy.codehaus.org/Eclipse+Plugin subclipse https://github.com/subclipse/subclipse/wiki latest: https://dl.bintray.com/subclipse/releases/subclipse/latest/ config window>Preference class can not be resolved https://crunchify.com/mavenmvn-clean-install-update-project-and-project-clean-options-in-eclipse-ide-to-fix-any-dependency-issue/ error, no test found with test runner junit 5 https://stackoverflow.com/questions/46717693/eclipse-no-tests-found-using-junit-5-caused-by-noclassdeffounderror-for-launcher test config > junit 4 runner

CSS布局 块级元素及内联元素

CSS布局 块级元素及内联元素 Block element 块级元素,顾名思义就是以块显示的元素,高度宽度都是可以设置的。、、 h1 等元素常常称为块级元素,这些元素显示为一

class.getName

class.getName http://bbs.csdn.net/topics/70162498 java.lang.Object java.lang.Class String getName() Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String. java的类映射函数..用来得到类的具体名字 比如说1个类mypackage.MyCl

META-INF, MANIFEST.MF

META-INF, MANIFEST.MF 做过 JAVA EE 开发的工程师应该都知道在 JAVA build 出来的 JAR 或者 WAR 的顶层目录下有个 META-INF 文件夹吧,可是有多少人能够清楚说出这个文件夹到底是做神马的? What is the purpose

JavaEE 7

JavaEE 7 http://www.iteye.com/news/27980 甲骨文公司在2013年6月中旬正式发布了JavaEE 7 (JSR 342) 。 该版本特性主要集中在以下3个方面: 提供HTML5动态可伸缩应用程序 使用We

java illegal character \65279

‘java illegal character \65279’ http://blog.csdn.net/shixing_11/article/details/6976900 某些编辑器会往utf8文件中添加utf8标记 (editplus称其为签名) ,它会在文件开始的地方插入三个不可见的字符 (0xEF 0xBB 0xBF,