首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏有困难要上,没有困难创造困难也要上!

    Maximo Attachments配置

    验证 访问 Work Orders -> Work Order Tracking 选择一个workorder,在详细页的 attachments 链接处上传附件。 在详细页的 attachments 链接里打开新上传的附件。

    18510编辑于 2024-06-06
  • 来自专栏iSharkFly

    Confluence 6.15 附件(Attachments )宏

    https://www.cwiki.us/display/CONF6ZH/Attachments+Macro (adsbygoogle = window.adsbygoogle || []).

    78320发布于 2019-08-30
  • 来自专栏iSharkFly

    Confluence 6.15 附件(Attachments )宏

    屏幕截图:附件宏显示一个附件的细节 https://www.cwiki.us/display/CONF6ZH/Attachments+Macro

    61220发布于 2019-08-28
  • 来自专栏每月技术成长

    cnb 云原生构建实践

    文件上传至 Release 中,而 cnbcool/attachments:latest 则支持将 任意 文件上传至 Release 中,前提是 tag 已有对应 Release。 因此,在 tag_push 的流水线中,建议先运行 git:release 创建对应 Release 并上传源码,再通过 cnbcool/attachments:latest 上传构建结果。 以下为 git:release、cnbcool/attachments:latest、一个前端项目 tag_push 示例。 :latest settings: attachments: - ". /dist.zip"参考文献:CNB Docs-流水线语法CNB Docs-tag_pushCNB Docs-git:releaseCNB Docs-cnbcool/attachments

    1.2K10编辑于 2025-07-19
  • 来自专栏雨临Lewis的博客

    JavaMail-发送一封简单邮件(附带附件)

    mailTo, final String mailCc, final String subject, final String content, final String[] attachments = null && attachments.length ! = 0) { final int length = attachments.length; if (length == 1) { if (length == 2) { attach1.attachFile(attachments[0]); attach2.attachFile (attachments[1]); multipart.addBodyPart(attach1); multipart.addBodyPart

    69020编辑于 2022-01-11
  • 来自专栏码匠的流水账

    聊聊dubbo-go的RPCInvocation

    : attachments, } } NewRPCInvocation方法实例化RPCInvocation NewRPCInvocationWithOptions dubbo-go-v1.4.2 map[string]string) option { return func(invo *RPCInvocation) { invo.attachments = attachments value } return defaultValue } AttachmentsByKey方法通过r.attachments[key]获取对应key的值 SetAttachments == nil { r.attachments = make(map[string]string) } r.attachments[key] = value } SetAttachments 方法通过r.attachments[key]给指定key赋值,如果r.attachments为nil则通过make创建 小结 RPCInvocation定义了methodName、parameterTypes

    35430发布于 2020-07-29
  • 来自专栏码匠的流水账

    聊聊dubbo-go的RPCInvocation

    : attachments, } } NewRPCInvocation方法实例化RPCInvocation NewRPCInvocationWithOptions dubbo-go-v1.4.2 map[string]string) option { return func(invo *RPCInvocation) { invo.attachments = attachments value } return defaultValue } AttachmentsByKey方法通过r.attachments[key]获取对应key的值 SetAttachments == nil { r.attachments = make(map[string]string) } r.attachments[key] = value } SetAttachments 方法通过r.attachments[key]给指定key赋值,如果r.attachments为nil则通过make创建 小结 RPCInvocation定义了methodName、parameterTypes

    36000发布于 2020-07-25
  • 来自专栏码匠的流水账

    聊聊dubbo的TokenFilter

    > serviceType = invoker.getInterface(); Map<String, String> attachments = inv.getAttachments (); String remoteToken = attachments == null ? null : attachments.get(TOKEN_KEY); if (! = new HashMap<String, String>(); attachments.put(TOKEN_KEY, token); Invocation invocation = Mockito.mock(Invocation.class); when(invocation.getAttachments()).thenReturn(attachments);

    91720发布于 2019-07-02
  • 来自专栏码匠的流水账

    聊聊dubbo-go的AccessLogFilter

    invocation protocol.Invocation) map[string]string { dataMap := make(map[string]string, 16) attachments := invocation.Attachments() dataMap[constant.INTERFACE_KEY] = attachments[constant.INTERFACE_KEY ] dataMap[constant.METHOD_KEY] = invocation.MethodName() dataMap[constant.VERSION_KEY] = attachments [constant.VERSION_KEY] dataMap[constant.GROUP_KEY] = attachments[constant.GROUP_KEY] dataMap[ [constant.LOCAL_ADDR] dataMap[constant.REMOTE_ADDR], _ = attachments[constant.REMOTE_ADDR] ​

    40400发布于 2020-07-14
  • 来自专栏数据库相关

    Windows使用Python发送邮件

    parser.add_argument('--recipients', '-r', type=str, help='参数1,收件人邮箱',required=True) parser.add_argument('--attachments required=True) args = vars(parser.parse_args()) print('收件人:', args['recipients']) print('附件:', args['attachments , 'attachments': [str(args['attachments'])], } server = zmail.server(username='xxxx@sina.com', \send_email.exe --help usage: send_email.exe [-h] --recipients RECIPIENTS --attachments ATTACHMENTS ATTACHMENTS, -a ATTACHMENTS 参数2,附件文件 执行exe测试发件功能: PS C:\Users\Administrator

    1.1K20编辑于 2022-11-21
  • qq邮件群发工具,邮件QQ批量发送工具,QQ群发邮箱脚本插件

    # 收件人列表文件路径RECIPIENTS_FILE = "recipients.csv"# 附件配置ATTACHMENTS_DIR = "attachments" csvfrom dataclasses if not os.path.exists(ATTACHMENTS_DIR): return None attachments = [] for filename in os.listdir(ATTACHMENTS_DIR): filepath = os.path.join(ATTACHMENTS_DIR, filename) if os.path.isfile(filepath): attachments.append(filepath) return attachments if = get_attachments() if attachments: print(f"检测到 {len(attachments)} 个附件") # 开始发送

    38610编辑于 2025-07-07
  • 邮箱批量发送邮件,QQ网易163新浪谷歌,邮件群发工具python版

    [row[0] for row in reader if row] def prepare_message(self, sender, receiver, subject, content, attachments : for file in attachments: with open(file, 'rb') as f: part sender, password) msg = self.prepare_message(sender, receiver, subject, content, attachments sender, password) msg = self.prepare_message(sender, receiver, subject, content, attachments sender.batch_send(email_account, email_password, recipients, subject, content, attachments) csvimport

    22510编辑于 2025-07-15
  • 来自专栏码匠的流水账

    聊聊dubbo的TokenFilter

    > serviceType = invoker.getInterface(); Map<String, String> attachments = inv.getAttachments (); String remoteToken = attachments == null ? null : attachments.get(TOKEN_KEY); if (! = new HashMap<String, String>(); attachments.put(TOKEN_KEY, token); Invocation invocation = Mockito.mock(Invocation.class); when(invocation.getAttachments()).thenReturn(attachments);

    92620发布于 2019-06-26
  • 来自专栏全栈程序员必看

    java实现邮件发送功能_电子邮件是啥

    package sendgrid; import com.sendgrid.Attachments; import com.sendgrid.Content; import com.sendgrid.Email attachments3 = new Attachments(); attachments3.setContent(new String(fileData, 0, (int) file.length( ), “UTF-8”)); attachments3.setType(“image/png”);//”application/pdf” attachments3.setFilename(“x.png”) ; attachments3.setDisposition(“attachment”); attachments3.setContentId(“Banner”); mail.addAttachments (attachments3); MailSettings mailSettings = new MailSettings(); Setting sandBoxMode = new Setting();

    1.7K10编辑于 2022-11-01
  • 来自专栏iSharkFly

    Confluence 6 数据库表和参考 原

    _AOUSER ID AO_9412A1_USER_APP_LINK USER_ID fk_ao_9412a1_user_app_link_user_id AO_9412A1_AOUSER_pkey attachments attachmentid attachmentdata attachmentid fk9dc3e34d34a4917e attachments_pkey attachments attachmentid attachments prevver fk54475f9017d4a070 attachments_pkey attachments attachmentid content_label attachmentid fkf0e7436e34a4917e attachments_pkey attachments attachmentid imagedetails attachmentid fka768048734a4917e attachments_pkey content contentid attachments pageid fk54475f908c38fbea content_pkey content contentid

    1.1K40发布于 2019-01-31
  • 来自专栏数据森麟

    用Python自动化管理邮件简直太方便了,三个实用小例子带你体会!

    = '' if message.attachments: for attachment in message.attachments: print(uid, name, email, title, email_date, email_time) print(text, attachments if attachments = '' if message.attachments: for attachment in message.attachments: = '' if message.attachments: for attachment in message.attachments: = '' if message.attachments: for attachment in message.attachments:

    1.9K30发布于 2021-03-09
  • 来自专栏捉虫大师

    聊聊dubbo协议2

    在《聊聊dubbo协议》中介绍了attachments在consumer和provider间的传递情况,有个疑问没有给出答案。 consumer在收到provider的请求返回时,处理流程如下: DecodeableRpcResult->decode->case DubboCodec.RESPONSE_VALUE_WITH_ATTACHMENTS RpcResultt的attachments通过filter塞到RpcContext中去,这样我们就能拿到隐式参数了。 而在2.7.x中,Result的attachments没有被使用到 ? 而在2.7.x中,RpcResult没了,新增了AsyncRpcResult和AppResponse,AppResponse是真实的返回数据,它的attachments是存在隐式参数的,但它会被包装在AsyncRpcResult 中,invoke拿到的是AsyncRpcResult,此时从AppResponse中解出数据时丢了attachments

    82821发布于 2021-03-03
  • 来自专栏iSharkFly

    Confluence 6 如何备份存储文件和页面信息

    下面是存储的示例: Listing for test-2006033012_00_00.zip \attachments\98\10001 \attachments\ 98\10002 \attachments\99\10001 entities.xml 在附件存储目录中,每一个目录的数字定义了一个页面 例如,文件 \attachments\98\10001 是一个附件,这个附件对应的页面 id 为 98 同时附件的 id 为 10001。 </object> https://www.cwiki.us/display/CONF6ZH/Retrieving+File+Attachments+from+a+Backup

    1.1K30发布于 2019-01-31
  • QQ邮件群发工具,批量发送邮件软件,python即可实现

    def send_email(self, to_email, subject, content, content_type="plain", attachments =None): if attachments is None: attachments = [] msg = MIMEMultipart : List[str] = None): """批量发送邮件,带有延迟和重试机制""" if attachments is None: attachments = [] if sender.send_email(recipient, subject, content, attachments =args.attachments ) finally: sender.close()if __name__ == "__main__": main()

    33210编辑于 2025-07-07
  • 来自专栏追不上乌龟的兔子

    使用Python发送邮件

    sender_email: str, receiver_email: str, subject: str, content: str, attachments ] = receiver_email message.attach(MIMEText(content, 'plain')) for name, binary_content in attachments return message def send_email(receiver_email: str, subject: str, content: str, attachments message = make_message(sender_email, receiver_email, subject, content, attachments

    83010编辑于 2023-04-13
领券