forked from dotnetcore/DotnetSpider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e131c6
commit a17e258
Showing
8 changed files
with
498 additions
and
202 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,10 +28,9 @@ public static void Main(string[] args) | |
//spider.Run(args); | ||
|
||
|
||
Regex regex = new Regex(@"\d"); | ||
var m = regex.Match("6"); | ||
|
||
Console.WriteLine("OK"); | ||
EmailClient client = new EmailClient("smtp.163.com", "[email protected]", "zousong.88"); | ||
var msg = new EmaillMessage("test", "test", "[email protected]" ); | ||
client.SendMail(msg); | ||
} | ||
|
||
private static void TestStatusServer() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,6 @@ redisPassword:#frAiI^MtFxh3Ks&swrnVyzAtRTq%w | |
redialRedisHost:redis | ||
redialRedisPassword:#frAiI^MtFxh3Ks&swrnVyzAtRTq%w | ||
logserver:http://localhost:62823/api/log/uploadlog | ||
emailApiHost:http://localhost:62823/api/email?action=send | ||
emailUser:[email protected] | ||
emailPass:zousong.88 | ||
emailHost:smtp.163.com |