在Visual Studio中,例如VS2012,如何显示多个shares_schema
窗口,例如在TFS中进行比较操作时?
因此,不是重新使用此shares_schema = {
'crystal_id': {
'type': 'objectid',
'required': True,
'data_relation': {
'resource': 'crystals',
'embeddable': True,
},
},
'user_id': {
'type': 'objectid',
'required': True,
'data_relation': {
'resource': 'users',
'embeddable': True,
},
},
}
shares = {
'internal_resource': True,
'schema': shares_schema,
}
crystals_shares = {
'schema': shares_schema,
'url': 'crystals/<regex("[a-f0-9]{24}"):crystal_id>/shares',
'datasource': {'source': 'shares'},
}
选项卡,而是只为您执行的每个比较操作打开一个,完成后需要关闭它们。