Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lzzzzl
/
golang_seo_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
522e8f66
authored
Dec 10, 2020
by
lzzzzl
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
rabbit消费测试
parent
8e4d1dd2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
dal/function/fuction.go
dal/function/fuction.go
View file @
522e8f66
...
@@ -149,8 +149,9 @@ func RegxUrl(url string) (res int) {
...
@@ -149,8 +149,9 @@ func RegxUrl(url string) (res int) {
func
InsertLog
(
urls
string
,
status
string
,
urlType
int
)
{
func
InsertLog
(
urls
string
,
status
string
,
urlType
int
)
{
url
:=
strings
.
Split
(
urls
,
"
\n
"
)
url
:=
strings
.
Split
(
urls
,
"
\n
"
)
fmt
.
Println
(
len
(
url
))
if
status
==
""
{
fmt
.
Println
(
status
)
status
=
"10"
}
for
i
:=
0
;
i
<
len
(
url
);
i
++
{
for
i
:=
0
;
i
<
len
(
url
);
i
++
{
_
,
err1
:=
db
.
SeoDB
.
Exec
(
"INSERT INTO lie_url_log (url,status,url_type,create_time) VALUES (?,?,?,?)"
,
_
,
err1
:=
db
.
SeoDB
.
Exec
(
"INSERT INTO lie_url_log (url,status,url_type,create_time) VALUES (?,?,?,?)"
,
url
[
i
],
status
,
urlType
,
time
.
Now
()
.
Unix
())
url
[
i
],
status
,
urlType
,
time
.
Now
()
.
Unix
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment