1、debian、ubuntu更新并升级软件包
apt update && apt upgrade -y2、docker compose重新部署
docker compose down && docker compose up -d| MinttyPath := "C:\cygwin64\bin\mintty.exe" | |
| f12:: | |
| if (!WinActive("ahk_class mintty")) | |
| { | |
| WinGet, active_id, ID, A | |
| } | |
| ConsoleHandler(active_id) | |
| return |
| """ | |
| Created on Sep 24, 2013 | |
| @author: RandomHardcoreJerks | |
| Requires pywin32 | |
| original: http://code.activestate.com/recipes/474121/ | |
| # HtmlClipboard |
| Registration Code | |
| Name : www.xyraclius.com | |
| Serial : OOCRYIMDMDPWRETFPSUZ |
| !/usr/bin/perl | |
| use strict; | |
| use warnings; | |
| use utf8; | |
| use open ":encoding(utf8)",":std"; | |
| open my $infh, "<:encoding(utf8)", "zh.dat" or die $!; | |
| while (<$infh>) { |
| import tiktoken | |
| import langdetect | |
| T = tiktoken.get_encoding("o200k_base") | |
| length_dict = {} | |
| for i in range(T.n_vocab): | |
| try: | |
| length_dict[i] = len(T.decode([i])) | |
| except: |
| addEventListener("fetch", (event) => { | |
| event.respondWith( | |
| handleRequest(event.request).catch( | |
| (err) => new Response(err.stack, { status: 500 }) | |
| ) | |
| ); | |
| }); | |
| async function handleRequest(request) { | |
| const { pathname } = new URL(request.url); |
1、debian、ubuntu更新并升级软件包
apt update && apt upgrade -y2、docker compose重新部署
docker compose down && docker compose up -d| from base64 import b64encode, b64decode | |
| from hashlib import md5 | |
| from phpserialize import namespace, serialize | |
| from requests import session | |
| ses = session() | |
| ''' | |
| Arbitrary file write on think php 5.0.24 | |
| implemented by Frank |