摘要: httpd.conf增加LoadModule rewrite_module modules/mod_rewrite.so .htaccess<IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine On Re 阅读全文
posted @ 2022-04-28 01:29 码海无牙φ 阅读(138) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8" /> <title>JS+jQuery圆盘时钟</title> <script type="text/javascript" src="/template/default/home 阅读全文
posted @ 2022-03-11 12:07 码海无牙φ 阅读(113) 评论(0) 推荐(0)
摘要: location / { if (!-e $request_filename) { rewrite ^/(.+)$ /index.php?_route_=$1 last; } } 阅读全文
posted @ 2022-01-12 18:39 码海无牙φ 阅读(73) 评论(0) 推荐(0)
摘要: 读取缓存:localStorage.getItem('boxCount') 设置缓存:localStorage.setItem('box_1_length', 123); 阅读全文
posted @ 2021-12-17 14:17 码海无牙φ 阅读(353) 评论(0) 推荐(0)
摘要: <div><a href="###" layuimini-content-href="{:U('Stockup/taskedit',['no'=>$vo['No_nvarchar']])}" target="_self" data-title="编辑发货单">编辑</a></div> 阅读全文
posted @ 2021-12-17 14:13 码海无牙φ 阅读(493) 评论(0) 推荐(0)