戈壁堂

Knowledge Is Action

Setup-Selenium-with-ChromeDriver-on-Ubuntu-18-04

link to JianShu https://tecadmin.net/setup-selenium-chromedriver-on-ubuntu/ https://stackoverflow.com/a/34343755/1087122 Selenium is only a library, and as such it does not particularly care if you are running it on a system that is equipped with a GUI. What you are probably asking is: If I use Selenium to open a browser, is that browser going to work on a system with no GUI. The answer to this is: it depends! There are headless browsers: browsers

SIM-card-terminology

link on JianShu ###SIM wiki SIM_card A subscriber identity module or subscriber identification module (SIM), widely known as a SIM card, is an integrated circuit that is intended to securely store the international mobile subscriber identity (IMSI) number and its related key The SIM circuit is part of the function of a universal integrated circuit card (UICC) physical smart card, which is usually made of PVC with embedded contacts and semiconductors.

since0305

旧常识书单 0305 link to JianShu 两年前就收到这份书单了。一直没开始看。 来自微博@旧常识的推荐 2月4日 09:16 这个书单是两年前列的,今天第一次改动,加了两本经济学

Sonar-Web-api(一)

link on JianShu 数据库定义,但 不建议直接查询DB,使用Sonar提供的Web_Api,默认在SonarQube服务的/web_api下可以查看到提供的

Sonar-Web-api(二)

link on JianShu 每个项目主页: http://example.sonar.com/dashboard?id=growth_client:restful-api-seller 主页的核心数据来源: http://example.sonar.com/api/measures/component?additionalFields=metrics,periods&component=projectGroup1:projectNameExample&metricKeys=alert_status,quality_gate_details,bugs,new_bugs,reliability_rating,new_reliability_rating,vulnerabilities,new_vulnerabilities,security_rating,new_security_rating,code_smells,new_code_smells,sqale_rating,new_maintainability_rating,sqale_index,new_technical_debt,coverage,new_coverage,new_lines_to_cover,tests,duplicated_lines_density,new_duplicated_lines_density,duplicated_blocks,ncloc,ncloc_language_distribution,projects,new_lines 最近一次current扫描时间信息: http://example.sonar.com/api/ce/component?component=projectGroup1:projectNameExample { "queue":[ ], "current":{ "id":"AW7LG4x5rEHtiKcxk1nN", "type":"REPORT", "componentId":"AWvpaqUHahV-mFVL-A1-", "componentKey":"projectGroup1:projectNameExample", "componentName":"projectGroup1:projectNameExample", "componentQualifier":"TRK", "analysisId":"AW7LG5GFQzwg82DVBAfm", "status":"SUCCESS", "submittedAt":"2019-12-03T17:33:30+0800", "submitterLogin":"admin", "startedAt":"2019-12-03T17:33:31+0800", "executedAt":"2019-12-03T17:33:33+0800", "executionTimeMs":1694, "logs":false, "hasScannerContext":true, "organization":"default-organization", "warningCount":1, "warnings":[ ] } } 查询me