摘要:
问题 linux下安装mysql,每次执行sql语句都报错。 本次执行的命令如下: update flow_station set station_name='批次绑定1' WHERE id = 430 and flow_id= 111 ; update flow_station set stati 阅读全文
摘要:
笔者最近公司的服务器是IBM 3650 m4上安装 Windows Server 2012 R2 Standard x64位操作系统。 至于为什么安装这个操作系统,就不赘述了。历史原因,交接人已经不在,无法了解操作系统的当时的安装背景。 笔者接手时经常有程序破解那台电脑上面的SQL Server 2 阅读全文
摘要:
java代码 final Tika tika = new Tika(); Set<String> allowMimeTypeAll = ImmutableSet.of("image/pjpeg", "application/pdf", "application/msword", "image/jpe 阅读全文