摘要:1:配置本地的环境变量打开cmd命令界面C:\Users\gechong>lsnrctl start这时候报适配器错误2.在cmd中输入tnslsnr命令
阅读全文
摘要:这是公务员考试里的一道题目,我觉得很有意思,所以分享一下1. 在乘积1×2×3×4×............×698×699×700中,末尾只有( )个0 首先我们现需要了解0是怎么形成的,情况只有1种,那就是5跟一个偶数相乘就可以构成一个0例如25=5×5所以具有2个5,50=2×5×5 也是...
阅读全文
摘要:这是公务员考试里的一道题目,我觉得很有意思,所以分享一下1. 在乘积1×2×3×4×............×698×699×700中,末尾只有( )个0 首先我们现需要了解0是怎么形成的,情况只有1种,那就是5跟一个偶数相乘就可以构成一个0例如25=5×5所以具有2个5,50=2×5×5 也是...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Remoting.Messaging;using System.Threading;using System.Web;using ...
阅读全文
摘要:0.调用代码 protected override void Page_Load(object sender, EventArgs e) { //给基类服务接口复制,可不付 if (IsPostBack) { ...
阅读全文
摘要:using System;using System.Data;using System.Collections;using System.Collections.Generic;using System.Runtime.Remoting.Messaging;using System.Text.Reg...
阅读全文
摘要:using System;using System.CodeDom.Compiler;using System.Collections.Generic;using System.Data;using System.Diagnostics;using System.Linq;using System....
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication14{ clas...
阅读全文