Skip to content

Commit

Permalink
目录结构整理
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexchent committed Jul 3, 2021
1 parent 831da8c commit e63c1da
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 54 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions codehero2/kill_redis.php → codehero/NO2/kill_redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function kill($userId, $eventId)
$redis = new Redis();
$redis->connect('127.0.0.1', 6379);
if (!$redis->setnx($userLock, 1) && $redis->expire($userLock, 20)) {
//todo set key value NX EX 20
return "您已经参与过了!";
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions python/my_first_py/echo.py

This file was deleted.

47 changes: 0 additions & 47 deletions python/my_first_py/test.py

This file was deleted.

0 comments on commit e63c1da

Please sign in to comment.