摘要:
ubunu下用命令设置壁纸: gsettings set org.gnome.desktop.background picture-uri “file:【fileName】” eg:gsettings set org.gnome.desktop.background picture-uri “fil 阅读全文
摘要:
/* 日期:2016.9.2 功能:arduino 蓝牙控制RGB LED灯 元件: 跳线公公头 * 8 rgbled, 220欧电阻 蓝牙模块 接线: 蓝牙模块VCC,GND分别接5V,GND;TX,RX分别接拓展版的IO0(RX),IO1(TX)口 LED 负极接GND 正极串联电阻接 IO5,IO6,IO7异常:update 时如果异常信息为:"st... 阅读全文
摘要:
/* 日期:2016.9.1 功能:红外遥控器控制LED灯 开,关,闪烁,呼吸 元件: 跳线公公头 * 5 led 220欧电阻 红外接收管,红外遥控 接线: 红外灯面向自己从左到右分别接 IO3 ,GND ,5V LED 负极接GND 正极串联电阻接 IO5 红外遥控器键盘1-9编码: FF30CF 1 FF18E7 2 FF7A85 ... 阅读全文
摘要:
1.Ubuntu 连 windows W.1 Windows设置允许远程桌面连接 U.1 Ubuntu设置 apt-get install rdesktop U.2 Ubuntu连接 rdesktop -f -a 16 192.168.211.129 -u "administrator" -p "1 阅读全文
摘要:
Android studio 使用极光推送, 显示获取sdk版本失败 在 build.gradle(Module.app) 添加 android { sourceSets.main { jniLibs.srcDirs = ['libs'] }} 阅读全文
摘要:
import android.animation.ObjectAnimator; import android.content.Context; import android.graphics.drawable.Drawable; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentActiv... 阅读全文
摘要:
public class DimenUtil { /** sp转换成px */ public static int sp2px(float spValue) { float fontScale = MyApplication.getContext().getResources().getDisplayMetrics().scaledDensity; ... 阅读全文