usage
bash repair_zip.sh /root/3.zip
<?php | |
/** | |
* Created by PhpStorm. | |
* User: yhtc | |
* Date: 2020/5/28 | |
* Time: 9:45 | |
*/ | |
//phpinfo(); | |
/** | |
* 面试上机题 |
bash repair_zip.sh /root/3.zip
""" | |
无用空间的音频下载 | |
time:2020-04-22 | |
Author:pang | |
""" | |
# http://www.timeless-world.org//audio-browse-22.html?s1=30 | |
# http://www.timeless-world.org/svideo-browse-17.html?s1=30 | |
import requests,re as regex |
// 方法: | |
// 登录微信网页:https://wx.qq.com/ | |
// 打开指定组 -> 点击下拉箭头展示所有成员列表 -> 打开浏览器console控制台执行下面代码: | |
var list = [] | |
$('.member.ng-scope').each(function(){ | |
var title = $(this).attr('title'); | |
title = title.replace(/<img.*?\/>/g,'').trim() | |
list.push(title) | |
}); |
I hereby claim:
To claim this, I am signing this object:
import requests,tempfile, zipfile,os | |
def read_file_for_zip(zip_url, callback=None): | |
""" | |
读取zip包内的文件 | |
:param zip_url:zip路径/url | |
:param callback:读取操作的回调函数 若函数返回false 则不会读取下一个文件 | |
:return: | |
""" | |
with tempfile.TemporaryFile('w+b') as tmpfile: # 生成临时文件 |
import datetime | |
import time | |
import PyRSS2Gen | |
import requests, pytz | |
class NoOutput: | |
def __init__(self): | |
pass | |
def publish(self, handler): |
import csv | |
import pprint | |
# opens csv file and assingns it to an object | |
with open('data-text.csv') as csvfile: | |
# Use Sniffer to figure out csv dialect | |
dialect = csv.Sniffer().sniff(csvfile.read(1024)) | |
csvfile.seek(0) | |
# pass the dialect to filereader to read the file | |
reader = csv.reader(csvfile, dialect) |
<?php | |
/** | |
* Created by PhpStorm. | |
* User: pang | |
* Date: 2019/3/22 0022 | |
* Time: 1:11 | |
* | |
* 使用Bark App的推送url操作 | |
* | |
* |
:root { | |
--heng-fa-chuen: #b51921; | |
--tai-koo: #b2103e; | |
--kowloon-bay: #c41832; | |
--tseung-kwan-o: #ef342a; | |
--wui-kai-sha: #a84d18; | |
--po-lam: #f68f26; | |
--sai-wan-ho: #faca07; | |
--disneyland-resort: #07594a; | |
--skek-kip-mei: #4ba946; |