Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
syncClearingAssetsData
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
zhulianyou
syncClearingAssetsData
Commits
d2f632cb
Commit
d2f632cb
authored
May 26, 2023
by
sunagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync
parent
cabaf822
Pipeline
#515
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
20 deletions
+37
-20
README.md
README.md
+37
-20
No files found.
README.md
View file @
d2f632cb
# webman
High performance HTTP Service Framework for PHP based on
[
Workerman
](
https://github.com/walkor/workerman
)
.
# Manual (文档)
https://www.workerman.net/doc/webman
# Home page (主页)
https://www.workerman.net/webman
# Benchmarks (压测)
https://www.techempower.com/benchmarks/#section=test&runid=9716e3cd-9e53-433c-b6c5-d2c48c9593c1&hw=ph&test=db&l=zg24n3-1r&a=2

## LICENSE
MIT
### 临时项目,主要解决清算assets数据ID重复的问题
-
config/database.php 中配置
```
php
return
[
// 默认数据库
'default'
=>
'fj-clearing'
,
// 各种数据库配置
'connections'
=>
[
'fj-clearing'
=>
[
'driver'
=>
'mysql'
,
'host'
=>
'106.55.103.148'
,
'port'
=>
'3398'
,
'database'
=>
'3y_clearing_test'
,
'username'
=>
'root'
,
'password'
=>
'c1ea602311a369f6'
,
'unix_socket'
=>
''
,
'charset'
=>
'utf8mb4'
,
'collation'
=>
'utf8mb4_general_ci'
,
'prefix'
=>
''
,
'strict'
=>
true
,
'engine'
=>
null
,
],
]
];
```
-
执行安装
```
shell
composer i
```
-
运行脚本
```
shell
php syncClearing.php
```
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