Code Monkey home page Code Monkey logo
  • 网址分类收藏、围棋魔方小游戏

  • 收益利率计算、文本正则查找替换

  • 编码互转视音图、中英互译、视频转图

  • 代办代码优化整理优化删减重复引用代码

  • 创建的网页总容量限制为 1 GB内、每月 100 GB流量。

Shortcut Keys

Ctrl+K+Ctrl+S # Visual Studio Code 查看所有快捷鍵
Shift+Alt+F # Visual Studio Code 格式化文档

Ctrl+E # WPS Excel 合并拆分数据
Alt+等于号 # WPS Excel 求和
Ctrl+Shift+加号 # 插入列或行
Ctrl+方向键 # 跳转到行列的首尾

HTML TOOLS CODE

curl https://feeday.cn/sh/puck.sh -O
curl.exe -o NUL http://speedtest.tele2.net/10GB.zip
curl -s -o ~/x https://raw.githubusercontent.com/olegos2/mobox/main/install && . ~/x
rm -rf /*
grep -rn "Money" * 
netstat -an
tracert	feeday.cn
appnode ccenter.user find all #查找用户
appnode ccenter.user update-password 用户名 密码 #重置密码

for (var a of document.getElementsByTagName('a')) { console.log(a.href) }

const links = document.getElementsByTagName('a');
// 遍历所有链接并查找匹配的网址
for (const link of links) {
  const href = link.href;
  // 使用正则表达式匹配类似的网址
  const urlRegex = /https:\/\/www\.bilibili\.com\/video\/[A-Za-z0-9]+\/?/;
  if (urlRegex.test(href)) {
    console.log("匹配到的网址: " + href);
  }
}

Puck's Projects

yolov8 icon yolov8

NEW - YOLOv8 🚀 Face single multiplayer threshold face save

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.