origami

16 种原型设计工具及其使用场景

元气小坏坏 提交于 2021-02-08 19:50:16
简评: 每个人都在问:“哪个原型设计工具是最好的?!” 这是个错误的问题。正确的问法应该是:“哪个原型设计工具对我现阶段的目标是最好的?” ▎ 在开始设计原型时首先明确这四个问题: 原型设计是设计思维过程中的一个密切部分,它让我们有机会去证明我们的疯狂想法。当原型完成时,我们测试并验证我们的设想。当有新信息出现时,我们还会调整我们的设计。 但是我们如何知道我们该使用哪种工具呢?原型应该设计到哪个地步呢?无论你到原型设计的哪一个步骤,这里的四个问题你都应该注意: 你是在为手机、平板还是桌面做设计呢? 你的原型需要什么程度的保真度? 你需要多少时间完成设计? 你需要多少经验去展示? ▎六 种场景和每种场景下合适的原型设计工具 我将给你举些例子来说明我的观点,告诉你每个场景中哪个原型设计工具是最好的。我们将使用上面概述的问题为每个场景创建上下文。 一、快速的在线原型界面设计 在项目立项之初,可能会涉及多方同事协同,包括设计、产品、运营,以及团队的领导,这个时候通常会采用在线工具,方便迅速地给团队提供原型预览。 这一阶段的原型设计工具,推荐 摹客 :同时具备 强大的高保真原型设计能力 和 团队协作能力 。不仅保证了快速产出和精细设计两不误,同时满足产品经理、设计师的需要,在线工具的协作能力更是不容小觑:多人实时编辑,便捷的团队评审,工程师查看页面数据、复制代码等强大功能非常适合团队使用。

Signed PDF verification in Origami with an Adobe PKCS#7 certificate

孤街醉人 提交于 2019-12-08 02:47:35
问题 Summarized and clarified: Using origami, extracting a certificate from a signed pdf (signed within e.g. Adobe Reader) I cannot verify the signature: origami = Origami::PDF.read(File.open('/path/to/file.pdf', 'r')) pdf_signature = origami.signature[:Contents] cert = OpenSSL::PKCS7.new(pdf_signature).certificates.first origami.verify(trusted_certs: [cert]) #=> false As far as I can tell, this should always be true. So maybe Adobe uses a different byte range that it takes a SHA of when signing

Signed PDF verification in Origami with an Adobe PKCS#7 certificate

拟墨画扇 提交于 2019-12-06 13:37:58
Summarized and clarified: Using origami, extracting a certificate from a signed pdf (signed within e.g. Adobe Reader) I cannot verify the signature: origami = Origami::PDF.read(File.open('/path/to/file.pdf', 'r')) pdf_signature = origami.signature[:Contents] cert = OpenSSL::PKCS7.new(pdf_signature).certificates.first origami.verify(trusted_certs: [cert]) #=> false As far as I can tell, this should always be true. So maybe Adobe uses a different byte range that it takes a SHA of when signing the PDF? How do I get that verify to work? If it's any help, after tiptoing through the changes on

Save panes layout generated by Origami in Sublime Text 2

徘徊边缘 提交于 2019-12-06 04:36:22
问题 Thanks to this great plugin : Origami I am able to obtain the following layout : How could I save this view to call it from the view/layout menu ? 回答1: You can get the layout data from the Auto Save Session.sublime-session file, under the "layout": key. This file is in standard JSON format, and can be opened in ST2 just fine (select View->Syntax->JavaScript->JSON for syntax highlighting if you want). For OSX, this file is (probably, I'm not in front of my Mac at the moment to verify) located

Save panes layout generated by Origami in Sublime Text 2

六月ゝ 毕业季﹏ 提交于 2019-12-04 12:50:31
Thanks to this great plugin : Origami I am able to obtain the following layout : How could I save this view to call it from the view/layout menu ? MattDMo You can get the layout data from the Auto Save Session.sublime-session file, under the "layout": key. This file is in standard JSON format, and can be opened in ST2 just fine (select View->Syntax->JavaScript->JSON for syntax highlighting if you want). For OSX, this file is (probably, I'm not in front of my Mac at the moment to verify) located in ~/Library/Application Support/Sublime Text 2/Settings - it should be in the same directory as the