|
|
@@ -11,30 +11,30 @@ namespace UAS_LabelMachine
|
|
|
public class DataHelper
|
|
|
{
|
|
|
|
|
|
- //深爱地址
|
|
|
- private readonly string ConnectionStrings = "Data Source=172.16.0.22/orcl;User ID=SZSI_P;PassWord=select!#%*(";
|
|
|
+ ////深爱地址
|
|
|
+ //private readonly string ConnectionStrings = "Data Source=172.16.0.22/orcl;User ID=SZSI_P;PassWord=select!#%*(";
|
|
|
|
|
|
- private readonly string IPConnectionStrings = "Data Source=172.16.0.22/orcl;User ID=SZSI_P;PassWord=select!#%*(";
|
|
|
- //深爱ERP地址
|
|
|
- public static readonly string ERPAddesss = "http://172.16.0.20:8099/ERP/";
|
|
|
- //深爱FTP
|
|
|
- public static readonly string FTPAddress = "ftp://172.16.0.22|vsftpd|vsftpd";
|
|
|
+ //private readonly string IPConnectionStrings = "Data Source=172.16.0.22/orcl;User ID=SZSI_P;PassWord=select!#%*(";
|
|
|
+ ////深爱ERP地址
|
|
|
+ //public static readonly string ERPAddesss = "http://172.16.0.20:8099/ERP/";
|
|
|
+ ////深爱FTP
|
|
|
+ //public static readonly string FTPAddress = "ftp://172.16.0.22|vsftpd|vsftpd";
|
|
|
|
|
|
- public static readonly string InnerFTPAddress = "ftp://172.16.0.22|vsftpd|vsftpd";
|
|
|
- //Oracle端口
|
|
|
- public static readonly string OraclePort = "1521";
|
|
|
+ //public static readonly string InnerFTPAddress = "ftp://172.16.0.22|vsftpd|vsftpd";
|
|
|
+ ////Oracle端口
|
|
|
+ //public static readonly string OraclePort = "1521";
|
|
|
|
|
|
- //private readonly string ConnectionStrings = "Data Source=183.237.197.78/orcl;User ID=N_HC;PassWord=select!#%*(";
|
|
|
+ private readonly string ConnectionStrings = "Data Source=183.237.197.78/orcl;User ID=N_HC;PassWord=select!#%*(";
|
|
|
|
|
|
- //private readonly string IPConnectionStrings = "Data Source=183.237.197.78/orcl;User ID=N_HC;PassWord=select!#%*(";
|
|
|
- ////海创ERP地址
|
|
|
- //public static readonly string ERPAddesss = "http://183.237.197.78:8099/ERP/";
|
|
|
- ////海创FTP
|
|
|
- //public static readonly string FTPAddress = "ftp://183.237.197.78|HCFTP|Admin1@#";
|
|
|
+ private readonly string IPConnectionStrings = "Data Source=183.237.197.78/orcl;User ID=N_HC;PassWord=select!#%*(";
|
|
|
+ //海创ERP地址
|
|
|
+ public static readonly string ERPAddesss = "http://183.237.197.78:8099/ERP/";
|
|
|
+ //海创FTP
|
|
|
+ public static readonly string FTPAddress = "ftp://183.237.197.78|HCFTP|Admin1@#";
|
|
|
|
|
|
- //public static readonly string InnerFTPAddress = "ftp://192.168.1.8|HCFTP|Admin1@#";
|
|
|
- ////Oracle端口
|
|
|
- //public static readonly string OraclePort = "1521";
|
|
|
+ public static readonly string InnerFTPAddress = "ftp://192.168.1.8|HCFTP|Admin1@#";
|
|
|
+ //Oracle端口
|
|
|
+ public static readonly string OraclePort = "1521";
|
|
|
|
|
|
////凯而高地址
|
|
|
//private readonly string ConnectionStrings = "Connection Timeout=0;Pooling=false;Password=select!#%*(;User ID=KRG_TEST;Pooling=false;Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=112.25.154.186)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl)));";
|