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. SIM cards are transferable between different mobile devices. The first UICC smart cards were the size of credit and bank cards; sizes were reduced several times over the years, usually keeping electrical contacts the same, so that a larger card could be cut down to a smaller size.
旧常识书单
0305 link to JianShu
两年前就收到这份书单了。一直没开始看。
来自微博@旧常识的推荐
link on JianShu
数据库定义,但 不建议直接查询DB,使用Sonar提供的Web_Api,默认在SonarQube服务的/web_api下可以查看到提供的所有API信息,如http://localhost:9000/web_api/api/project_analyses
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":[
]
}
}
link on JianShu
基本上开箱即用。
安装
手动下载:
不同版本
下载到本地,然后从Idea的settings->Plugins->settings install plugin from disk
,需要保留zip包的形式。
下载针对idea的zip包:https://www.sonarlint.org/intellij/