-
MySQL逗号分隔值的查询
由于很多业务表因为历史原因或者性能原因,都使用了违反第一范式的设计模式。即同一个列中存储了多个属性值。 这种模式下,应用常常需要将这个列依据分隔符进行分割,并得到列转行的结果。 最近在做项目上的报表,写SQL是遇到逗号分隔字段的问题,不知道如何处理。 虽然是一个很low逼的问题,但还是花了不少时间,所以写个博客记录一下,顺便缅怀花费在此问题上的光阴。问题描述问题简单描述为库中有两张表a、b, a表如下:b表如下:需要查询b表中industry_id字段所包含的所有a表id字段的记录。期望结...…
-
centos7安装Mysql数据库和远程访问配置
平时很少操作服务器相关的东西,昨天正好有这样的机会,帮朋友在centos下安装Mysql服务。虽然内容比较low,但我还是觉得应该写个笔记记录一下,毕竟后面会忘的。系统环境yum update升级以后的系统版本为[root@yl-web yl]# cat /etc/redhat-releaseCentOS Linux release 7.1.1503 (Core)Mysql 安装建议安装顺序#yum install mysql#yum install mysql-devel#yum ins...…
-
Spring Boot 通用配置项目
讲真,到现在为止我都没有系统的学习过Java常用的几大框架(struts、spring、hibernate和mybaits),这几种框架都是通过项目一点点积累、熟悉。最近项目上用到Srping Boot,感觉相对于之前用过的几种框架来说,确实轻便不少,可以快速的进入开发状态,Srping Boot的配置基本上都在application.properties文件中,由于对一些配置不是很熟悉,经常需要百度,所以找到一个较完整的Spring Boot配置记录一下,方便以后查看。 # ======...…
-
Sample Post
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-r...…
-
Hello World - Vno
What’s thisVno Jekyll is a theme for Jekyll. It is a port of my Ghost theme vno, which is originally developed from Dale Anthony’s Uno.Usage$ git clone https://github.com/onevcat/vno-jekyll.git your_site$ cd your_site$ bundler install$ bundler exe...…