- VS查看源代码
- 源码下载Reference Source
- nuget下一个reflector插件,f12直接可以看源码
- 装ReSharper
- 官方说明
设置项在:选项→文本编辑器→高级→启动导航到反编译源(Vs2017 15.6版本以上)
- C#反编译工具 Reference Blog
- 修改baseURL:
查找属性值
select propertyvalue from propertyentry PE
join propertystring PS on PE.id=PS.id
where PE.property_key = 'jira.baseurl'修改
UPDATE ps SET PS.propertyvalue='http://{domain}:8080' from propertyentry PE
join propertystring PS on PE.id=PS.id
where PE.property_key = 'jira.baseurl'