将<component name="ChangeListManager"> <list default="true" id="55bc6300-9d7c-4ac5-9546-1310814122e4" name="Default Changelist" comment="" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component>改为JSON格式文件
时间: 2023-07-03 11:03:53 浏览: 114
{
"component": {
"name": "ChangeListManager",
"list": {
"default": true,
"id": "55bc6300-9d7c-4ac5-9546-1310814122e4",
"name": "Default Changelist",
"comment": ""
},
"option": [
{
"name": "SHOW_DIALOG",
"value": false
},
{
"name": "HIGHLIGHT_CONFLICTS",
"value": true
},
{
"name": "HIGHLIGHT_NON_ACTIVE_CHANGELIST",
"value": false
},
{
"name": "LAST_RESOLUTION",
"value": "IGNORE"
}
]
}
}
相关问题
将<component name="ChangeListManager"> <list default="true" id="55bc6300-9d7c-4ac5-9546-1310814122e4" name="Default Changelist" comment="" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" 改为JSON格式文件
{
"component": {
"name": "ChangeListManager",
"list": [
{
"default": true,
"id": "55bc6300-9d7c-4ac5-9546-1310814122e4",
"name": "Default Changelist",
"comment": ""
}
],
"option": [
{
"name": "SHOW_DIALOG",
"value": false
},
{
"name": "HIGHLIGHT_CONFLICTS",
"value": true
}
]
}
}
将 <component name="ChangeListManager"> <list default="true" id="55bc6300-9d7c-4ac5-9546-1310814122e4" name="Default Changelist" comment="" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="FileTemplateManagerImpl"> <option name="RECENT_TEMPLATES"> <list> <option value="JavaScript File" /> <option value="HTML File" /> <option value="CSS File" /> </list> </option> </component> <component name="ProjectId" id="22ADPnwPVbikpEfJ4iy8recGNZC" /> <component name="ProjectViewState"> <option name="hideEmptyMiddlePackages" value="true" /> <option name="showLibraryContents" value="true" /> </component>改为JSON文件
{
"ChangeListManager": {
"list": [
{
"default": true,
"id": "55bc6300-9d7c-4ac5-9546-1310814122e4",
"name": "Default Changelist",
"comment": ""
}
],
"SHOW_DIALOG": false,
"HIGHLIGHT_CONFLICTS": true,
"HIGHLIGHT_NON_ACTIVE_CHANGELIST": false,
"LAST_RESOLUTION": "IGNORE"
},
"FileTemplateManagerImpl": {
"RECENT_TEMPLATES": [
"JavaScript File",
"HTML File",
"CSS File"
]
},
"ProjectId": {
"id": "22ADPnwPVbikpEfJ4iy8recGNZC"
},
"ProjectViewState": {
"hideEmptyMiddlePackages": true,
"showLibraryContents": true
}
}
阅读全文
相关推荐











5秒盾var article_info = { "cms_article_id": 17757, "np_article_id": 18540, "article_name": "18540", "article_title": "Prolonged dry season \u2018could lead to forest fires\u2019", "article_headline": "", "article_subtitle": "", "article_body": "Citizens across the country are being urged to take proactive measures to prevent potential blazes that could devastate natural landscapes, as the prolonged dry season could lead to forest fires, Rwanda Forestry Authority (RFA) has warned.<\/p>\r\r<meta charset=\"UTF-8\" \/><\/p>\r\r\u201cAll citizens are urged to exercise caution and refrain from activities that could potentially spark fires,\u201d the RFA said in a statement on Tuesday, June 18.<\/p>\r\r\u201cDuring this dry period, forest fires can spread rapidly. It is imperative for every Rwandan to avoid actions such as smoking near forests, careless disposal of cigarettes, uncontrolled charcoal burning, and chaotic honey harvesting practices.\u201d<\/p>\r\rALSO READ: <\/b>Public warned against starting wildfires as blaze guts part of Nyungwe forest<\/a><\/u><\/b><\/p>\r\rParents are advised to supervise their children, particularly those engaging in activities like outdoor roasting, as their actions can inadvertently lead to fires reaching forested areas, added the warning.<\/p>\r\r\u201cThe consequences of forest fires are profound, devastating ecosystems and endangering wildlife. Moreover, the smoke emitted during fires poses serious health risks, resulting in respiratory illnesses as it affects the quality of the air.\u2




