原创 理解Excel中規劃求解及其算法

規劃求解 “規劃求解”加載項是Microsoft Office Excel加載項 程序。 安裝方法見:Microsoft 支持 : 在 Excel 中加載規劃求解加載項 使用方法見:Microsoft 支持 : 運用“規劃求解

原创 理解@staticmethod||@classmethod||instancemethod in Python

staticmethod() The staticmethod() built-in function returns a static method for a given function. The syntax of s

原创 (20200622已解決)NotePad++如何實現實時刷新文檔

問題描述 如題所述 解決方案 setting - preference - general -localization > 中文簡體 - 其他 - 自動檢測文件狀態 > 自動更新文件/更新後定位到末行 Referenc

原创 理解assert語句in Python

Assert Statements Python’s assert statement is a debugging aid that tests a condition. If the condition is true,

原创 理解metaclass||metadata in Python

metaclass Metaclasses are an espteric OOP concept, lurking behind virtually all Python code. The use of custom me

原创 理解Jim Fulton‘s Extension Classes

Extension Building Tools A number of tools are available to simplify the construction of Python extensions Exte

原创 (20200622已解決)容器docker||Visual Studio Code is unable to watch for file changes in this large workspa

問題描述 如題所述,VSCode無法實時顯示文件變動,因爲workspace空間太大,文件太多,而linux本身對此有限制。 From vscode offical documents, you can fixed the p

原创 理解Descriptor in Python

Abstract Python descriptors were introduced in Python 2.2, along with new style classes Defines descriptors, summ

原创 理解Python interned objects

關鍵字 sys.intern() Reference Pointers in Python: What’s the Point?

原创 理解Python中mutable

溯源 From Chapter 19 : Operating System Services(Page 370) of*《Python Essential Reference》* writen by David M. Beaz

原创 如何查看Linux中內存使用情況

Memory Usage On Linux, there are commands for almost everything. Memory include RAM and swap. RAM swap From A

原创 理解Python中fileno() ||os.open() || bytearray||flush

file object An object exposing a file-oriented API to an underlying resource. File objects are also called file-l

原创 理解pointer in Python

What is Pointer Pointer In C Pointers allow you to create great efficiency in parts of your code. They also cau

原创 理解Python中mmap : memory-mapped file

Python library : mmap Memory-mapped file objects behave like both bytearray and like file objects. You can use mm

原创 理解Python中raise、assert語句

Simple statements A simple statement is comprised within a single logical line. Several simple statements may