new: http://www.injdk.cn/
https://pan.baidu.com/s/1qvXCMzGg7FnZz7sR2H_uog#list/path=%2F, 都没有加入顶层目录,解包的时候请注意
#!/bin/bash | |
cd "$(dirname "$0")" || exit 1 | |
DIR=$(pwd) | |
OUTFILE="-f flv rtmp://js.live-send.acg.tv/live-js/?streamname=*&key=*" | |
while :; do | |
#./ffmpeg -re -i "Bailey No Ordinary Cat.mp4" -c copy $OUTFILE | |
cd "$DIR/YSL" || exit 1 | |
for name1 in *; do |
# https://fishshell.com/docs/current/tutorial.html#tut_autoload | |
function _man | |
if type "$argv[1]" >/dev/null | |
if type "$argv[1]" | grep -m 1 " is a function with definition\$" >/dev/null | |
type "$argv[1]" >&2 | |
else | |
if test "nginx" = "$argv[1]" | |
"$argv[1]" -h 2>&1; echo -e "\n" | |
else if test "echo" != "$argv[1]" | |
"$argv[1]" --help 2>&1; echo -e "\n" |
import java.io.IOException; | |
import java.util.ArrayList; | |
import java.util.Collections; | |
import java.util.List; | |
import java.util.concurrent.CountDownLatch; | |
import java.util.concurrent.ExecutorService; | |
import java.util.concurrent.Executors; | |
import org.apache.commons.lang3.StringUtils; | |
import org.jsoup.Jsoup; |
https://pan.baidu.com/s/1qvXCMzGg7FnZz7sR2H_uog#list/path=%2F, 都没有加入顶层目录,解包的时候请注意
#!/bin/bash | |
# usage: bash this.sh lines lineBytes file toDir | |
lines=$1 | |
lineBytes=$2 | |
file=$3 | |
toDir=$4 | |
if [ "Darwin" = "$(uname)" ]; then | |
# MacOS: brew install coreutils |
#!/bin/bash | |
# usage: bash this.sh path | |
# $1: path, parsed | |
jarList() { | |
path=$1 | |
if [ -d "$path" ]; then | |
cd "$path" || exit #https://github.com/koalaman/shellcheck/wiki/SC2045 | |
for sub in *; do | |
if [ "/" = "$1" ]; then |
自己挑一种即可~
mintty -o Locale=zh_CN -o Charset=GBK -e fish &
# -e是打开后执行命令,这里的fish是一个shell,你没用就去掉
/** | |
* @param url | |
* endsWith("/") | |
* @param str | |
* searchStr | |
*/ | |
private static void search(String url, String str) { | |
try { | |
Document doc = Jsoup.connect(url).get(); | |
Elements elements = doc.select("pre > a"); |
// URL: http://syjy.5u5u5u5u.com/syjy/reserve/toLessonReservePage_xianxietiyan.htm | |
// 步骤: 一步步拷贝执行 | |
// 1. get map | |
jQuery(function ($) { | |
window._resultMap = {}; | |
$('#areaSwitch>li').each(function (i, v) { | |
var areaId = $(v).attr('areaid'); | |
$.get('http://syjy.5u5u5u5u.com/syjy/reserve/queryExperienceLessonReserveData.htm', { | |
areaId: areaId |