zoukankan      html  css  js  c++  java
  • 佛祖保佑,从来没有Bug

    <span style="font-size:14px;">//                  _ooOoo_
    //                 o8888888o
    //                 88" . "88
    //                 (| -_- |)
    //                 O  =  /O
    //              ____/`---'\____
    //            .'  \|     |//  `.
    //          /  \|||  :  |||//  
    //          /  _||||| -:- |||||-  
    //          |   | \  -  /// |   |
    //          | \_|  ''---/''  |   |
    //            .-\__  `-`  ___/-. /
    //        ___`. .'  /--.--  `. . __
    //     ."" '<  `.___\_<|>_/___.'  >'"".
    //    | | :  `- \`.;` _ /`;.`/ - ` : | |
    //       `-.   \_ __ /__ _/   .-` /  /
    //=====`-.____`-.___\_____/___.-`____.-'======
    //                  `=---='
    //
    //^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    //          佛祖保佑       永无Bug
    //          快加工资       不改需求
    //</span>

    c#控制台实现如上图代码例如以下:

    <span style="font-size:14px;">using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    
    namespace 输出_佛祖保佑_
    {
        class Program
        {
            static void Main(string[] args)
            {
                Console.WriteLine("_ooOoo_  ");
                Console.WriteLine("    o8888888o  ");
                Console.WriteLine("  88" . "88    ");
                Console.WriteLine("   (| -_- |)    ");
                Console.WriteLine("  ____/`---'\____   ");
                Console.WriteLine("  .'  \|     |//  `.    ");
                Console.WriteLine("  /  \|||  :  |||//  \    ");
                Console.WriteLine("    /  _||||| -:- |||||-  \    ");
                Console.WriteLine(" |   | \\  -  /// |   |    ");
                Console.WriteLine(" | \_|  ''\---/''  |   |   ");
                Console.WriteLine("\  .-\__  `-`  ___/-. /    ");
                Console.WriteLine("  ___`. .'  /--.--\  `. . __    ");
                Console.WriteLine("."" '<  `.___\_<|>_/___.'  >'"".    ");
                Console.WriteLine(" | | :  `- \`.;`\ _ /`;.`/ - ` : | |    ");
                Console.WriteLine(" \  \ `-.   \_ __\ /__ _/   .-` /  /    ");
                Console.WriteLine("=====`-.____`-.___\_____/___.-`____.-'======    ");
                Console.WriteLine(" `^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^      ");
                Console.ForegroundColor = ConsoleColor.Cyan;
                Console.WriteLine(" `          佛祖保佑       永无Bug     ");
                Console.WriteLine(" `          快加工资       不改需求      ");
                Console.WriteLine("………………南无阿弥陀佛………………");
            }
        }
    }
    </span>

    如图:


    版权声明:本文博主原创文章,博客,未经同意不得转载。

  • 相关阅读:
    银行业务调度系统
    Apache虚拟主机配置
    linux下 redis 启动
    linux下mysql 启动命令
    linux 查看磁盘空间大小
    基于微信地理位置的附近商家距离坐标数据查询方法
    mysql表无权限访问
    linux用户操作
    Java中Date各种相关用法
    spring 定时任务的 执行时间设置规则
  • 原文地址:https://www.cnblogs.com/lcchuguo/p/4816427.html
Copyright © 2011-2022 走看看