原创 怎樣解除網絡寬帶限制

轉載自:http://jingyan.baidu.com/article/597035520f40dc8fc00740f9.html 在剛買到電腦時,xp系統/win7系統會默認限制20%的網絡速度我們可以解除限速,讓電腦更快上網。方

原创 android中一些很有用的代碼片段

1.獲取屏幕寬高並設置某個組件根據屏幕自適應的寬高 LinearLayout linearCircle = (LinearLayout) findViewById(R.id.linear_steward); WindowManage

原创 android中textview屬性全解

以下屬性參考自http://www.iteye.com/topic/1055622 android:layout_gravity="center_vertical" 設置控件顯示的位置:默認top,這裏居中顯示,還有bottom

原创 java關於new出一個對象的例子

首先看下面一段代碼: public class ChangeStr {String str = new String("good");char[] ch = { 'a', 'b', 'c' };publi