加载中
队友的神操作

for循环不写break 导出文件时,提示用户是否确定要下载,没有数据不给下载。结果后台计算数据量,是把所有数据查出来装到list再用list.size()计算。平时测试时,只导出几条数据,看不出问题...

2021/04/30 15:38
100
shell for move and tar files

Move first n files from a folder to another folder, and then tar it and remove all files. fileFolder=$1 targetFolder=$2 mkdir -p $targetFolder fileCount=ls ${fileFolder}|wc -l c...

2020/12/31 10:09
166
月第一天和最后一天的计算(试一试语法着色功能)

// 本月的第一天 Calendar calendar = new GregorianCalendar(); calendar.set( Calendar.DATE, 1 ); SimpleDateFormat simpleFormate = new SimpleDateFormat( " yyy...

2014/09/02 16:23
155
MapReduce

下面这段话是网上其他人用最简短的语言解释MapReduce: We want to count all the books in the library. You count up shelf #1, I count up shelf #2. That’s map. The more people we g...

最近常用的几个linux命令

命令 说明 ps -ef | grep java 查看java进程 cp -r source dest 复制文件夹及里边的内容(要加-r参数才行) rm -r folder 删除文件夹及里边的内容 tailf logs/catalina.out 滚动查看文件的内容...

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部