Skip to content

Instantly share code, notes, and snippets.

@suntong
suntong / c
Last active July 24, 2023 21:24
c
# Initially generated on boot by initramfs,
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
# Specify that the physical interface that should be connected to the bridge

https://huaren.us/showtopic.html?topicid=1134616

头部有深绿和浅绿物质,腹部也有深绿色物质,发黑,不知道能不能吃?
放狗搜了一下,有说是卵的,有的说是肝脏,也有说叫啥啥龙虾膏,很美味,有知道的吗?

  • 龙虾的大部分消化系统在头部,所以绿色的是未消化完的食物,海藻之类。我一般都是不吃的。不过要是煮熟了吃下去也没事,但不是什么精华就是了。好吃的是虾膏,有些龙虾里面有。煮熟了是红色的。

  • 吃过,没出状况过。 在 maine 龙虾店里吃的时候 waitress 说黑色的是籽,主要存在在身子到尾巴的部位,不太熟的时候是黑绿的,cooked 了会变红。 浅绿的应该只在头部和身子链接的地方,据说是 liver 之类,也可以吃,只要不多吃,比如每天不要超过一个龙虾,呵呵。不过对 shell fish 过敏的人也许吃这部位过敏的危险更高。

func solution(cell string) int {
p, c := NewPos(cell), 0
for _, v := range p.Moves() {
if p.Move(v).isOn() { c++ }
}
return c
}
type pos struct {
x, y int
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

特殊符號一覽表

特殊符號圖案(電話、email、手錶、花瓣、飛機、雲朵、剪刀、雨傘)

(c) 🄯 (r) ℗ ร ಗ ย ☫ ౖ ஃ ⁜ ❡ ๑ ి ▧ ◘ ▩ ◙ ▨ ۞ ۩ ಔ ృ ☎ ☏ ☁ ☂ ⍝ ⍦ ▤ ▥ ▦ ✠ @ ۝ ಓ ↂ ూ ☮ ி ﺴ ✈ ✉ ✁ ✎ ✐ 〄 # ‡ ☪ ⌚ ☢ ▪ ▫ ✆ ✑ ✒ ☭ ✏ ⌨ ✂ ✃ ✄ ◧ ◨ ბ ფ ⌥ ⎋ ᴴᴰ Π ☣ ჯ ಌ ௰ ❏ ❐ ❒ ☤ ⌘ ⌛ ೪ ☠ з ஜ ஒ ண ѣ Ѥ Ѧ Ѩ Ѫ Ѭ Ѯѯ Ѱ ѱ Ѳ Ѷ Ѻ Ѽ Ѿ ѿ Ҁ ҈҉ Ҋ Ҍ Ҏ Қ Җ Ҕ Ҙ ㈱ 曱 甴 囍 இ ஆ ௫ ஐ ﻬ 囸 凸 冏 囧 ⌾ ⍟ ⌽ ⍉ ⍧ ⍪ ⍫ ⍬ ⍭ ⌿ ⍀ ⍊ ⍑ ⍋ ⍒ ⍎ ⍕ ⍱ ⍲ ¨ ⍡ ⍢ ⍣ ⍤ ⍥ ⍨ ⍩ ⍰ ⌹ ⌺ ⌻ ⌼ ⍞ ⚰ ⚱ ⚫ ⚪ ☕ ⚽ ⚾ ⚓ ⚔ ⏍ ⎅ ⏛ ⍁ ⍂ ⍠ ▢ ⎚ ⧉ ⟥ ⟤ ⚖ ⚆ ⚇ ⚈ ⚉ ⚐ ⚑ ✿ ❁ ❃ ❋ ❀ ✽ ✾

手指頭符號 (讚、Like、大拇指)

☜ ☞ ☚ ☛ ☝ ☟ ✍ ✌ 👍 ✊ ✋

LogLevel warn
PageLogFormat
MaxLogSize 0
ErrorPolicy retry-job
# Allow remote access
Port 631
Listen /run/cups/cups.sock
# Share local printers on the local network.
Browsing On
BrowseLocalProtocols dnssd
FROM alpine:3.13
#RUN echo http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories
#RUN echo http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories
#RUN echo http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
RUN apk update; apk --update --no-cache add make cmake gcc g++ musl-dev binutils autoconf automake libtool pkgconfig check-dev file patch
# add my cloudsmith ppa
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
#curl -1sLf 'https://dl.cloudsmith.io/public/suntong/repo/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/cloudsmith.suntong.keyring.gpg
#ls -l /usr/share/keyrings/cloudsmith.suntong.keyring.gpg
curl -1sLf 'https://dl.cloudsmith.io/public/suntong/repo/setup.deb.sh' \
| sudo -E bash || true
sudo chmod o+r /etc/apt/sources.list.d/* /usr/share/keyrings/*
sudo apt -y update

http://www.mobile-open.com/2015/84273.html

本文重点讲述了如何开发出类似微信语音聊天的功能,包括自定义按钮的实现,现在整理出来分享给广大的Android程序员兄弟们,希望给他们的开发工作带来帮助。

前言

这几天学习了慕课网上的高仿微信语音聊天功能的课程,自己动手实现了一下。在这里将其实现的过程以及代码分享下来。由于我是android的初学者,里面有不成熟的地方欢迎大家指正。

项目中所用的图片可以在这个地方下载: