Skip to content

Instantly share code, notes, and snippets.

View juiiyang's full-sized avatar
🏠
Working from home

Kuan Jui-yang juiiyang

🏠
Working from home
  • Shenzhen Technology University
  • Shenzhen
View GitHub Profile
func bb_sort(arr []int) []int {
for i:=range arr {
for j:=len(arr)-1);j>i;j-- {
if arr[j-1]>arr[j] {
arr[j], arr[j-1] = arr[j-1], arr[i]
}
}
}
return arr
}
@juiiyang
juiiyang / target.html
Last active October 11, 2022 15:20
请问如何找到正文的title和herf,也就是440、458、...行的a标签
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta name="format-detection" content="telephone=no">
<meta http-equiv="refresh" content="120">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,initial-scale=1,user-scalable=no">
<title>
公文通-深圳技术大学