username@email.com
昨天 d4431c7e89865a506af8662244004d0baa7ed609
zhengcaioa/Crawler/sichuan/sichuanoperation.cs
@@ -321,7 +321,7 @@
                        {
                            currPage += 1;
                        }
                        Thread.CurrentThread.Join(1000 * 2);//阻止设定时间
                        Thread.CurrentThread.Join(1000 * 20);//阻止设定时间
                    }
@@ -608,7 +608,7 @@
                        {
                            currPage += 1;
                        }
                        Thread.CurrentThread.Join(1000 * 2);//阻止设定时间
                        Thread.CurrentThread.Join(1000 * 20);//阻止设定时间
                    }
@@ -954,7 +954,15 @@
                                                        var projectzhongbiao = new Projectzhongbiao();
                                                        projectzhongbiao.ZhongbiaoId = Guid.NewGuid().ToString();
                                                        projectzhongbiao.ProjectId = project.Id;
                                                        projectzhongbiao.Names = td[0].TextContent.Trim();
                                                        if ( !string.IsNullOrWhiteSpace(td[0].TextContent) &&  td[0].TextContent.Trim().Length > 500)
                                                        {
                                                            projectzhongbiao.Names = td[0].TextContent.Trim().Substring(0,500);
                                                        }
                                                        else
                                                        {
                                                            projectzhongbiao.Names = td[0].TextContent.Trim();
                                                        }
                                                        projectzhongbiao.Price = td[2].TextContent.Trim();
                                                        _ccontext1.Projectzhongbiaos.Add(projectzhongbiao);
                                                    }
@@ -1043,7 +1051,7 @@
                        {
                            currPage += 1;
                        }
                        Thread.CurrentThread.Join(1000 * 2);//阻止设定时间
                        Thread.CurrentThread.Join(1000 * 20);//阻止设定时间
                    }
@@ -1330,7 +1338,7 @@
                        {
                            currPage += 1;
                        }
                        Thread.CurrentThread.Join(1000 * 2);//阻止设定时间
                        Thread.CurrentThread.Join(1000 * 20);//阻止设定时间
                    }
@@ -1683,7 +1691,7 @@
                        {
                            currPage += 1;
                        }
                        Thread.CurrentThread.Join(1000 * 2);//阻止设定时间
                        Thread.CurrentThread.Join(1000 * 20);//阻止设定时间
                    }