效果图:
在layout中这样来声明:
<com.kaixin001.view.ScrollText android:id="@+id/news_statustxt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="1...
分类:
移动开发 时间:
2014-08-10 18:44:20
阅读次数:
327
http://www.oschina.net/news/26706/list-of-highly-useful-javascript-libraries-for-developers用headjs来管理和加载js
分类:
编程语言 时间:
2014-08-10 08:08:09
阅读次数:
207
http://www.iteye.com/news/28651-AngularJS-Google-resourceAngularJS是Google开源的一款JavaScript MVC框架,弥补了HTML在构建应用方面的不足,其通过使用指令(directives)结构来扩展HTML词汇,使开发者可以...
分类:
编程语言 时间:
2014-08-10 08:06:49
阅读次数:
386
main() { char s[30]; strcpy(s, "Good News!"); /*给数组赋字符串*/ . . . } 上面程序在编译时, 遇到char s[30]这条语句时, 编译程序会在内存的某处留 出连续30个字节的区域, 并将第一个字节的地址赋给s。当遇到strcpy( strc...
分类:
其他好文 时间:
2014-08-08 17:53:36
阅读次数:
295