Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
B
bdt_en
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
谢宇轩
bdt_en
Commits
a27f5076
Commit
a27f5076
authored
Jul 08, 2019
by
online
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改timeline
parent
9c0fe6ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
_ChronicleList.cshtml
Views/Chronicle/_ChronicleList.cshtml
+1
-1
Web.config
Web.config
+2
-1
No files found.
Views/Chronicle/_ChronicleList.cshtml
View file @
a27f5076
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<dt>
<dt>
@if (sub.Day != null)
@if (sub.Day != null)
{
{
<span>@string.Format("{0}
month{1} day
", sub.Month,sub.Day)</span>
<span>@string.Format("{0}
- {1}
", sub.Month,sub.Day)</span>
}
}
else
else
{
{
...
...
Web.config
View file @
a27f5076
...
@@ -11,7 +11,8 @@ http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx
...
@@ -11,7 +11,8 @@ http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx
<
section
name
=
"entityFramework"
type
=
"System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
requirePermission
=
"false"
/>
<
section
name
=
"entityFramework"
type
=
"System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
requirePermission
=
"false"
/>
</
configSections
>
</
configSections
>
<
connectionStrings
>
<
connectionStrings
>
<
add
connectionString
=
"server=localhost;port=3306;UserId=root;Password='';database=xiamendb;CharSet=utf8;Persist Security Info=True"
name
=
"SigDbContextConnectionString"
providerName
=
"MySql.Data.MySqlClient"
/>
<
remove
name
=
"SigDbContextConnectionString"
/>
<
add
connectionString
=
"server=localhost;port=3306;UserId=root;Password=root;database=xiamendb_en;CharSet=utf8;Persist Security Info=True"
name
=
"SigDbContextConnectionString"
providerName
=
"MySql.Data.MySqlClient"
/>
</
connectionStrings
>
</
connectionStrings
>
<
appSettings
>
<
appSettings
>
<
add
key
=
"webpages:Version"
value
=
"3.0.0.0"
/>
<
add
key
=
"webpages:Version"
value
=
"3.0.0.0"
/>
...
...
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