摘要: py 代码: from requests_html import HTMLSession import pandas as pd url = 'https://www.amazon.co.uk/s?k=nvme+1tb' s = HTMLSession() r = s.get(url) r.html 阅读全文
posted @ 2025-03-13 17:48 liskov_design 阅读(29) 评论(0) 推荐(0)
摘要: 模拟生成一个采购客户的xls表格之python代码: import pandas as pdimport randomfrom faker import Fakerfrom datetime import datetime, timedeltafake = Faker('zh_CN')# 生成100 阅读全文
posted @ 2025-03-13 16:22 liskov_design 阅读(9) 评论(0) 推荐(0)
摘要: 代码: 引用js文件:https://cdn.jsdelivr.net/npm/@fingerprintjs/fingerprintjs@3/dist/fp.min.js 然后执行方法:initFingerprintJS() 关于亚马逊账号注册: 指纹哈希依赖于所有浏览器属性的精确匹配,这使得它们在 阅读全文
posted @ 2025-03-05 14:48 liskov_design 阅读(57) 评论(0) 推荐(0)
摘要: driver = webdriver.Chrome()driver.get("https://www.amazon.de/gp/customer-reviews/xxxxxxxxxxxxxxx/ref_=bcr_shw_rev_dtl")time.sleep(1)# comment_account_ 阅读全文
posted @ 2025-02-27 15:25 liskov_design 阅读(42) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-02-27 15:22 liskov_design 阅读(4) 评论(0) 推荐(0)
摘要: from PIL import Image# 处理彩虹的圈圈# arr = os.listdir("imgs")# for name in arr:# print(name)# im = Image.open("imgs/" + name)# im1 = im.copy()# if name.__c 阅读全文
posted @ 2025-02-21 10:30 liskov_design 阅读(17) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-02-20 11:08 liskov_design 阅读(0) 评论(0) 推荐(0)
摘要: // 店铺操作 begin var order_number = "";function add_log() { var shop_code = $("#txt_shop_code").val(); var shop_rmk = $("#txt_shop_rmk").val(); if (shop_ 阅读全文
posted @ 2025-02-13 17:36 liskov_design 阅读(17) 评论(0) 推荐(0)
摘要: // 批量完成收费 begin function make_batch_money_done() { if (confirm("确定将当前" + this_view_total_count + "条订单=>批量完成收费吗?") false) return false; var cdt = get_p 阅读全文
posted @ 2025-02-13 17:34 liskov_design 阅读(7) 评论(0) 推荐(0)
摘要: 代码: // 订单分配 begin function make_order_fp() { $("#div_order_fp").modal({closeViaDimmer: 1, width: 806, height: 260}); //指定部门的id,获取部门下的用户名称 var settings 阅读全文
posted @ 2025-02-13 17:33 liskov_design 阅读(8) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-02-13 09:20 liskov_design 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-01-10 16:19 liskov_design 阅读(0) 评论(0) 推荐(0)
摘要: # 获取nhk的音频 if __name__ == '__main__': arr = requests.get("https://www3.nhk.or.jp/news/easy/top-list.json").json() for x in arr: news_easy_voice_uri = 阅读全文
posted @ 2025-01-08 15:33 liskov_design 阅读(28) 评论(0) 推荐(0)
摘要: 代码: //设置为:周一开始 --20241231 NSArray* weekArr=@[@"周一",@"周二",@"周三",@"周四",@"周五",@"周六",@"周日"]; //设置为:周一开始 --20241231 //从周日开始为1,2,3,4,5,6,7 if(firstDayOfMont 阅读全文
posted @ 2024-12-31 15:09 liskov_design 阅读(28) 评论(0) 推荐(0)
摘要: code: //view点击空白处-手势动作 UITapGestureRecognizer *tapGestureRecognizer = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(done_keybor 阅读全文
posted @ 2024-12-30 10:30 liskov_design 阅读(41) 评论(0) 推荐(0)
摘要: done 阅读全文
posted @ 2024-12-05 17:59 liskov_design 阅读(33) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-12-02 10:06 liskov_design 阅读(0) 评论(0) 推荐(0)
摘要: 直接上图。 阅读全文
posted @ 2024-11-30 16:29 liskov_design 阅读(21) 评论(0) 推荐(0)
摘要: 数据库mysql show index from table_xxxx; 阅读全文
posted @ 2024-11-26 14:17 liskov_design 阅读(14) 评论(0) 推荐(0)
摘要: The SSL connection could not be established, see inner exception. The remote certificate is invalid according to the validation procedure. openssl ver 阅读全文
posted @ 2024-11-15 12:04 liskov_design 阅读(211) 评论(0) 推荐(0)