易春木

Feed Rss

out/host/linux-x86/bin# ./ddms
(DDMS:12505): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17
(DDMS:12505): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17

Learn more

遇到的狀況:
[root@localhost bin]# ./ddms
SWT folder '/root/dsk/android/out/host/linux-x86/framework/x86' does not exist.
Please export ANDROID_SWT to point to the folder containing swt.jar for your platform.

Learn more

京元電 10.70 x1

09.23.2011, No Comments, 投資理財, by , 460 人次 .

這隻股票屬於比較牛皮一些, 不易大漲或大跌
相對適合忙碌沒時間看盤的上班族

Learn more

檢測物體接近程度的傳感器。

接近度可表示物體的來臨、靠近或出現、離去或失踪等。

Learn more

之前想要比較i2c與SMBus時, 提到"傳統的i2c Bus slave device並無法主動通知master有事件發生", 今天想要更完整的說明一下

Learn more


最近全家便利店推出的雞精與蜆精買一送一的活動, 機會難得我就各買了一箱
希望小小的投資可以讓身體健康體力更充沛

Learn more


雲林時光市集的進度藍圖:
- 加入每個產品都要有留言功能
- 留言功能可以被回復

Learn more

大推薦Google XML Sitemaps 這個外掛!
因為我今天發現他可以將wordpress之外的連結也加入網站地圖檔案裡面
或許別的外掛也可以作到, 但是我還是要推這個外掛
因為操作超方便

Learn more


#!/bin/bash
set -e
TEMP=`getopt -o m:s:v -n 'xxx.sh' -- "$@"`
eval set -- "$TEMP"
_mode=clean
_dist=false
_sku=vena
_variant=eng
while true; do
case $1 in
-m) _mode=$2;shift 2;;
-s) _sku=$2;shift 2;;
-v) _variant=$2;shift 2;;
--) shift; break ;;
*) echo "Error while parsing arguments, abort!"; exit 1;;
esac
done

Learn more