Skip to content

Commit 5fdf71f

Browse files
committed
Merge branch 'develop'
2 parents ee51149 + d56f5b0 commit 5fdf71f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
* mockito
2424
* itextpdf
2525

26-
> # github:[https://github.com/netbuffer/ssmbootstrap_table](https://github.com/netbuffer/ssmbootstrap_table)
27-
> # git@osc:[http://git.oschina.net/gradle/ssmbootstrap_table](http://git.oschina.net/gradle/ssmbootstrap_table)
26+
> ## github:[https://github.com/netbuffer/ssmbootstrap_table](https://github.com/netbuffer/ssmbootstrap_table)
27+
> ## git@osc:[http://git.oschina.net/gradle/medoo_bootstrap_table](http://git.oschina.net/gradle/medoo_bootstrap_table)
2828
2929
## How to run
3030
The project constructed by `maven`, please execute under the `src/main/java` `SQL script` to your `MySQL` database operation, and then modify the database configuration information `jdbc.properties` under the path `src/main/resource` configuration file in the project directory, enter, execute `mvn tomcat7:run` to run

src/main/webapp/manage.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"placement" : "bottom"
4646
});
4747
$("#xinzeng").mouseover();
48-
$("#login_username").text(data.username);
48+
$(".login_username").text(data.username);
4949
$.getJSON('datacount', function(data) {
5050
var myChart = echarts.init(document
5151
.getElementById('echarts_test'));
@@ -323,12 +323,12 @@
323323
</ul>
324324
<ul class="nav navbar-nav navbar-right">
325325
<li class="visible-xs-block">
326-
<a href="#">欢迎您:<span id="login_username"></span></a>
326+
<a href="#">欢迎您:<span class="login_username"></span></a>
327327
</li>
328328
<li class="hidden-xs">
329329
<p class="navbar-text">
330330
<span class="glyphicon glyphicon-user"></span> 欢迎您:<span
331-
id="login_username"></span>
331+
class="login_username"></span>
332332
</p>
333333
</li>
334334
<li class="hidden-xs">

0 commit comments

Comments
 (0)