摘要: wget -qO - http://www.webmin.com/jcameron-key.asc | sudo apt-key add - sudo sh -c 'echo "deb http://download.webmin.com/download/repository sarge cont 阅读全文
posted @ 2020-08-02 21:28 GarfieldLoveCoffe 阅读(115) 评论(0) 推荐(0)
摘要: 1. 用电吹风将头部固定环加热,软化后用撬棒剥离,网上说的用热水加热的效果不好 2. 将刷柄放在充电座上,旋转刷柄拧开底部盖子,拔出刷柄底部大密封套,拉出刷柄内主机 3. 用电烙铁分离电池正负极在主板上连接点,替换电池,重新焊接 4. 充电测试,装回主机,头部小塑料圈同样用电吹风机加热后套回 阅读全文
posted @ 2019-10-14 11:09 GarfieldLoveCoffe 阅读(4031) 评论(0) 推荐(0)
摘要: MacBook Pro 2017 无Bar (A1708) 在用USB C口给iPad充电时,突然系统重启,随后USB C口失效,另一个USB C口正常。 尝试重置系统管理控制器,故障解决。 以下为官方操作:https://support.apple.com/en-us/HT201295 How t 阅读全文
posted @ 2019-07-02 09:32 GarfieldLoveCoffe 阅读(963) 评论(0) 推荐(0)
摘要: # install necessary package first sudo apt-get install apt-transport-https ca-certificates # add release pgp keys curl -s https://syncthing.net/release-key.txt | sudo apt-key add - # add stable ch... 阅读全文
posted @ 2019-03-10 18:08 GarfieldLoveCoffe 阅读(612) 评论(0) 推荐(0)
摘要: 全新安装完毕xigmanas,在virtualization中启用virtualbox,打开phpvirtualbox后报错,无法连接服务器。查看vbox日志,发现有如下错误: 随下载VBoxGuestAdditions.ISO放入在virtualbox设定的文件夹,重启服务器,问题解决。 对应版本 阅读全文
posted @ 2019-02-11 09:54 GarfieldLoveCoffe 阅读(764) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Ru... 阅读全文
posted @ 2019-01-25 13:58 GarfieldLoveCoffe 阅读(613) 评论(0) 推荐(0)
摘要: 有台NAS,不支持wake-on-lan(wol)启动,用arduino进行改造。 使用EtherCard-master库(https://github.com/njh/EtherCard),并修改使其支持wol接收(非UDP包) enc28j60.cpp: net.h: tcpip.cpp: WO 阅读全文
posted @ 2018-10-23 09:20 GarfieldLoveCoffe 阅读(664) 评论(0) 推荐(0)
摘要: 配合scheduler定期执行 阅读全文
posted @ 2018-09-17 09:57 GarfieldLoveCoffe 阅读(1006) 评论(0) 推荐(0)
摘要: 遇到一个比较奇怪的问题,在loop过程中依据条件判定来进行attachinterrupt和detachinterrupt;多个循环周期后,代码执行逻辑就发生了错乱;在attachinterrupt时会先执行绑定的函数,然后再返回执行attachinterrupt后的代码,同时外部中断的触发发生时也不 阅读全文
posted @ 2018-09-13 10:52 GarfieldLoveCoffe 阅读(346) 评论(0) 推荐(0)
摘要: 有一个表格,需要将表格中姓名列数据列印填充到word表格中,如下顺序 邮件合并时格式如下: “<<下一条记录>>”:按顺序将当前位置+1 阅读全文
posted @ 2018-09-03 11:04 GarfieldLoveCoffe 阅读(1426) 评论(0) 推荐(0)