Z.ZHANG 10 月 24, 2018 1 min read Python Unit Test import unittest class TestStringMethods(unittest.TestCa… Read more...
Z.ZHANG 10 月 19, 2018 2 min read Python Context Manager File Context Manager Solving: not closing opened files…. Read more...
Z.ZHANG 9 月 11, 2018 1 min read Enable Bluetooth Headphone on Ubuntu 16.04 Take Bose QuietComfort 35 II as an example: 1. Plug in … Read more...
Z.ZHANG 8 月 7, 2018 1 min read JSON JSON: JavaScript Object Notation. JSON supports these t… Read more...
Z.ZHANG 8 月 6, 2018 2 min read Object-Oriented Programming Properties: Encapsulation Inheritance Polymorphism Over… Read more...
Z.ZHANG 8 月 6, 2018 1 min read Jira JIRA is most commonly used to track tasks, defects, and… Read more...
Z.ZHANG 6 月 22, 2018 2 min read Errors and Exceptions in Python >>> def divide(x, y): … try: … result = x … Read more...