<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>잠토의 잠망경</title>
    <link>https://mellowlee.tistory.com/</link>
    <description>잠토가 세상을 향해 잠망경을 들이 대봅니다.
^^</description>
    <language>ko</language>
    <pubDate>Tue, 26 May 2026 01:22:47 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>잠수함토끼</managingEditor>
    <image>
      <title>잠토의 잠망경</title>
      <url>https://tistory1.daumcdn.net/tistory/102485/attach/e7f50eaa3dbe41ab860392a5ead359f3</url>
      <link>https://mellowlee.tistory.com</link>
    </image>
    <item>
      <title>python 주요 code</title>
      <link>https://mellowlee.tistory.com/entry/python-%EC%A3%BC%EC%9A%94-code</link>
      <description>jupyter note to python code
jupyter nbconvert --to script 파일이름.ipynb
&amp;nbsp;
&amp;nbsp;</description>
      <category>공부/Python</category>
      <author>잠수함토끼</author>
      <guid isPermaLink="true">https://mellowlee.tistory.com/712</guid>
      <comments>https://mellowlee.tistory.com/entry/python-%EC%A3%BC%EC%9A%94-code#entry712comment</comments>
      <pubDate>Sat, 30 Mar 2024 23:52:21 +0900</pubDate>
    </item>
    <item>
      <title>[GFG] Searching Algorithms</title>
      <link>https://mellowlee.tistory.com/entry/GFG-Searching-Algorithms</link>
      <description>https://www.geeksforgeeks.org/searching-algorithms/

&amp;nbsp;

Searching Algorithms - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practic..</description>
      <author>잠수함토끼</author>
      <guid isPermaLink="true">https://mellowlee.tistory.com/710</guid>
      <comments>https://mellowlee.tistory.com/entry/GFG-Searching-Algorithms#entry710comment</comments>
      <pubDate>Sat, 23 Dec 2023 05:37:53 +0900</pubDate>
    </item>
    <item>
      <title>MaterialSkin - Label Background Color</title>
      <link>https://mellowlee.tistory.com/entry/MaterialSkin-Label-Background-Color</link>
      <description>&amp;nbsp;

&amp;nbsp;
&amp;nbsp;
private MaterialLabel materialLabel1;
private MaterialLabel materialLabel2;

private void button1_Click(object sender, EventArgs e)
{
    this.materialLabel1.BackColor = System.Drawing.Color.Green;

}</description>
      <category>공부/C sharp</category>
      <author>잠수함토끼</author>
      <guid isPermaLink="true">https://mellowlee.tistory.com/708</guid>
      <comments>https://mellowlee.tistory.com/entry/MaterialSkin-Label-Background-Color#entry708comment</comments>
      <pubDate>Mon, 25 Sep 2023 15:08:45 +0900</pubDate>
    </item>
    <item>
      <title>[DataFrame] file append</title>
      <link>https://mellowlee.tistory.com/entry/DataFrame-file-append</link>
      <description>DataFrame to_csv시 Append
처음에는 w option을 줘서 생성한다.
이후에는 a option을 줘서 추가한다.
def saveDataDataFrame(datas:DataFrame):

    import os

    if not os.path.exists(&amp;#39;number_bin.csv&amp;#39;):
        datas.to_csv(&amp;#39;number_bin.csv&amp;#39;, index=False, mode=&amp;#39;w&amp;#..</description>
      <category>공부/Python</category>
      <category>a</category>
      <category>csv</category>
      <category>dataframe</category>
      <category>PD</category>
      <category>to_csv</category>
      <category>W</category>
      <author>잠수함토끼</author>
      <guid isPermaLink="true">https://mellowlee.tistory.com/690</guid>
      <comments>https://mellowlee.tistory.com/entry/DataFrame-file-append#entry690comment</comments>
      <pubDate>Tue, 21 Sep 2021 17:50:28 +0900</pubDate>
    </item>
    <item>
      <title>[WPF] TextBox Enter Key Event</title>
      <link>https://mellowlee.tistory.com/entry/WPF-TextBox-Enter-Key-Event</link>
      <description>Event
TextBox 입력후 Enter로 조회하고 싶을때 아래와 같이 MVVM 사용하면 된다.
View

 &amp;lt;TextBox 
     Width=&amp;quot;120&amp;quot;
     Text=&amp;quot;{Binding TxtInput, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}&amp;quot;&amp;gt;

     &amp;lt;i:Interaction.Triggers&amp;gt;
         &amp;lt;i:EventT..</description>
      <category>공부/C sharp</category>
      <category>Enter</category>
      <category>Key</category>
      <category>MVVM</category>
      <category>Textbox</category>
      <category>WPF</category>
      <author>잠수함토끼</author>
      <guid isPermaLink="true">https://mellowlee.tistory.com/689</guid>
      <comments>https://mellowlee.tistory.com/entry/WPF-TextBox-Enter-Key-Event#entry689comment</comments>
      <pubDate>Tue, 21 Sep 2021 17:10:09 +0900</pubDate>
    </item>
    <item>
      <title>[WPF] MVVM Mouse Event 처리</title>
      <link>https://mellowlee.tistory.com/entry/WPF-MVVM-Mouse-Event-%EC%B2%98%EB%A6%AC</link>
      <description>xmlns:i=&amp;quot;clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity&amp;quot;
xmlns:ei=&amp;quot;clr-namespace:Microsoft.Expression.Interactivity.Core;assembly=Microsoft.Expression.Interactions&amp;quot;



    &amp;lt;UserControl.Resources&amp;gt;..</description>
      <category>공부/C sharp</category>
      <author>잠수함토끼</author>
      <guid isPermaLink="true">https://mellowlee.tistory.com/687</guid>
      <comments>https://mellowlee.tistory.com/entry/WPF-MVVM-Mouse-Event-%EC%B2%98%EB%A6%AC#entry687comment</comments>
      <pubDate>Sun, 5 Sep 2021 06:30:35 +0900</pubDate>
    </item>
    <item>
      <title>[python] extract highlighted text (highlight된 글자 추출)</title>
      <link>https://mellowlee.tistory.com/entry/python-extract-highlighted-text-highlight%EB%90%9C-%EA%B8%80%EC%9E%90-%EC%B6%94%EC%B6%9C</link>
      <description>https://stackoverflow.com/questions/9099497/how-to-extract-highlighted-parts-from-pdf-files
from typing import List, Tuple

import fitz  # install with &amp;#39;pip install pymupdf&amp;#39;


def _parse_highlight(annot: fitz.Annot, wordlist: List[Tuple[float, flo..</description>
      <category>Extract</category>
      <category>Highlight</category>
      <category>pdf</category>
      <author>잠수함토끼</author>
      <guid isPermaLink="true">https://mellowlee.tistory.com/685</guid>
      <comments>https://mellowlee.tistory.com/entry/python-extract-highlighted-text-highlight%EB%90%9C-%EA%B8%80%EC%9E%90-%EC%B6%94%EC%B6%9C#entry685comment</comments>
      <pubDate>Sat, 28 Aug 2021 23:00:14 +0900</pubDate>
    </item>
    <item>
      <title>[synology] API</title>
      <link>https://mellowlee.tistory.com/entry/synology-API</link>
      <description>https://global.download.synology.com/download/Document/Software/DeveloperGuide/Package/DownloadStation/All/enu/Synology_Download_Station_Web_API.pdf
sample01
http://synologyaddress:myport/webapi/query.cgi?api=SYNO.API.Info
&amp;amp;version=1
&amp;amp;method=query..</description>
      <category>API</category>
      <category>downloadstation</category>
      <category>syno.api.auth</category>
      <category>synology</category>
      <author>잠수함토끼</author>
      <guid isPermaLink="true">https://mellowlee.tistory.com/684</guid>
      <comments>https://mellowlee.tistory.com/entry/synology-API#entry684comment</comments>
      <pubDate>Fri, 13 Aug 2021 13:33:26 +0900</pubDate>
    </item>
    <item>
      <title>[Synology] NAS 보안 방안</title>
      <link>https://mellowlee.tistory.com/entry/Synology-NAS-%EB%B3%B4%EC%95%88-%EB%B0%A9%EC%95%88</link>
      <description>https://kb.synology.com/ko-kr/DSM/tutorial/How_to_add_extra_security_to_your_Synology_NAS#x_anchor_id9

&amp;nbsp;

Synology NAS의 보안을 강화하기 위해 무엇을 할 수 있습니까? - Synology 지식 센터
&amp;nbsp;
kb.synology.com


&amp;nbsp;
NAS admin 공격
&amp;nbsp;
최근에 admin에 대한 로그인 시도가 엄청 많이 늘어났다.
..</description>
      <category>만화경/Synology</category>
      <category>admin</category>
      <category>DSM</category>
      <category>Port Forward</category>
      <category>synology</category>
      <author>잠수함토끼</author>
      <guid isPermaLink="true">https://mellowlee.tistory.com/682</guid>
      <comments>https://mellowlee.tistory.com/entry/Synology-NAS-%EB%B3%B4%EC%95%88-%EB%B0%A9%EC%95%88#entry682comment</comments>
      <pubDate>Sat, 7 Aug 2021 21:17:44 +0900</pubDate>
    </item>
    <item>
      <title>[Project] DragonData</title>
      <link>https://mellowlee.tistory.com/entry/Project-DragonData</link>
      <description>해당 프로젝트의 목적은 숨겨져있는 내가 가공하고 만들어 놓은 또는 문서 파일을 관리하기 위한 프로젝트입니다.
저 같은 경우도 tistory, evernote, nas서버에 각각 data를 저장하고 있습니다.
그때 그때 느낌가는대로 자료를 수집하고 정리따위는 안하고 있어서 중복은 둘째고 같은 자료를 계속 반복해서 찾는 무식함을 발견하고 합니다.
이를 좀 합리적으로 할 수 없을까 생각하면서 14714 공부법을 도입해서 잊을만하면 기억나게 해주는 방식으로 프..</description>
      <category>Project/Dragon Data</category>
      <category>API</category>
      <category>EverNote</category>
      <category>Nas</category>
      <category>Open</category>
      <category>Open API</category>
      <category>Project</category>
      <category>synology</category>
      <category>Tistory</category>
      <author>잠수함토끼</author>
      <guid isPermaLink="true">https://mellowlee.tistory.com/681</guid>
      <comments>https://mellowlee.tistory.com/entry/Project-DragonData#entry681comment</comments>
      <pubDate>Sat, 31 Jul 2021 23:42:08 +0900</pubDate>
    </item>
  </channel>
</rss>