MD Test

歡迎使用 MWeb

XXXjavascript

```
css


ZFCollectionViewListController.m

<script src="https://blog-static.cnblogs.com/files/CoderWayne/hyt25.js"></script>
<script type="text/javascript">
window.onresize = function () {
    console.log(window.innerWidth);
    var isDetail = document.getElementById("post_detail");
    if(isDetail) {
        $(".forFlow").css('marginLeft',0);
        if(window.innerWidth<760) {
            $(".forFlow").css('marginTop',70);
        }
        else {
            $(".forFlow").css('marginTop',0);
        }
    }
    else {
        if(window.innerWidth<760) {
            $(".forFlow").css('marginLeft',0);
            $(".forFlow").css('marginTop',70);
        }
        else {
            $(".forFlow").css('marginLeft',255);
            $(".forFlow").css('marginTop',0);
        }
    }
}

$(function(){
    var isDetail = document.getElementById("post_detail");
    if(isDetail) {
        document.getElementById("sideBar").style.display = "none";
        $(".forFlow").css('marginLeft',0);
        if(window.innerWidth<760) {
            $(".forFlow").css('marginTop',70);
        }
        else {
            $(".forFlow").css('marginTop',0);
        }
    }
    else {
        document.getElementById("sideBar").style.display = "block";
        if(window.innerWidth<760) {
            $(".forFlow").css('marginLeft',0);
            $(".forFlow").css('marginTop',70);
        }
        else {
            $(".forFlow").css('marginLeft',255);
            $(".forFlow").css('marginTop',0);
        }
    }
    console.log(window.innerWidth);

    $('#cnblogs_post_body p').each(function (index,element) {
    var content = $(element).text()
     if (/^```/.test(content)) {
        $(element).remove();
        return;
    }
    })
})

$.silence();
</script>

YYYhtml

ZFCollectionViewListController.m
- (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didSendBodyData:(int64_t)bytesSent totalBytesSent:(int64_t)totalBytesSent totalBytesExpectedToSend:(int64_t)totalBytesExpectedToSend {
    UITableViewCell *cell = [self.tableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]];
    /*邏輯
   
   
   

  
ab
判斷*/ UILabel *label = (UILabel *)[cell viewWithTag:104]; //新加入語句 dispatch_async(dispatch_get_main_queue(), ^{ if((float)totalBytesSent / totalBytesExpectedToSend == 1.0f) { label.text = @"上傳成功"; } else { label.text = [NSString stringWithFormat:@"上傳中:%.0f%%",100*(float)totalBytesSent / totalBytesExpectedToSend]; } }); }

下面是MD原生java

- (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didSendBodyData:(int64_t)bytesSent totalBytesSent:(int64_t)totalBytesSent totalBytesExpectedToSend:(int64_t)totalBytesExpectedToSend {
    UITableViewCell *cell = [self.tableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]];
    
    UILabel *label = (UILabel *)[cell viewWithTag:104];
    dispatch_async(dispatch_get_main_queue(), ^{
        if((float)totalBytesSent / totalBytesExpectedToSend == 1.0f) {
            label.text = @"上傳成功";
        }
        else {
            label.text = [NSString stringWithFormat:@"上傳中:%.0f%%",100*(float)totalBytesSent / totalBytesExpectedToSend];
        }
    });
}

MWeb 是專業的 Markdown 寫做、記筆記、靜態博客生成軟件,目前已支持 Mac,iPad 和 iPhone。MWeb 有如下特點:git

軟件自己:

中間寫上想說的話web

  • 使用原生的 macOS 技術打造,追求與系統的完美結合。
  • 原則上,首先是追求界面簡潔和高性能,而後纔是強大易用,功能全面。

Markdown 語法:

  • 使用 Github Flavored Markdown 語法,簡稱 GFM 語法。
  • 支持表格、TOC、LaTeX、代碼塊、任務列表、腳註等。
  • 畫圖庫支持 mermaid, viz, echarts, plantuml, sequence, flow。

Markdown 輔助:

  • 支持截圖並粘貼、複製並粘貼、拖拽等方式插入圖片並直接顯示在編輯器內。
  • 在兼容 Markdown 語法的狀況下支持設置圖片寬度。
  • 好用的表格插入和 LaTeX 書寫輔助。

Markdown 輸出:

  • 支持導出爲圖片、HTML、Epub、PDF、RTF、Docx。
  • 支持發佈到 Wordrpess、支持 Metaweblog API 協議的服務、Wordpress.com、印象筆記(Evernote)、Blogger、Medium、Tumblr。
  • 圖片上傳服務(圖牀)支持 Google Photos、Imgur、七牛雲、又拍雲和自定義的圖牀服務。

Markdown 筆記:

  • 強大的文檔庫支持分類樹和標籤管理文檔,文檔可歸類於多個分類,能夠把分類整個導出爲 Epub、PDF 和生成靜態網站。很是合適用於筆記、我的知識收集、管理和輸出。
  • 快速筆記:隨意增長筆記及圖片等素材,支持以天爲單位把增長的素材組合在一個文檔內,方便整理及記錄歷史收集狀況。
  • 快速搜索:目前已支持全局快捷鍵調出搜索。

外部 Markdown 文檔:

  • 外部 Markdown 文檔使用外部模式管理。外部模式使用目錄樹的方式編輯和管理你的 markdown 文檔,還能很好的支持 gitbook、JekyII、hexo 等等編輯和圖片插入。

MWeb 文檔:

若是要更詳細瞭解 MWeb,建議你必定要去看一下官網的幫助文檔,網址爲:https://zh.mweb.im/help.html。咱們建議在使用文檔庫以前,必定要閱讀一下 MWeb 文檔庫詳細介紹 這篇文章,以便更好的使用文檔庫。markdown

幫助咱們改進 MWeb

若是你喜歡 MWeb,想讓它變得更好,你能夠:session

  1. 推薦 MWeb,讓更多的人知道。
  2. 給咱們發反饋和建議:coderforart+2333@gmail.com
  3. 在 Mac App Store 上評價 (若是是在 MAS 上購買的話)。
<details>
<summary><mark><font color=darkred>點擊查看詳細內容</font></mark></summary>


</details>

ABCDhexo

CLICK ME ```objc - (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didSendBodyData:(int64_t)bytesSent totalBytesSent:(int64_t)totalBytesSent totalBytesExpectedToSend:(int64_t)totalBytesExpectedToSend { UITableViewCell *cell = [self.tableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]]; UILabel *label = (UILabel *)[cell viewWithTag:104]; dispatch_async(dispatch_get_main_queue(), ^{ if((float)totalBytesSent / totalBytesExpectedToSend == 1.0f) { label.text = @"上傳成功"; } else { label.text = [NSString stringWithFormat:@"上傳中:%.0f%%",100*(float)totalBytesSent / totalBytesExpectedToSend]; } }); } ```

胡曉偉測試貼圖begin
echarts

胡曉偉測試貼圖end
相關文章
相關標籤/搜索