A typecho standalone page template, <?php ** * * * @package custom * if (!defined( __TYPECHO_ROOT_DIR__ )) exit; ?> <?php $this->need( header.php ); ?> <h2 class="page-title"><?php $this->title() ?><...
I set the expiration time of session to 7 days according to the way on the Internet, but it will expire after a while, probably less than half an hour. May I ask how to solve it? express version is above 4.0. here is the configuration code: var expre...
this is the json result of my json_decode counterpart returning to me stdClass Object ( [attributes] => Array ( [0] => stdClass Object ( [attribute-id] => 5c6186217d4d0765152e42f7 ...
<ul> <li><img src="img remind.png" alt="">< li> <li><img src="img remind.png" alt="">< li> <li><img src="img remind.png" alt="&quo...
import os import glob import threading class push: def start(self): self.main() def main(self): alllist = glob.glob( * ) dirlist = filter(os.path.isdir, alllist) for path in dirlist: self.pull(pat...
after the vue project is packaged, there are many large files, which quote a third-party plug-in, but the server is in Beijing, but the server is used in Shenzhen, and it takes a few seconds to open each time. How should this be optimized? Details are a...