iis url-rewrite模块下载: https://www.iis.net/downloads/microsoft/url-rewrite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% 广告播放设备管理系统 | |
%% 文件: ad_device_system.erl | |
-module(ad_device_system). | |
-behaviour(gen_server). | |
%% API exports | |
-export([start_link/0, stop/0, get_device_status/0, get_device_info/1]). | |
%% gen_server callbacks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<circuit version="1.1.0-SR1" rev="2005" stepSize="1000000" stepsPS="1000000" NLsteps="100000" reaStep="1000000" animate="0" > | |
<item itemtype="BJT" CircId="BJT-1" mainComp="false" Show_id="false" Show_Val="false" Pos="-52,28" rotation="0" hflip="1" vflip="1" label="BJT-1" idLabPos="18,0" labelrot="0" valLabPos="-16,20" valLabRot="0" PNP="false" Gain="100" Vcrit="0.670736 V" /> | |
<item itemtype="Battery" CircId="Battery-2" mainComp="false" Show_id="false" Show_Val="false" Pos="56,-32" rotation="0" hflip="1" vflip="1" label="Battery-2" idLabPos="-18,-22" labelrot="0" valLabPos="-10,10" valLabRot="0" Voltage="5 V" Resistance="1 mΩ" /> | |
<item itemtype="Led" CircId="Led-3" mainComp="false" Show_id="false" Show_Val="false" Pos="128,92" rotation="-360" hflip="1" vflip="1" label="Led-3" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Color="Yellow" Grounded="false" Threshold="2.4 V" MaxCurrent="30 mA" Resistance="0.6 Ω" /> | |
<item itemtype="Switch" CircId="Switch-5" mainComp="false" Show_id="false" Sho |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import math | |
import sounddevice as sd | |
def frequency(base_freq, semitones): | |
return base_freq * (2 ** (semitones / 12)) | |
DO = 440 | |
RE = frequency(DO, 2) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://stackoverflow.com/questions/26590174/convert-rtsp-stream-to-virtual-web-camera |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://www.c-sharpcorner.com/UploadFile/dbeniwal321/using-gdi-print-functionality/ | |
//PrintDirect.cs | |
//shows how to write data directly to the | |
//printer using Win32 APIs. | |
//this code sends Hewlett-Packard PCL5 codes | |
//to the printer to print | |
//out a rectangle in the middle of the page. | |
using System; | |
using System.Text; | |
using System.Runtime.InteropServices; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.gpt4v.net/zh-CN/yeschat/ | |
https://weel.co.jp/media/stable-video-diffusion | |
{ | |
"svd": ["https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors", "checkpoints/svd.safetensors"], | |
"svd_xt": ["https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/resolve/main/svd_xt.safetensors", "checkpoints/svd_xt.safetensors"] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://websetnet.net/how-to-install-wechat-desktop-client-in-ubuntu-linux/ | |
Snap makes it easier to install WeChat unofficial client in Linux. Before you can install electronic-chat, you will need to install snapd and snapd-xdg-open. Run the below command to install it: | |
sudo apt install snapd snapd-xdg-open | |
Once done, type the following command to install it. | |
sudo snap install electronic-chat | |
This will install WeChat client. Once done, launch it from the terminal by typing: | |
electronic-chat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://opensource.adobe.com/dc-acrobat-sdk-docs/pdflsdk/ |
NewerOlder