原创 PICT 下載

下載地址   http://download.microsoft.com/download/f/5/5/f55484df-8494-48fa-8dbd-8c6f76cc014b/pict33.msi   點贊 收藏

原创 jmeter 格式化response headers 爲key:value後讀取

  //SampleResult需要import對象 import org.apache.jmeter.samplers.SampleResult; SampleResult result = ctx.getPreviousRes

原创 hackerrank String 4 String Validators

  Task You are given a string . Your task is to find out if the string  contains: alphanumeric characters, alphabetical

原创 hackerrank -python --List 3

Given the names and grades for each student in a Physics class of  students, store them in a nested list and print the

原创 hackerrank -python --List 4

Given the participants' score sheet for your University Sports Day, you are required to find the runner-up score. You a

原创 Error while trying to retrieve text for error ORA-12154

背景:oracle客戶端爲10 ,想單獨升級客戶端版本到11.2,找不到升級方法(爲啥找不到),將原先客戶端卸載後,安裝11.2版本,配置了tnsnames.ora文件後, 1. 設置環境變量  ORACLE_HOME 爲安裝路徑 D:\

原创 查看selenium版本

此方法在pycharm裏執行 1. 打開命令行,輸入python F:\autotest\pycharm\test1>python Python 3.7.4 (tags/v3.7.4:e09359112e, Jul  8 2019, 19

原创 pycharm無法打開ini文件--手動添加Ini4Idea

1. 查看pycharm版本號,help --> About。 2. 進入官網:http://plugins.jetbrains.com,選中pycharm及相關版本,搜索ini,切到版本,下載與pycharm版本最近的插件 3. 在

原创 mac 安裝後無法打開

場景是需要遠程連接工具,在網上下了Microsoft Remote Desktop for mac 安裝後發現無法打開,因爲只允許App Store 和被認可的開發者,解決方法如下: 打開 系統偏好設置--安全性與隱私  ,點擊左下角的鎖

原创 uuid 低級錯誤 'module' object has no attribute 'uuid1'

執行如下文件,報錯 'module' object has no attribute 'uuid1',然後到stackoverflow啃英語,嗯,最後呢,原來你是因爲我把文件名命名爲 uuid.py,低級錯誤。。記錄下謹記。 #enco

原创 python 獲取路徑方法

#coding=utf8 import os #realpath() 獲得的是該方法所在的腳本的路徑 def getpath_realpath(): ##獲取當前文件位置 file = os.path.realpat

原创 python format遇上花括號{}

使用format時,字符串裏處理變量還有其他的花括號,只要用{{ }} 代替{}即可,例子如下,將非變量的{}修改成{{}},不再報錯

原创 pycharm 自動換行設置

File-> Setting-> Editor-> General 勾選上“Use soft wraps in editor” OK

原创 34個數據庫常見面試題講解

34個數據庫常見面試題講解1、觸發器的作用?觸發器是一中特殊的存儲過程,主要是通過事件來觸發而被執行的。它可以強化約束,來維護數據的完整性和一致性,可以跟蹤數據庫內的操作從而不允許未經許可的更新和變化。可以聯級運算。如,某表上的觸發器上包

原创 數據庫索引到底是什麼,是怎樣工作的?

我們通過一個簡單的例子來開始教程,解釋爲什麼我們需要數據庫索引。假設我們有一個數據庫表 Employee, 這個表有三個字段(列)分別是 Employee_Name、Employee_Age 和Employee_Address。假設表Em