Skip to content

Commit

Permalink
update20190115
Browse files Browse the repository at this point in the history
修复数据中心获取数据显示表格,在超出显示范围时无法显示滚动条的问题。
优化HTTP收包解码操作。
  • Loading branch information
shack2 committed Jan 15, 2019
1 parent cac93c0 commit db9f264
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 132 deletions.
46 changes: 22 additions & 24 deletions SuperSQLInjection/Main.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SuperSQLInjection/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public static String getSid()
return sid;
}

public static int version = 20190113;
public static int version = 20190115;
public static string versionURL = "http://www.shack2.org/soft/getNewVersion?ENNAME=SSuperSQLInjection&NO=" + URLEncode.UrlEncode(getSid()) + "&VERSION=" + version;
//检查更新
public void checkUpdate()
Expand Down
Loading

0 comments on commit db9f264

Please sign in to comment.