摘要:
按要求,补齐代码.要求在控制台输出"HelloWorld"; interface Inter {void show();} class Outer {//补齐代码} class OuterDemo{ public static void main(String[] args){ Outer.meth 阅读全文
摘要:
排名不分先后,想到哪写到哪 1:数组的定义格式不同 java定义: 方式1: int a [] = new int[2] ; 方式2: int [] a= new int[2] ; C#中只有方式1 2:继承的实现关键字不同,同时java中实现接口关键字implements Java中 class 阅读全文
摘要:
USE [K2_WorkFlow_Test] GO /****** Object: StoredProcedure [dbo].[sp_UpdateBPM_DictionaryForOrderNumber] Script Date: 2018/1/4 16:08:46 ******/ SET ANS 阅读全文
摘要:
1 通过NuGet程序管理包添加 Microsoft Asp.Net webAPI 2.2 的引用 2 添加两个文件夹Controllers和Models 2.1 在本地模拟数据库,所以在Models文件夹中添加Storages类 using System; using System.Collect 阅读全文