2014年3月11日 星期二

[Linux]網卡MAC Address查詢方式

1. ifconfig -a
2. cat /sys/class/net/ethx/address
3. cat /proc/net/arp

[Linux]網卡出現__tmp472800901

1.ifconfig -a中看到網卡名稱為
__tmp472800901

2.應該是在ifcfg-ethx中的HWADDR=xx:xx:xx:xx:xx:xx設定錯誤或是沒有設定,補上後重開機

2014年3月5日 星期三

[Android]VFY: unable to find class referenced in signature

03-04 11:21:10.332: W/dalvikvm(1508): VFY: unable to find class referenced in signature (Lcom/android/volley/toolbox/ImageLoader;)
03-04 11:21:10.332: I/dalvikvm(1508): Could not find method com.android.volley.toolbox.Volley.newRequestQueue, referenced from method com.evancharlton.folly.FollyApp.onCreate
03-04 11:21:10.342: W/dalvikvm(1508): VFY: unable to resolve static method 5059: Lcom/android/volley/toolbox/Volley;.newRequestQueue (Landroid/content/Context;)Lcom/android/volley/RequestQueue;
03-04 11:21:10.342: D/dalvikvm(1508): VFY: replacing opcode 0x71 at 0x0005

處理方式:
java Build Path -->Order and Export ,把第三方jar句選起來