zoukankan      html  css  js  c++  java
  • 测试用LiveWriter写日志

    1、插入C#代码

    Insert Code
       1:   public string GetNewGuid()
       2:   {
       3:          return System.Guid.NewGuid().ToString();
       4:   }
     
    Code Snippet
       1: public string GetNewGuid()
       2: {
       3:     return System.Guid.NewGuid().ToString();
       4: }

    2、插入图片

    Cover_iconic-Ferrari-spiders;-photo-Steve-Read

  • 相关阅读:
    最小树形图 朱刘算法模板+建边技巧
    模板倍增LCA 求树上两点距离 hdu2586
    【瞎搞题】gym226123 L. For the Honest Election
    【凸包板题】Gym
    集合3
    集合2
    集合1
    常用API&异常
    内部类&API
    多态&接口类&接口
  • 原文地址:https://www.cnblogs.com/wangcl/p/2563558.html
Copyright © 2011-2022 走看看