不信人间有白头

曲淡歌
曲淡歌@admin

2020 年 11 月 23 日

宿醉 

此内容受密码保护。如需查阅,请在下列字段中输入您的密码。

2020 年 11 月 23 日 126
曲淡歌
曲淡歌@admin

2020 年 11 月 21 日

微醺 

此内容受密码保护。如需查阅,请在下列字段中输入您的密码。

2020 年 11 月 21 日 121
曲淡歌
曲淡歌@admin

2020 年 11 月 20 日

热爱这世界 

此内容受密码保护。如需查阅,请在下列字段中输入您的密码。

2020 年 11 月 20 日 135
曲淡歌
曲淡歌@admin

2020 年 11 月 6 日

优化surface平板模式的体验————第三方手势软件GestureSign配合脚本框架quicker完成复杂任务! 

GestureSign官网:https://zh.gesturesign.win/#/
PS:win10商店也可以下载

关于使用的具体说明可以参考下面两篇文章:
https://www.ifanr.com/app/828407
https://www.bilibili.com/read/cv4206216/

大致描述功能就是多点触控手势来替代键盘操作下的快捷键,例如:

我设置为两指下滑映射为ctrl+L,而ctrl+L唤出quicker,后续的工作由quicker完成。

#GestureSign #quicker #[5]
2020 年 11 月 6 日 221
曲淡歌
曲淡歌@admin

2020 年 11 月 6 日

【转载】Typecho 网站总访客数统计代码/如何让自己的typecho博客统计访问次数 

原地址:https://sunpma.com/251.html#comment-4804

首先在 Typecho 后台外观选择编辑当前外观 functions.php 中,添加以下统计代码

注:示例为本博客使用的 handsome 主题,其它主题也可以自行调用

//总访问量
    function theAllViews()
        {
            $db = Typecho_Db::get();
            $row = $db->fetchAll('SELECT SUM(VIEWS) FROM `typecho_contents`');
                echo number_format($row[0]['SUM(VIEWS)']);
        }

添加后点击保存即可;

示例图:
enter description here

然后在你需要显示的位置(如:footer.php sidebar.php 等)插入以下调用代码

handsome 主题添加代码位置在:网站根目录/usr/themes/handsome/component/sidebar.php

其他主题单独调用

示例图:
enter description here

handsome 主题,实际效果示例:

enter description here

#[3] #[2]
2020 年 11 月 6 日 156
  • 曲淡歌

    2021 年 4 月 5 日

    是因为主题更新的原因吗,改了的又消失了.. ::aru:cryingface::

曲淡歌
曲淡歌@admin

2020 年 11 月 6 日

surface Pen如何自定义快捷键/宏 

两种思路:

利用windows自带的pen设置中心,把要使用的宏生成为一个脚本应用,然后用【经典应用】来触发

win设置

参考资料:参考资料

利用autohotkey hook键盘输入,须知pen的长按/双击/单击其实对应着键盘的左win+F18/19/20

不过我参照贴吧的设置无法成功,发现问题所在为pen对应的win键是左边那个,所以正确的代码应该是`

#autohotkey #[5]
2020 年 11 月 6 日 336
曲淡歌
曲淡歌@admin

2020 年 11 月 5 日

如何解决pavadan(老毛子)路由器固件在校园网环境下无法使用ipv6的问题 

  • 参考资料:
  • https://www.jianshu.com/p/ed34cbf3b90c
  • https://www.cnblogs.com/zafu/p/9186966.html
  • 用到的指令:这里的 eth2.2 就是 WAN 网口的网卡名,可用 ifconfig 命令来查看,一般不用更改(我需要更改为3)。而 br0 则代表整个内网,一般也不用更改。
  • modprobe ip6table_mangle
  • ebtables -t broute -A BROUTING -p ! ipv6 -j DROP -i eth2.2
  • brctl addif br0 eth2.2

先开启napt66
如何开启

用 ifconfig 查询自己wan口id

使用如下命令(可以加入开机脚本自启动)

  • modprobe ip6table_mangle
  • ebtables -t broute -A BROUTING -p ! ipv6 -j DROP -i eth3
  • brctl addif br0 eth3
#路由器
2020 年 11 月 5 日 176

Loading...
Loading

Finished

No more pages to load

C
Compose new post
S
Search
J
Next post/Next comment
K
Previous post/Previous comment
R
Reply
E
Edit
O
Show/Hide comments
T
Go to top
L
Go to login
H
Show/Hide help
Ctrl+Enter
Submit post
ESC
Cancel and clear content