- edit your httpd.conf
RewriteLog "/var/log/apache2/rewrite.log"
RewriteLogLevel 3
- tail -f /var/log/apache2/rewrite.log
RewriteLog "/var/log/apache2/rewrite.log"
RewriteLogLevel 3
if (!window["googleNDT_"]) { | |
/** @type {number} */ | |
window["googleNDT_"] = (new Date).getTime(); | |
} | |
/** @type {number} */ | |
window["_googCsaX"] = 4; | |
/** @type {number} */ | |
window._googCsaRelSearch = 2631661; | |
/** @type {number} */ | |
window.googleGws = 1; |
Warning: Exception thrown by hook while handling onSetChildren: Invariant Violation: Expected onBeforeMountComponent() parent and onSetChildren() to be consistent (4 has parents 3 and 2). | |
Invariant Violation: Expected onBeforeMountComponent() parent and onSetChildren() to be consistent (4 has parents 3 and 2). |
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python - |
-> <- |
<?php | |
declare(strict_types=1); | |
/** | |
* PHP8 | |
* add : https://php.watch/versions/8.0/union-types | |
*/ | |
class SimpleMath | |
{ |
commit c28431fdccee29da35d75d5e2b52449124935077 | |
Author: Hill <[email protected]> | |
Date: Wed Jul 2 15:57:55 2025 +0800 | |
refactor: update problem matcher in tasks.json for improved error handling; add .vscodeignore to exclude unnecessary files; modify build scripts in package.json for better bundling | |
diff --git a/.vscode/tasks.json b/.vscode/tasks.json | |
index a40c7e4..8fffe92 100644 | |
--- a/.vscode/tasks.json | |
+++ b/.vscode/tasks.json |