公告板
版本库
filestore
活动
搜索
登录
main
/
izjun
掌骏平台的项目文件
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
新增过滤ID条件,符合过滤ID的不进行审核,过滤ID:传入一级ID自动获取到其下及本身所有ID,均不进行过滤,也可传入子ID
wangsheng
2021-09-09
6ee5f70d0b3e5bf50a43a71af18624dcabbb2d0c
[izjun.git]
/
掌骏平台自动审核
/
TestTemplate
/
bin
/
Debug
/
TestTemplate.exe.config
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<connectionStrings>
<!--<add name="ConnectionString" connectionString="server=.;uid=yzm;pwd=zjunmedia587GM$$;database=smsdb" providerName="System.Data.SqlClient"/>-->
<add name="ConnectionString" connectionString="Data Source=DESKTOP-MMFLSTG;Initial Catalog=smsdb;Integrated Security=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>