09 2024 档案

摘要:def getCipherPassword(password): private_key = '8EDB615B1D48B8BE188FC0F18EC08A41DF50EA731FA28BF409E6552809E3A111' # 这里假设你已经有了私钥字符串,实际中需通过特定方法生成 public 阅读全文
posted @ 2024-09-30 21:05 shiningrise 阅读(33) 评论(0) 推荐(0) 编辑
摘要:from locust import HttpUser, task, between from locust.contrib.fasthttp import FastHttpUser # 如果你使用 FastHttpUser import json class WebsiteUser(HttpUse 阅读全文
posted @ 2024-09-26 14:18 shiningrise 阅读(15) 评论(0) 推荐(0) 编辑
摘要:// 添加请求拦截器 service.interceptors.request.use( (config) => { // // 在发送请求之前做些什么 token // if (Session.get('token')) { // (<any>config.headers).common['Aut 阅读全文
posted @ 2024-09-22 09:45 shiningrise 阅读(78) 评论(0) 推荐(0) 编辑
摘要:namespace Admin.NET.Core; /// <summary> /// SqlSugar 实体仓储 /// </summary> /// <typeparam name="T"></typeparam> public class SqlSugarRepository<T> : Sim 阅读全文
posted @ 2024-09-20 18:39 shiningrise 阅读(46) 评论(0) 推荐(0) 编辑
摘要:// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root 阅读全文
posted @ 2024-09-19 15:50 shiningrise 阅读(19) 评论(0) 推荐(0) 编辑
摘要:https://suijimimashengcheng.bmcx.com/ 阅读全文
posted @ 2024-09-05 13:12 shiningrise 阅读(30) 评论(0) 推荐(0) 编辑
摘要:<?xml version="1.0" encoding="utf-8"?> <packages> <package id="SM23Crypto" version="1.0.0" targetFramework="net48" /> </packages> string smKey = "0485 阅读全文
posted @ 2024-09-03 13:46 shiningrise 阅读(67) 评论(0) 推荐(0) 编辑

// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css