在页面的 html body 内添加代码就行。

body > .google-auto-placed{
visibility: hidden;
display: none;
}

回复了 Spoony 创建的主题 宠物 / 4K超清,史上最炸裂的马湖纪录片
2019-08-29

@Tony 120分体验 /手动滑稽

还是建议使用一个专门的 MCU 作为下位机辅助,下位机专门做 SPI 信号处理。

回复了 旭旭 创建的主题 树莓派 / sakshat import不了
2019-08-29

为什么会是在这个路径下面找saks的sdk呢?
/home/pi/.local/lib/python3.7/site-packages/sakshat/__init__.py

可能是 Python 的环境变量中路径设置有问题,或者文件存放的路径有问题。
请先确认一下运行命令时候所在的目录文件结构,是否存在 sakshat/__init__.py。

还可以尝试把 saks 的 sdk 文件放到 /home/pi/.local/lib/python3.7/ 下试试。

回复了 RaspiSQH 创建的主题 问与答 / 悬赏10螺母找bug(捂脸)
2019-08-29

@RaspiSQH 之前做 SAKS SDK 的时候查了很多资料,线程性能还是没法突破。
你先试试改用进程看看,上面只是猜测瓶颈在 Thread。

回复了 阿喵是朵云 创建的主题 电影 / 电影「美国工厂」
2019-08-28

we all have a sacred story. a story that gives us meaning and purpose, and how we organize our lives.
If you know someone, if you've talked to them face-to-face, if you can forge a connection, you may not agree with them on everything, but there's some common ground to be found, and you can move forward together.
我们都有一个重要的故事。一个给予我们意义和目的,组织我们生活的故事。如果你认识某个人,如果你与他们面对面交谈,如果你可以铸造一种联系,你也许不会在任何事情上同意他们,但能找到一些共同之处,因此你们可以一起向前。

a good story is a good story. if it's a documentary like yours, or if it's a scripted story that helps people understand something they didn't understand before, we want to see if we can give voice to that. we want people to be able to get outside of themselves, and experience and understand the lives of somebody else, which is what a good story does. It helps all of us feel some sort of solidarity with each other.
一个好故事就是一个好故事。如同你们的纪录片,或者一个脚本故事,能够帮助人们理解一些他们之前不曾理解的东西,我们想看看我们是否能做到这样。我们希望人们能够走出他们自己,体验和理解其他人的生活,这就是一个好故事能做到的。它帮助我们所有人感受到彼此之间的某种团结一致。

回复了 RaspiSQH 创建的主题 问与答 / 悬赏10螺母找bug(捂脸)
2019-08-28

大概率是因为使用了 Thread。
要知道 Python 的线程性能本身就很差。
建议把 DHT 读取用另一个进程实现,通过文本文件进行数据交换。

回复了 Cherry 创建的主题 树莓派 / 优雅地给树莓派添加开、关机键
2019-08-27

可以试试

回复了 RaspiSQH 创建的主题 创造 / 分享一下oled小时钟
2019-08-27

@RaspiSQH 功能越来越多了!

回复了 Spoony 创建的主题 宠物 / 4K超清,史上最炸裂的马湖纪录片
2019-08-27

@别致的羡慕 一起来跳湖

程序没法去帮你分析。
如果你觉得程序来源可靠。
那么八成是电机接线接错了。
需要多检查几遍。

It would require NOOBS to be able to shuffle / move / resize the partitions, which is well beyond the scope of what NOOBS does currently.

For example if you had
/dev/mmcblk0p5 Raspbian boot
/dev/mmcblk0p6 Raspbian root
/dev/mmcblk0p7 Retropie boot
/dev/mmcblk0p8 Retropie root
then what would NOOBS be expected to do if you deleted Raspbian?

You can do what you're asking for manuallly using something like GParted on a regular Linux PC (and then edit the files on the /dev/mmcblk0p3 SETTINGS partition on the SD card to reflect the new partition numbers and available OSes), or you should be able to make use of https://github.com/raspberrypi/noobs#how-to-create-a-custom-os-version to backup your current OS and then 're-install' it as the only OS.

https://github.com/raspberrypi/noobs/issues/238

另外还可以参考这里:
https://raspberrypi.stackexchange.com/questions/59154/re-configure-raspberry-pi-boot-menu/59899#59899

回复了 Micheal 创建的主题 问与答 / 各位大佬,请教一个问题
2019-08-27

提供一下系统版本,树莓派主板版本,电源电压和额定功率信息判断一下。

回复了 kenshin 创建的主题 树莓派 / 树莓派装了kali黑屏
2019-08-27

树莓派和 kali 分别是什么版本呢

@ccsf 好的,我测试修正一下看看。

正如楼上所说,这个不是报错。
如果运行之后看不到效果,说明你手上的板子是新版本的扩展板。上面的示例代码是老版本的。
在新版本中,LED的驱动方式发生了变化。请参考这个例子。
http://shumeipai.nxez.com/saks-diy-tutorials-water-lights

V2.1版本的LED组由一片74HC595芯片驱动,该芯片的使用方法查看这里:
http://shumeipai.nxez.com/2016/06/05/use-74hc595-chip-digital-control-drive.html

新版本的教程在这里:
http://shumeipai.nxez.com/swiss-army-knife-shield-for-raspberry-pi-diy-tutorials

回复了 RaspiSQH 创建的主题 创造 / 分享一下oled小时钟
2019-08-26

@RaspiSQH
天气API这个还行
https://dev.heweather.com/

新闻类的靠爬,哈哈。

回复了 RaspiSQH 创建的主题 创造 / 分享一下oled小时钟
2019-08-26

不错不错。期待看到支持中文。

树莓派用任何型号都可以。显示的部分用rgb点阵。

你上面这款点阵看起来是usb转串口的。树莓派上应该可以直接用。


Spoony

主页

> 返回首页