Activity Calendar
Count the number of articles and author reviews over the last 10 months
Loading...
Radar Chart
Loading...
Release Chart
Loading...
Classification Chart
Loading...
Tag Chart
Loading...
时光机
新
时光机
做好自己就行了,不用太在意别人
November 6th, 2020 at 08:58 pm
本科考试终于考完了,开心
October 25th, 2020 at 03:45 pm
此条为私密说说,仅发布者可见
October 12th, 2020 at 08:48 am
username
password
Login
logging in...
文章
时光机
Articles in the category of Typecho
Typecho
Home
Typecho
typecho实现用户阅读文章花了多少时间
把下面代码直接放入sibedar.php下的130行左右```您阅读这篇文章共花了: var ss = 0, mm = 0, hh = 0; function TimeGo() { ss++; if (ss >= 60) { mm += 1; ss = 0 } if (mm >= 60) { hh += 1; mm = 0 } ss_str = (ss < 10 ? "0" + ss : s...
逸云先生
September 6, 2020
No comments
typecho找回密码
登录数据库,找到 typecho_users 这张表将其中的password字段的值改为``` e10adc3949ba59abbe56e057f20f883e ```保存退出,到这一步,密码就已经被改成了 123456使用 123456这个密码登录后台,修改密码“e10adc3949ba59abbe56e057f20f883e 解密后的结果就是 123456”
逸云先生
September 1, 2020
No comments
Article Directory