Yun Tseng

@YunTseng

- 2022/6 銘傳大學資訊傳播工程學系畢業

Joined on Feb 2, 2021

  • Place we want to go, dump New Taipei 九份 old streetgoogle map test lol :) Keelung Yilan 仁山植物園 Renshan Botanical Gardengoogle map address: 269宜蘭縣冬山鄉新寮路500號
     Like  Bookmark
  • Notion 背景 選材 基礎教學 templates Qt5 (C++) Qt5 (C++) problems 介紹 Qt GUI
     Like  Bookmark
  • 原文 你最關注的問題是什麼,你想要改變它?這個問題有助於你確定你想要解決的主要問題或議題。 為了應對這個問題,你想要達成什麼目標?這個問題有助於你明確你想要實現的具體目標,以解決這個問題。 如果你實現了目標,成功會是什麼樣子?這個問題有助於你想像實現目標後的結果或最終成果。 實現成功會讓你有什麼樣的感覺?這個問題有助於你與當你實現目標時會體驗到的情緒和感受產生共鳴。 你真正、真正想要什麼?這個問題有助於你明確你最深層的渴望和動機。 你目前生活中發生的事情如何影響這個渴望?這個問題有助於你確定可能影響你實現目標能力的任何外部因素。 誰還參與或受到你想要實現的目標影響?這個問題有助於你考慮可能受你的目標影響的其他人,無論是正面還是負面。 為了實現成功,需要克服哪些障礙?這個問題有助於你確定可能阻礙你實現目標的挑戰或障礙。
     Like  Bookmark
  • 前面的網址為使用說明,後面Notion模板直接跳轉notion 不會使用複製模板的話,參考 基礎教學: 複製他人模板 English Article and Volcabulary || Notion模板 Full Notes || Notion模板 可愛計算機 ( 直接embeded link 進去notion 做使用 )
     Like  Bookmark
  • At the Beginning of a Project We have four tools. CentralWiget which is locked, menuBar on the top, mainToolBar,and statusBar at below. Layouts Vertical Layout 物件是很多個row的 Horizontal Layout 物件是很多個column的
     Like  Bookmark
  • The QListWidget and QListView classes are both used to display a list of items, but they differ in how they handle the items. QListWidget is a convenience class that provides a list view similar to the one provided by the QListView class, but with some additional functionality built in. It allows you to add items to the list, remove items from the list, and rearrange the items using drag-and-drop. QListView is a more general-purpose class that provides a view onto a model that contains a list of items. It is more flexible than QListWidget, but requires more code to set up. It allows you to display a list of items from any model that implements the QAbstractItemModel interface, and you can customize the appearance of the items by implementing your own delegate. Both QListWidget and QListView are part of the Model/View framework in Qt, which allows you to separate the data being displayed from the way it is presented to the user. The ListWidget resembles more how a traditional listbox works. That said, using a model ( ListView) allows for automatic updates to the model
     Like  Bookmark
  • 下載 serialport cannot open Qt GUI Layouts 參考: Qt開發總結——布局Layout Spacers Buttons What is the different between QPushButton and QToolButton?
     Like  Bookmark
  • 創建新帳號 初始畫面會問你notion你是要拿來做甚麼的?work: 工作 Life: 生活 School: 學校 這邊我選擇 life,但其實選擇甚麼都沒關係 內建的教學畫面可以跳過也可以稍微瀏覽,有基礎介紹
     Like  Bookmark
  • 背景 應用 QT成功案例: WPS Office辦公軟體 Linux桌面環境KDE Skype網路電話 谷歌地圖 VLC多媒體播放器 VirtualBox虛擬機器軟體 原文網址:https://itw01.com/U363MEG.html
     Like  Bookmark
  • chatGPT 簡介: AI 繪圖軟體 Midjourney Stable Diffuse
     Like  Bookmark
  • Definition - 定義你要的 選擇太多我們常常會腦袋打結,為了釐清最後的結果,我們可以 (1)將大問題拆成小問題,一一釐清。 雖然很有可能會因為問題而產生更多問題,但是隨著小問題的解決,不知不覺會完成大問題的定義。你想達成的目的是甚麼? 你想達到的功能有哪些? 哪些對你來說是有意義的? 怎麼樣的意義? 哪些是你想記錄下來的? 哪些狀況可以幫助你?
     Like  Bookmark
  • Make your notes digital! Why - The advantage of digital notes (compared to handed notes) can be displayed on the internet.easy to sharethe importance of sharing easy to What - What is notion Notion is a powerful tool for managing tasks, notes, and projects in one centralized location. Its versatility lies in its ability to create and customize databases, boards, calendars, and to-do lists, allowing users to manage their work and personal lives in one place. To get started with Notion, users can create a new account and begin creating pages, adding content, and organizing their information. Notion's drag-and-drop functionality makes it easy to move pages and information around, and users can customize their pages with a variety of templates and themes. In summary, Notion is a versatile platform that allows users to create and manage webpages for a variety of purposes. Its drag-and-drop functionality, customizable templates, and centralized location make it a popular choice for individuals and teams looking to streamline their workflows and stay organized. Some useful resources for getting started with Notion include the Notion Introduction page, which provides an overview of the platform's features, and the Notion Help Center, which offers detailed instructions and troubleshooting advice.
     Like  Bookmark
  • 參考網站 Mode Command Notes Plain Text Editor setTextFormat(PlainText) Set text with setText(); text() returns plain text. Text attributes (e.g. colors) can be set, but plain text is always returned.
     Like  Bookmark
  • 參考QPushButton is simply a button. QToolButton is part of a group of widgets in the QtWidgets module that operate on QActions: QMenu and QToolBar are other examples. As a result, QToolButton is much more complex under the hood than QPushButton. A QToolButton should generally have an icon. A QPushButton should always have text. From Qt doc: http://doc.qt.io/qt-5/qtoolbutton.html#details "A tool button is a special button that provides quick-access to specific commands or options. As opposed to a normal command button, a tool button usually doesn't show a text label, but shows an icon instead." When i want a button in the GUI simple with only an icon, I use QToolButton. But when i want a classic button, i use QPushButton. No big differences,
     Like  Bookmark
  • 參考 the difference is that QPlainTextEdit is optimized for handling plain text, and can be used even with very large plain text files. Also the way text is formatted is simpler. If you plan to support only plain texts, then QPlainTextEdit is the right choice.
     Like  Bookmark
  • # serialport cannot open ###### tags: `problems`、`Qt5(C++)`
     Like  Bookmark
  • ▌原子習慣 ▌Google、facebook、software 專家教你的66堂科技趨勢必修課 序 CH1 軟體開發 ▌Learning how to learn 學習如何學習 Week 1 Week 2
     Like  Bookmark
  • [name=Yun Tseng] [time=Fri, Dec 10, 2021 11:55 PM] :star:MCU CCE/AI 歷屆重點筆記Note. 請一起維護資料夾~祝大家考試順利!!! 資料夾: 年級-科目-年度/西元年 ex: 大一-微積分-108/2019 :star:for 程式相關 CS50
     Like  Bookmark
  • 2021/09/28 迎面而來的微風喚來屬於田野鄉間的綠色生機,微甜微酸 風中顫抖搖曳著是低頭折腰作揖卻頑強的生命,微苦微辣 祈禱每一份來自大地的滋潤與眷養和遠方陽光,微明微暗 舞蹈著身軀感謝每一滴得來不易的輕撫和慰藉,微靜微動 2021/11/09 期中作品 這是仿畫==莫內==的布維爾的大風浪 Heavy Sea at Pourville
     Like  Bookmark
  • 介紹 haircreater_github 組員介紹 Pictures 前置作業 開會紀錄 遇到的問題
     Like  Bookmark