原创 【從零開始找工作】測試開發面試初面總結

哈囉普惠: 看我簡歷上寫的用springboot開發,前端頁面怎麼向後端傳值? mysql慢查詢是怎麼回事? 有哪些質量保證方法?測試卡點?埋點測試? redis用來做什麼的? redis哪些基礎數據類型? redis怎麼備份? 怎麼量化

原创 【從零開始找工作】需要學習的知識

Java SpringBoot Vue、Angular Oracle python django swagger Linux shell Hadoop TCP/IP tomcat+ansible+jenkins Scrum知識 軟件測試方法

原创 【Maven Jenkins】No resource to compile 還有多少坑要踩。。。LongTimeNoSee

[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ toptown-webservice-vcrs ---[INFO] No sources to compile

原创 【Python學習】函數參數傳遞方法四種(位置,關鍵字,默認值,包裹位置,包裹關鍵字傳遞)

1. 位置傳遞: #--coding:utf-8-- def send(name,address): return 'package is sent to %s, located in %s' %(name, address)

原创 C# 數組在內存中的存儲

C# 數組是引用類型,那麼在內存中是如何存儲的呢?  在VS中調試C#程序,如何查看內存、寄存器、反彙編 在這篇文章裏看到了如何在VS 中查看內存 先斷點打在數組創建後語句那裏,點debug->Windows->Memory, 選一個隨

原创 SSIS Hekaton In-Memory OLTP 【翻譯一篇外國文章】

來自:http://www.itprotoday.com/microsoft-sql-server/important-new-features-sql-server-2014    Microsoft's new relea

原创 Selenium Edge Driver Python 自動化測試

Finally I got it. 沒有自動化過edge,今天被小坑了一下,但是還好現在弄好了。 1. 查看edge 版本,我的是14.14393   2. https://developer.microsoft.com/en-us/mi

原创 C# 鏈表反轉

鏈表反轉分這麼兩種情況, 一種是鏈表頭節點始終前置,那這時候需要傳一個頭節點特有的標記;(簡稱:頭不轉) HEAD->Test1->Test2->Test3->Test4 反轉後: HEAD->Test4->Test3->Test2->Te

原创 【Python學習】yield send我就說這麼多

C#的yield已經忘得差不多了。又遇到python的yield。iterator def testYield(): print 'yield1' m = yield 1 print 'm =' , m p

原创 【Python學習】iterator 迭代器小練習

http://anandology.com/python-practice-book/iterators.html  Problem 1: Write an iterator class reverse_iter, that takes a

原创 Python 寫了個小程序,耗時一天,結果才100多行

from selenium import webdriver import selenium.webdriver.support.ui as ui from selenium.webdriver.common.by import By f

原创 [pyqt4]mark

sip SIP must be installed before building and using PyQt4 必須安裝sip首先 https://riverbankcomputing.com/software/sip/download