首页 > TAG信息列表 > Xuxu
湖南大学程序设计竞赛新生赛(第二部分)
紧接着上一部分 Problem H:Kuangyeye’s Game 题目描述: Christmas Day is coming! To celebrate this great festival, Kuangyeye, a creative boy, wants to play a game with everyone. The rule is described as following: there are several balloons in the cGo语言(二) 继承和重载
原文链接:http://www.cnblogs.com/xuxu8511/p/3296546.html 继承 1 package main 2 3 import "fmt" 4 5 type Skills []string 6 7 type person struct { 8 name string 9 age int 10 weight int 11 } 12 13 type Student(转)Android 常用 adb 命令总结
转载地址:https://www.cnblogs.com/bravesnail/articles/5850335.html 针对移动端 Android 的测试, adb 命令是很重要的一个点,必须将常用的 adb 命令熟记于心, 将会为 Android 测试带来很大的方便,其中很多命令将会用于自动化测试的脚本当中。 Android Debug Bridge adb 其实就是