摘要: 小米轮播图 仍有bug 无法达到想要效果,能否有大佬能在评论区解答下 点击小按钮的效果: 点击切换效果: 定时器,自动轮播 阅读全文
posted @ 2020-03-11 14:27 班 阅读(181) 评论(0) 推荐(0)
摘要: http://m.4199.tv/guocanju/qingyunian/ 阅读全文
posted @ 2020-01-27 19:57 班 阅读(175) 评论(0) 推荐(0)
摘要: You got things to do. Place to go. People to see. Futures to make. 我们还有事要做,有地儿要去,有人要见,有梦要实现。 Remember, every day is a miracle. 请记住,每一天都是一个奇迹。 The past 阅读全文
posted @ 2019-11-28 18:24 班 阅读(176) 评论(0) 推荐(1)
摘要: 匿名方法,本质上就是一个方法,只是他没的名字,任何使用委托变量的地方都可使用匿名方法赋值 方法代码: static void doubleint(int t1, int t2) { Console.WriteLine(t1+t2); } 匿名方法的形式: Func<int, int, int> f 阅读全文
posted @ 2019-11-22 08:38 班 阅读(369) 评论(0) 推荐(0)
摘要: Action委托, action是系统内置的委托,它可指向无返回值,没有参数的方法. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threadin 阅读全文
posted @ 2019-11-21 14:53 班 阅读(198) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { cl 阅读全文
posted @ 2019-11-21 08:55 班 阅读(132) 评论(0) 推荐(0)
摘要: ///会被编译,//不会所以使用///会减慢编译的速度(但不会影响执行速度)///会在其它的人调用你的代码时提供智能感知也是一种注释,但是这种注释主要有两种作用:1.这些注释能够生成一个XML文件。这样呢,看起来会对程序的内容一目了然。2.以这种方式对你的类,属性,方法等等加上注释之后,当你在其他地 阅读全文
posted @ 2019-11-20 18:39 班 阅读(3535) 评论(0) 推荐(0)

Noting is impossible,itself says that i am possible