Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
U
User
Project
Project
Details
Activity
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
zhangjun
User
Commits
0438c9c2
Commit
0438c9c2
authored
Dec 05, 2024
by
yanghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
172.17.1.241替换为172.17.1.150
parent
3820c751
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Server.php
esf_core/libraries/Server.php
+1
-1
No files found.
esf_core/libraries/Server.php
View file @
0438c9c2
...
@@ -469,7 +469,7 @@ class Server
...
@@ -469,7 +469,7 @@ class Server
global
$nocache
;
global
$nocache
;
/********在这里增加memcache实属无奈之举**********/
/********在这里增加memcache实属无奈之举**********/
$this
->
mc
->
connect
(
'172.17.1.
241
'
,
1122
);
//这个memcache专门给server类调用,记得换正式
$this
->
mc
->
connect
(
'172.17.1.
150
'
,
1122
);
//这个memcache专门给server类调用,记得换正式
$key
=
md5
(
$url
);
$key
=
md5
(
$url
);
//$nocache=="1";
//$nocache=="1";
...
...
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