Skip to main content

Posts

Showing posts from 2019

S., Ship of Theseus, 希修斯之船, 忒修斯之船

剛過完年就手入了呢本書(定系玩物先啱呢?) 。不過仲末開封, 我估自己最多都系跟住"攻略"走一次,不過仲未有時間抽出黎。呢篇blog系記低D攻略用嘅 @.@ Reference S., Wikipedia, https://en.m.wikipedia.org/wiki/S._(Dorst_novel) S.【中文版全球獨家收藏盒】太有趣的閱讀經驗了, 2014 Sep 16, https://maybird.pixnet.net/blog/post/41401138 【S.忒修斯之船】挑战烧脑神书!, 2018 Nov 18, https://zhuanlan.zhihu.com/p/24727747 忒修斯之船驾驶指南:如何阅读神秘的纸质书《S.》, 2016 Jul 14 , http://culture.ifeng.com/a/20160714/49352778_0.shtml 《S.》:一场关于抉择,救赎和爱的冒险旅程, Tingyue・关于专栏, https://zhuanlan.zhihu.com/shipoftheseus 《S.》的阅读建议1—泛读与细读, Tingyue, 2016 Aug 19, https://zhuanlan.zhihu.com/p/21486131

JMeter as Code (with FitNesse)

Try to execute the JMeter test script (the JMX file) in FitNesse. 1. Create a JMX file. 2. Create a Java class aim for FitNesse test. Extending ColumnFixture ( http://www.fitnesse.org/FitNesse.UserGuide.WritingAcceptanceTests.FitFramework.ColumnFixture ) for its ease of use. 3. Since JMeter does not stored the Assertion Result, create a SamplerListener class extending Visualizer ( https://jmeter.apache.org/api/org/apache/jmeter/visualizers/Visualizer.html ) and add to all the ResultCollector ( https://jmeter.apache.org/api/org/apache/jmeter/reporters/ResultCollector.html ) with #setListener method ( https://jmeter.apache.org/api/org/apache/jmeter/reporters/AbstractListenerElement.html#setListener-org.apache.jmeter.visualizers.Visualizer- ). The SamplerListener#isAllAssertionPassed will return false when there is any sampler evaluated as false (either error or failure). e.g. SearchByClass samplerSearch = new SearchByClass(ResultCollection.class); testPlanHashTree.traverse(s...

Get Google Cloud Certified at Next '19: What you need to know

Get Google Cloud Certified at Next '19: What you need to know https://cloud.google.com/blog/topics/training-certifications/get-google-cloud-certified-at-next-19-what-you-need-to-know webinars Security on Google Cloud Platform: Getting Started and Getting Certified, https://cloudonair.withgoogle.com/events/americas?expand=talk:mar8-security-gcp webinar Data Engineering on Google Cloud Platform: Build your Expertise and Get Google Cloud Certified, https://cloudonair.withgoogle.com/events/americas?expand=talk:data-engineer-cert Training https://www.coursera.org/learn/preparing-cloud-professional-cloud-architect-exam Training https://www.coursera.org/learn/preparing-cloud-professional-data-engineer-exam