Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
EduSpider
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
EduSpider
Commits
dc338047
Commit
dc338047
authored
May 24, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
1220ce85
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
56 additions
and
1 deletion
+56
-1
.dtbcache.v2
.vs/EduSpider/DesignTimeBuild/.dtbcache.v2
+0
-0
.suo
.vs/EduSpider/v17/.suo
+0
-0
RB_Student.cs
EduSpider.Model/Entity/RB_Student.cs
+36
-0
StudentRepository.cs
EduSpider.Repository/StudentRepository.cs
+12
-0
ClassInAccountManager.cs
EduSpider/Spiders/ClassInRule/ClassInAccountManager.cs
+1
-1
appsettings.json
EduSpider/appsettings.json
+7
-0
No files found.
.vs/EduSpider/DesignTimeBuild/.dtbcache.v2
View file @
dc338047
No preview for this file type
.vs/EduSpider/v17/.suo
View file @
dc338047
No preview for this file type
EduSpider.Model/Entity/RB_Student.cs
0 → 100644
View file @
dc338047
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
using
VTX.FW.Attr
;
namespace
EduSpider.Model.Entity
{
[
Serializable
]
[
DB
(
ConnectionName
=
"DefaultConnection"
)]
public
class
RB_Student
{
public
DateTime
AddTime
{
get
;
set
;
}
public
int
IsGroup
{
get
;
set
;
}
public
int
Isdel
{
get
;
set
;
}
public
string
Progress
{
get
;
set
;
}
public
int
PublicResourceStatus
{
get
;
set
;
}
public
int
ServeState
{
get
;
set
;
}
public
int
StudId
{
get
;
set
;
}
public
string
StudentAccount
{
get
;
set
;
}
public
string
StudentName
{
get
;
set
;
}
public
int
StudentUid
{
get
;
set
;
}
public
string
Stuno
{
get
;
set
;
}
}
}
EduSpider.Repository/StudentRepository.cs
0 → 100644
View file @
dc338047
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
EduSpider.Repository
{
internal
class
StudentRepository
{
}
}
EduSpider/Spiders/ClassInRule/ClassInAccountManager.cs
View file @
dc338047
...
...
@@ -24,7 +24,7 @@ namespace TicketSpider.Spiders.ClassInRule
private
static
object
lockerSafe
=
new
object
();
private
static
string
_loginCookies
=
null
;
private
static
string
_loginCookies
=
"locationArgumentLang=zh-CN; sensorsdata2015jssdkcross={\"distinct_id\":\"12780052\",\"first_id\":\"180e074a47f92f-06489d0bb8915b-6b3e555b-1327104-180e074a4805d2\",\"props\":{\"$latest_traffic_source_type\":\"直接流量\",\"$latest_search_keyword\":\"未取到值_直接打开\",\"$latest_referrer\":\"\"},\"$device_id\":\"180e074a47f92f-06489d0bb8915b-6b3e555b-1327104-180e074a4805d2\"}; _eeos_uid=12780052; _eeos_useraccount=18140082327; _eeos_userlogo=/upload/images/20200126/709df9532bee722f2268_70.jpg; _eeos_domain=.eeo.cn; _eeos_sid=12780052; _eeos_nsid=kspGu2gfMu+U2EFgLpSGyg==; __tk_id=5792ca4f7a6655c40c4431fbdb729da4; PHPSESSID=l5aanmebp5lvpcbg630ccfha37; _eeos_traffic=EqlIOFq4S2hz5FTTtHzNUViBYcWCixrJYMCF6Y5yJuD8eq8ZwPvVSHMvUkLFA5lzNoaTrDBpGhEY7ykZ9lwMAsNJoNiDt2xKQBr9csRmiBE="
;
private
static
bool
_openHeartTimer
=
false
;
...
...
EduSpider/appsettings.json
0 → 100644
View file @
dc338047
{
//ַ
"ConnectionStrings"
:
{
"DefaultConnection"
:
"server=192.168.10.214;user id=reborn;password=Reborn@2018;database=reborn_think;CharSet=utf8mb4; Convert Zero Datetime=true; "
,
"DefaultConnectionPName"
:
"MySql.Data.MySqlClient"
}
}
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