整合營銷服務商

          電腦端+手機端+微信端=數據同步管理

          免費咨詢熱線:

          知識記憶工具:Anki for Mac中文免費版

          nki Mac中文版是mac上一款非常好用的助記憶學習的一款工具,它能下載和自定義知識題庫,將知識點整理成卡片形式。通過主動召回的記憶模式讓你學習更容易。而且Anki可以在官網上下載別人共享好的題庫,也可以自已制作題庫。題庫可以通過服務器同步到手機端,在空閑時間就可以通過手機去學習,適合學生、考研、語言學習等類型人員。

          https://mac.orsoon.com/Mac/175555.html?id=MTg1MzMyMSZfJjIyMC4xODYuNi4yMDM%3D

          nkiDroidapp是一個讓您高效學習的記憶卡片軟件, 讓您隨時隨地學習任何信息。 充分利用碎片時間,如公交車上,超市排隊或其他等待時間。可以創建您自己的快閃卡牌組,或者下載免費的牌組,有各種語言與主題(目前超過 6000 組),用你自己喜歡的方式來學習。還能通過桌面應用程序 Anki 添加卡片,或者直接用 AnkiDroid 添加。它比傳統的學習方法有效得多,所以您可以大大減少學習時間,也可以大大增加學習量。本程序甚至支持自動從字典添加材料!

          下載地址:http://www.32r.com/app/78237.html


          軟件特色

          1、支持卡牌內容:文本、圖像、聲音、LaTeX 文本

          2、間隔式復習(supermemo 2 算法)

          3、語音合成技術集成

          4、超過 6000 個預制牌組

          5、顯示進展的桌面小程序

          6、詳細的統計信息

          7、與 AnkiWeb 同步

          8、開放源代碼

          9、支持 27 種不同的語言


          軟件功能

          1、輸入答案(可選)

          2、白板

          3、卡片編輯器/添加器

          4、卡牌瀏覽器

          5、平板電腦布局

          6、通過桌面版本的 Anki 可以導入現有的集合文件

          7、字典集成(ColorDict、GoldenDict、Leo.org、Aedict、多種網絡詞典)

          8、從其他應用程序(如字典)通過Intent添加卡牌

          9、自定義字體支持

          10、完備的備份系統

          11、通過滑動、點擊進行操作

          12、可定制

          13、可處理動態牌組

          14、夜間模式

          軟件評測

          需要你自己添加內容,享受DIY是一件幸福的事呢~可以記一些容易忘記的知識點、單詞、公式等等。它可以添加圖片錄音,超強大的記憶曲線功能,可以導出你自己制作的卡片,適合記憶各種你想記住的東西。當然前提是你要有求知欲。卡片分basic(就是Q&A)basic(正反互換兩張卡,適合記單詞)和其他模式。

          開“偏好設置”



          復制一個css文件,重新命名為“base.user.css”



          修訂改文件內容

           .sidebar-content {
               counter-reset: h1
           }
            
           .outline-h1 {
               counter-reset: h2
           }
            
           .outline-h2 {
               counter-reset: h3
           }
            
           .outline-h3 {
               counter-reset: h4
           }
            
           .outline-h4 {
               counter-reset: h5
           }
            
           .outline-h5 {
               counter-reset: h6
           }
            
           .outline-h1>.outline-item>.outline-label:before {
               counter-increment: h1;
               content: counter(h1) ". "
           }
            
           .outline-h2>.outline-item>.outline-label:before {
               counter-increment: h2;
               content: counter(h1) "." counter(h2) ". "
           }
            
           .outline-h3>.outline-item>.outline-label:before {
               counter-increment: h3;
               content: counter(h1) "." counter(h2) "." counter(h3) ". "
           }
            
           .outline-h4>.outline-item>.outline-label:before {
               counter-increment: h4;
               content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) ". "
           }
            
           .outline-h5>.outline-item>.outline-label:before {
               counter-increment: h5;
               content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) ". "
           }
            
           .outline-h6>.outline-item>.outline-label:before {
               counter-increment: h6;
               content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) ". "
           }
           ?
           /** initialize css counter */
           #write {
               counter-reset: h1
           }
           ?
           h1 {
               counter-reset: h2
           }
           ?
           h2 {
               counter-reset: h3
           }
           ?
           h3 {
               counter-reset: h4
           }
           ?
           h4 {
               counter-reset: h5
           }
           ?
           h5 {
               counter-reset: h6
           }
           ?
           /** put counter result into headings */
           #write h1:before {
               counter-increment: h1;
               content: counter(h1) ". "
           }
           ?
           #write h2:before {
               counter-increment: h2;
               content: counter(h1) "." counter(h2) ". "
           }
           ?
           #write h3:before,
           h3.md-focus.md-heading:before /** override the default style for focused headings */ {
               counter-increment: h3;
               content: counter(h1) "." counter(h2) "." counter(h3) ". "
           }
           ?
           #write h4:before,
           h4.md-focus.md-heading:before {
               counter-increment: h4;
               content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) ". "
           }
           ?
           #write h5:before,
           h5.md-focus.md-heading:before {
               counter-increment: h5;
               content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) ". "
           }
           ?
           #write h6:before,
           h6.md-focus.md-heading:before {
               counter-increment: h6;
               content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) ". "
           }
           ?
           /** override the default style for focused headings */
           #write>h3.md-focus:before,
           #write>h4.md-focus:before,
           #write>h5.md-focus:before,
           #write>h6.md-focus:before,
           h3.md-focus:before,
           h4.md-focus:before,
           h5.md-focus:before,
           h6.md-focus:before {
               color: inherit;
               border: inherit;
               border-radius: inherit;
               position: inherit;
               left:initial;
               float: none;
               top:initial;
               font-size: inherit;
               padding-left: inherit;
               padding-right: inherit;
               vertical-align: inherit;
               font-weight: inherit;
               line-height: inherit;
           }


          關閉typora,重新啟動,即可實現


          主站蜘蛛池模板: 日韩动漫av在线播放一区| 日本无卡码免费一区二区三区| 欧美日韩国产免费一区二区三区 | 国产一区二区三区在线| 国产在线不卡一区二区三区| 国产福利无码一区在线| 精品国产免费一区二区三区香蕉| 人妻在线无码一区二区三区| 另类一区二区三区| 国产成人精品无人区一区| 亚洲av乱码中文一区二区三区| 综合久久一区二区三区| 日本一区午夜爱爱| 日韩人妻无码免费视频一区二区三区| 日本一道高清一区二区三区| 精品国产一区二区三区2021| 中文字幕AV无码一区二区三区| 国产一区二区精品久久岳| 濑亚美莉在线视频一区| 亚洲色偷精品一区二区三区| 无码免费一区二区三区免费播放| 麻豆视传媒一区二区三区| 怡红院AV一区二区三区| 一区国产传媒国产精品| 一区二区免费视频| 久久久久一区二区三区| 在线视频一区二区三区三区不卡 | 久久一区二区三区精品| 久久亚洲中文字幕精品一区四| 无码国产精品一区二区高潮| 免费无码毛片一区二区APP| 一区二区三区福利视频| 国产免费一区二区三区VR| 久久精品无码一区二区三区不卡 | 性色AV一区二区三区无码| 一区在线免费观看| 国产高清一区二区三区视频| 一区二区无码免费视频网站| tom影院亚洲国产一区二区 | 日韩一区二区三区不卡视频| 欧洲精品一区二区三区|