zoukankan      html  css  js  c++  java
  • Just For Fun

    using System;
    using System.Collections.Generic;
    using System.Text;
    using System.Collections;

    namespace TestFuns
    {
        
    class Program
        
    {

            
    Functions

            
    DelegateDemo

            
    static void Main(string[] args)
            
    {
                
    for (int i = 0; i < 10; i++)
                    Console.WriteLine(numlist(i));

                InsertRandomArr();
                ShowMsgInfo sm 
    = new ShowMsgInfo();
                sm.ShowMsg 
    = new ShowMsgInfo.msgOut(ShowHTML);
                Console.WriteLine(sm.ShowMsg(
    "Test"));
                sm.ShowMsg 
    = new ShowMsgInfo.msgOut(ShowTXT);
                Console.WriteLine(sm.ShowMsg(
    "Test2"));
                Console.Read();


            }

        }

    }

  • 相关阅读:
    phpcms基础
    读取数据库有的设置选中状态
    用php 生成 excel 表格
    ajax验证用户名是否存在,手机号是不是匹配
    系统登陆简单的密码验证
    分页显视
    时间选择的三级连动 年,月,日
    session控制登入权限
    jQuery, js 验证两次输了密码的一相同
    正则表达式判断手机号是否11位数字
  • 原文地址:https://www.cnblogs.com/netwenchao/p/1602721.html
Copyright © 2011-2022 走看看