首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏新亮笔记

    关于处理电商系统订单状态的流转,分享下我的技术方案(附带源码)

    "已锁定", } // statusEvent 定义订单状态对应的可操作事件 var statusEvent = map[State][]Event{ StatusDefault: {EventCreate 定义事件 // 定义订单事件 const ( EventCreate = Event("创建订单") EventConfirm = Event("确定订单") EventModify = Event ("修改订单") EventPay = Event("支付订单") ) // 定义订单事件对应的处理方法 var eventHandler = map[Event]Handler{ EventCreate { fmt.Println(err.Error()) return } // 创建订单,订单创建成功后再给用户发送短信 if _, err = orderMachine.Call(order.EventCreate

    87520发布于 2021-07-20
  • 来自专栏信安之路

    威胁狩猎系列文章之十到十二

    设定每天执行的计划任务,扫描用户的注册表 HKCU 键值,并将结果输出到系统事件日志,(即使用 EventCreate.exe 创建相关日志)可以帮助检测所谓的“无文件攻击”。 ? 因此我们可以创建一个脚本来扫描 HKCU 注册表,并使用 EventCreate.exe 或 Write-EventLog 输出扫描到的任何内容。

    1.1K30发布于 2019-05-15
  • 来自专栏Bypass

    Windows 入侵痕迹清理技巧

    github项目地址:https://github.com/QAX-A-Team/EventCleaner (5)Windows日志伪造 使用eventcreate这个命令行工具来伪造日志或者使用自定义的大量垃圾信息覆盖现有日志 eventcreate -l system -so administrator -t warning -d "this is a test" -id 500 02、IIS日志 IIS默认日志路径: %SystemDrive

    4.1K12发布于 2020-09-16
  • 来自专栏salesforce零基础学习

    Salesforce LWC学习(十九) 针对 lightning-input-field的label值重写

    eventCreate.html:用于关联需要创建Event的几个字段,因为Event不能使用 lightning-record-edit-form,所以将 暂时绑定 到Account,OwnerId </lightning-layout> </lightning-record-edit-form> </lightning-card> </template> eventCreate.js import { LightningElement,track } from 'lwc'; export default class EventCreate extends LightningElement

    1.5K10发布于 2020-07-21
  • 来自专栏基础项目部署

    Wazuh部署操作

    WINDIR%</directories><directories recursion\_level="0"restrict="at.exe$|attrib.exe$|cacls.exe$|cmd.exe$|<em>eventcreate</em>.exe --><directories recursion\_level="0" restrict="at.exe$|attrib.exe$|cacls.exe$|cmd.exe$|<em>eventcreate</em>.exe

    2.1K20编辑于 2024-08-16
领券