python3学习手册"type"="table" and "tbl_name"="tb_test";') result = sqlite_cursor.fetchall() # fetchall()从结果中获取 所有记录,返回一个list,元素为(即查询到的结果) print("tables: ", result) if len(result) == 0: # 若未查询到有此表,则创建此表 sqlite_cursor tb_test limit 1000") result = sqlite_cursor2.fetchall() # fetchall()从结果中获 取所有记录,返回一个list,元素为 (即查询到的结果) print(result) sqlite_cursor2.execute("select * from tb_test limit 1000") result2 = sqlite_cursor2 到的结果) print(result2) sqlite_cursor2.execute("select * from tb_test limit 1000") result3 = sqlite_cursor2.fetchmany(3) # fetchone()从结果 中获取多条记录(3条)返回一个list,元素为 (即查询到的结果) print(result3) sqlite_cursor2 0 码力 | 213 页 | 3.53 MB | 1 年前3
The DevOps HandbookAutomated tests 6. Project artifacts – documentation, procedures, etc. 7. Application configuration files 8. This also includes pre-production and build processes 9. Tools iv. 2014 State of DevOps Report environment interactions 3. Ch. 10 Enable Fast and Reliable Automated Testing a. Undesired outcomes result from finding and fixes errors in a separate test phase. b. Delayed feedback fades the cause & effect tests. Spread Testing Grouplet team approach. Google – single, share repository of billions of files. 50% of code is changed each month. 40K code commits/day, 120K automated test suites, 75M tests cases/day0 码力 | 8 页 | 23.08 KB | 5 月前3
The DevOps Handbooksizes. 2. Large batch sizes result in skyrocketing levels of WIP and high levels of variability in flow that cascade through the entire manufacturing plant. The result is long lead times and poor quality that causes delay for the customer, such as activities that can be bypassed without affecting the result. The following categories of waste and hardship come from Implementing Lean Software Development0 码力 | 8 页 | 22.57 KB | 5 月前3
The DevOps Handbookhypothesis 1. Barry O’Reilly, Lean Enterprise describes as: We Believe thatWill Result in . We WillHave Confidence To Proceed When result. Pairs typically consider more design alternatives than programmers working alone and arrive at 0 码力 | 8 页 | 24.02 KB | 5 月前3
The DevOps HandbookMonitoring and analysis tools 6. Tutorials and standards ii. Google – Single repository with over 1B files and over 2B SLOC, over 25K engineers for every Google property d. SPREAD KNOWLEDGE BY USING AUTOMATED0 码力 | 9 页 | 25.13 KB | 5 月前3
git 操作手册#查看当前工作目录和暂存区的状态 On branch master No commits yet nothing to commit (create/copy files and use "git add" to track) # echo 'print("hello world")' > main.py #随便创建一个文件 # git0 码力 | 35 页 | 1.69 MB | 1 年前3
A Seat at the Table: IT Leadership in the Age of Agility - Part 2which developers can produce something, get feedback, and then adjust what they have produced. As a result, the code can be developed in a user-centric way and match the enterprise’s needs precisely. Risk0 码力 | 7 页 | 387.61 KB | 5 月前3
A Seat at the Table - IT Leadership in the Age of Agilityand compare. We are comfortable with the ideathat we will break things in testing, because the end result of doing so is that we can make a decision more quickly and with more good information available0 码力 | 7 页 | 387.48 KB | 5 月前3
共 8 条
- 1













