From 733aca1e22e5b4cecdce37238b9ff43027b2615e Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 04 七月 2022 12:15:43 +0800
Subject: [PATCH] 提交
---
zhengcaioa/Crawler/Program.cs | 1 +
zhengcaioa/Crawler/sichuan/sichuanoperation.cs | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/zhengcaioa/Crawler/Program.cs b/zhengcaioa/Crawler/Program.cs
index 8c24ce4..98b3c75 100644
--- a/zhengcaioa/Crawler/Program.cs
+++ b/zhengcaioa/Crawler/Program.cs
@@ -14,6 +14,7 @@
class Program
{
public static string connection = @"server=.;database=WebCrawler;uid=sa;pwd=123456;";
+ //public static string connection = @"server=172.26.97.147;database=WebCrawler;uid=sa;pwd=Za20222812;";
static void Main(string[] args)
{
diff --git a/zhengcaioa/Crawler/sichuan/sichuanoperation.cs b/zhengcaioa/Crawler/sichuan/sichuanoperation.cs
index 010dcdd..8026fde 100644
--- a/zhengcaioa/Crawler/sichuan/sichuanoperation.cs
+++ b/zhengcaioa/Crawler/sichuan/sichuanoperation.cs
@@ -13,6 +13,7 @@
public class sichuanoperation
{
public static string api_domain = "http://192.168.0.116:9200";
+ //public static string api_domain = "http://localhost:9200";
public static string sichuanpageurll = "https://zfcg.scsczt.cn";
public static void operations(WebCrawlerContext _ccontext)
{
--
Gitblit v1.9.1