mybatis动态SQL之where标签 为了简化 where 1=1 的条件拼装,我们可以采用where标签来简化开发 <!-- 根据用户信息查询 --> <select id="findByUser" resultType="user" parameterType="user"> select ...
分类:
数据库 时间:
2020-10-18 17:10:41
阅读次数:
48
find命令先查找符合的文件,for循环结合mv和cp命令进行对文件处理#!/bin/bashfind/root/test/-typef-name"*.txt">/tmp/tar.txt#找到符合的文件写入到tar.txt文本里面foriin`cat/tmp/tar.txt`#遍历文本domv$i$i.bakdoned=`date+%y%m%d%H%M%S`#创建一个目录文件防止重复mkdi
分类:
其他好文 时间:
2020-10-18 17:00:07
阅读次数:
23
ABAP 正则表达式 ABAP支持正则表达式。 支持正则表达式的语句: 1.FIND,REPLACE语句; 2.Functions:count,count_xxx,contains,find,find_xxx,match,matches,replace,substring,substring_xxx ...
分类:
其他好文 时间:
2020-10-18 16:46:52
阅读次数:
27
下面分享多个java 源码漏洞分析扫描工具: https://www.attackflow.com/商用 http://checkstyle.sourceforge.net/ (插件) http://findbugs.sourceforge.net/ https://pmd.github.io/ ( ...
分类:
编程语言 时间:
2020-10-18 16:30:42
阅读次数:
72
springcloud项目是一个父项目,和多个子项目 例如以下: SpringcloudTest >父项目 SpringcloudTestA >子项目 SpringcloudTestB >子项目 对于子项目进行打包时会出现问题 Failed to execute goal on project : ...
分类:
编程语言 时间:
2020-10-18 16:25:33
阅读次数:
44
laravel 官网 laravel 学院 laravel-china 中文官网 composer 安装laravel并换镜像 https://packagist.laravel-china.org 为什么我不太想用 Laravel ? 主要看 Eloquent# 介绍 通过 Model 查询数据时 ...
分类:
其他好文 时间:
2020-10-14 20:14:48
阅读次数:
23
最近没有更新博客,遇到国庆终于有时间学习并更新博客了~ 记录一下自己的学习 Linux一直是我的弱项,由于现在的工作需要用到Linux,决定恶补一下。 查找文件地址 find /home/ -name "test*" -type f # type 查找文件类型 -type d 为文件夹, -type ...
分类:
系统相关 时间:
2020-10-08 18:09:20
阅读次数:
25
Cisdem DuplicateFinder Mac版是一款Mac平台上的重复文件清理工具,Cisdem DuplicateFinder提供了一个准确的方法,找到并删除所有重复的文件。有了这个工具,你可以同时扫描计算机驱动器和位于外部设备的文件夹,以及像的iPhoto,iTunes和邮件Apple应用程序。提供了智能扫描算法,该程序可以找到并进行批量删除重复的文件,节省硬盘空间。
分类:
系统相关 时间:
2020-10-05 21:30:34
阅读次数:
30
https://leetcode-cn.com/problems/find-mode-in-binary-search-tree/ class Solution { public: int count = 0, max_count = 0; TreeNode* pre = NULL; vector< ...
分类:
其他好文 时间:
2020-09-24 22:11:03
阅读次数:
80