windows 10 官方安装镜像下载

win10中文版: 浏览器访问 https://www.microsoft.com/zh-cn/software-download/windows10ISO 点击确认以后,再选择语言,可以出来下载页面 接下来需要将iso文件烧录到准备好的空白U盘上即可。

Unlimited SWF, Flash to EXE

https://pdfrecover.herokuapp.com/swftoexe/ This free app allows you to convert any flash SWF file to EXE(standalone flash projector) file immediately in your browser. The standalone flash projector has the Flash Player embedded …

Remember Ctrl-Shift-T to Get Your Tabs Back

#SoftwareSharing# Browser regret medicine. Sometimes when browsing webpages, accidentally closing a webpage that shouldn’t have been closed, you immediately regret it and shout in your heart “Oops, please come back”. …

calcute days between two dates:datediff.sh

example:./datediff.sh 20220917 20211110 #/bin/sh THIS_PATH=$(cd `dirname $0`;pwd)   cd $THIS_PATH   ##要求传入的数据格式为yyyyMMdd的两个开始和结束参数,如20160701 20160910   start=$1   end=$2   ##将输入的日期转为的时间戳格式   startDate=`date -j -f “%Y%m%d” “${start}” +%s`   endDate=`date -j -f …