24
2021
04
Get Coating Colour Data from Component Description using RegExp match()
var component = `white paper sheet with transparent plastic film and (lacquer, gold color foil, silver color foil) coatings and inaccessible mult
作者:john | 分类:Programme | 浏览:102 | 评论:0
18
2021
04
Bitorrent Downloader - Colab
!python -m pip install --upgrade pip setuptools wheel!python -m pip install lbry-libtorrent!apt install python3-libtorrentptfrom google.colab import drivefrom google
作者:kerek | 分类:Programme | 浏览:110 | 评论:0
18
2021
04
Python compress images
from PIL import Image
import os, sys
path = "./images/"
if not os.path.exists(path):
os.makedirs(path)
dirs = os.listdir(path)
final_size = 600;
作者:kerek | 分类:Programme | 浏览:104 | 评论:0
14
2021
04
Python download youtube music
pip install ffmpegpip install youtube_dlpip install opencc-python-reimplementedimport osimport youtube_dlfrom google.colab import drivefrom google.colab import filesfrom googl
作者:john | 分类:Programme | 浏览:111 | 评论:0
10
2021
04
Generate Coating component from Running color
function getCoatingComponent() { &nbs
作者:john | 分类:Programme | 浏览:95 | 评论:0
04
2021
04
RSI get Cosmetic component from FC1 report
function RSI() { var str = SpreadsheetApp.getUi().prompt("Please enter FC1 tested component").getResponseText() &
作者:john | 分类:Programme | 浏览:102 | 评论:0
02
2021
04
CompareSheets
function referHL(){ var sheet1 = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Sheet1"); //获取第一张Sheet1 var E_to_I_col_data1 = sheet1.getRange(2, 5, sheet1.getLastRow(),5).getValues(); //获取第一张S
作者:kerek | 分类:Programme | 浏览:105 | 评论:0
01
2021
04
2 array replicates and return their indexes
//========2 array find duplicates========var j = ['IdA', 'ket', 'IdC', 'IdD', 'chj'];var k = ['ket', 'chj', 'IdF', 'IdA'];var r = j.filter(function(val) { return k.indexOf(
作者:john | 分类:Programme | 浏览:93 | 评论:0