杭州网站建设_网页设计制作公司_高端网站建设_上往建站
滨江区是浙江省杭州市下辖区,位于钱塘江南岸,原属浙江省萧山市,1996年12月12日由原萧山市的西兴镇、长河镇、浦沿镇三镇成立。滨江区东面和南面与萧山区相临。 [1]
由杭州高新技术产业开发区与滨江区行政城区合二为一而成。杭州高新区始建于1990年,是国务院批准的首批国家级高新技术产业开发区之一;滨江区设立于1996年12月,面积72.22平方千米 [28] 。2002年6月两区管理体制调整,实行“两块牌子、一套班子”,下辖3个街道,60个社区,根据第七次人口普查数据,截至2020年11月1日零时,滨江区常住人口503859人 [27] 。
2019年,滨江区实现全区生产总值1592.2亿元,同比增长8.2%;财政总收入341.94亿元,增长5.9%;一般公共预算收入175.59亿元,增长6.5%。2020年上半年,实现全区生产总值789.25亿元,增长7.0%,增速居全市第一;财政总收入209.67亿元;实现规上工业增加值303亿元,增长14.5%,总量跃居全市第一;规上服务业实现营收1106亿元,增长6.9%。 [4]
2018年11月,入选2018年工业百强区。
布局代码activity_main.xml:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/LinearLayout1" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <Button android:id="@+id/btn_start" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="播放" /> <Button android:id="@+id/btn_stop" android:layout_width="wrap_content" android:layout_height="wrap_content" android:enabled="false" android:text="停止" /> <Button android:id="@+id/btn_higher" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="调高音量" /> <Button android:id="@+id/btn_lower" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="调低音量" /> <Button android:id="@+id/btn_quite" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="静音" /></LinearLayout>