摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication12{ class Program { static void Main(st 阅读全文
posted @ 2022-06-12 16:48 ooi 阅读(87) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication12{ class Program { static void Main(st 阅读全文
posted @ 2022-06-05 00:14 ooi 阅读(128) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication10{ class Program { static void Main(st 阅读全文
posted @ 2022-02-07 12:44 ooi 阅读(467) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication10{ class Program { static void Main(st 阅读全文
posted @ 2021-08-19 23:55 ooi 阅读(184) 评论(0) 推荐(0)
摘要: public class x21 { public static void main(String[] args){ for ( int i=1; i<11;i++){ if (i%2==1) System.out.printf("%d",i); } } } 阅读全文
posted @ 2021-01-30 13:00 ooi 阅读(203) 评论(0) 推荐(0)
摘要: #include<stdio.h> int main(void) { for ( int i=1; i<11;i++){ if (i%2==1) printf("%d",i); } } 阅读全文
posted @ 2020-06-03 13:22 ooi 阅读(285) 评论(0) 推荐(0)
摘要: ASP.Net是什么1 ASP.Net是什么?ASP.Net是建立在微软新一代.Net平台架构上,利用普通语言运行时(Common Language Runtime)在服务器后端为用户提供建立强大的企业级Web应用服务的编程框架。2.ASP.Net与ASP的联系和主要区别是什么?ASP.Net与现存 阅读全文
posted @ 2019-08-29 13:36 ooi 阅读(804) 评论(0) 推荐(0)