python3学习手册
join(user_agent)) # 创建一个浏览器驱动 driver = webdriver.Chrome(options=chrome_options) driver.maximize_window() # 浏览器最大化 # driver.get("https://limaofu.github.io") # element = driver.find_element(by=By "D:\\tmp\\test.png" driver.save_screenshot(img_path) # driver.fullscreen_window() # 浏览器全屏化(即不显示系 统状态栏),maximize_window时仍显示系统状态栏 # element = driver.find_element(By.ID, 'su') # img_path = "D:\\tmp\\test import Image, ImageTk import cv2 def test_tk(): window = tkinter.Tk() window.title("pillow") # 创建一个 Tkinter 界面 canvas = tkinter.Canvas(window, width=640, height=480) canvas.pack() cap0 码力 | 213 页 | 3.53 MB | 1 年前3User’s Guide for Free Pascal, Version 3.2.2
Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 6.3.1 Window basics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 6.3.2 Sizing and moving 4.9 The Options menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 6.4.10 The Window menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 6.4.11 The Help menu . . call stack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 6.9.4 The GDB window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 6.10 Using Tools . . . . . . .0 码力 | 217 页 | 756.57 KB | 1 年前3peewee Documentation Release 3.6.0
Getting random records Paginating records Counting records Aggregating records Retrieving Scalar Values Window functions Retrieving row tuples / dictionaries / namedtuples Returning Clause Common Table Expressions (30000, 50000) Window functions A Window function refers to an aggregate function that operates on a sliding window of data that is being processed as part of a SELECT query. Window functions make it row value to a value in the preceding (or succeeding!) row(s). peewee comes with support for SQL window functions, which can be created by calling Function.over() and passing in your partitioning or ordering0 码力 | 377 页 | 399.12 KB | 1 年前3peewee Documentation Release 3.6.0
50000) 1.7.16 Window functions A Window function refers to an aggregate function that operates on a sliding window of data that is being processed as part of a SELECT query. Window functions make it row value to a value in the preceding (or succeeding!) row(s). peewee comes with support for SQL window functions, which can be created by calling Function.over() and passing in your partitioning or ordering the counter field (1, 2, and 3). We can do this by calculating the AVG() of the value column over a window that is partitioned depending on the counter field: query = Sample.select( Sample.counter, Sample0 码力 | 302 页 | 1.02 MB | 1 年前3Changing Legacy Code: With Confidence
STUBS/FileSystem.hppextern Window next_window; Window next_window = INV_WINDOW; //8 uses in this file RFC_pub.h rfc_dd.cpp Isolate a Global Window next_window = MY_WINDOW; //93 uses in this file DD_BUILD Conditionally included if BUILD == HH_BUILDIsolate a Global void SetNextWindow(Window nextWindow); Window GetNextWindow(); #include "RFC_pub.h" //All assignments use Set, all reads use Get RFC_pub "RFC_pub.h" namespace { Window next_window = RFC_INV_WINDOW; } void SetNextWindow(Window nextWindow) { next_window = nextWindow; } Window GetNextWindow() { return next_window; } //All assignments use0 码力 | 114 页 | 982.54 KB | 5 月前3Python 标准库参考指南 2.7.18
supported value is DEFLATED. The wbits argument controls the size of the history buffer (or the “window size”) used when compressing data, and whether a header and trailer is included in the output. It = 32 + (8 至 15):使用后 4 个比特位作为窗口大小以二为底的对数,并且自动接受 zlib 或 gzip 格式。 When decompressing a stream, the window size must not be smaller than the size originally used to compress the stream; using a too-small may result in an error exception. The default wbits value is 15, which corresponds to the largest window size and requires a zlib header and trailer to be included. bufsize is the initial size of the buffer0 码力 | 1552 页 | 7.42 MB | 9 月前3Python 标准库参考指南 2.7.18
supported value is DEFLATED. The wbits argument controls the size of the history buffer (or the “window size”) used when compressing data, and whether a header and trailer is included in the output. It = 32 + (8 至 15):使用后 4 个比特位作为窗口大小以二为底的对数,并且自动接受 zlib 或 gzip 格式。 When decompressing a stream, the window size must not be smaller than the size originally used to compress the stream; using a too-small may result in an error exception. The default wbits value is 15, which corresponds to the largest window size and requires a zlib header and trailer to be included. bufsize is the initial size of the buffer0 码力 | 1552 页 | 7.42 MB | 9 月前3Python 标准库参考指南 2.7.18
supported value is DEFLATED. The wbits argument controls the size of the history buffer (or the “window size”) used when compressing data, and whether a header and trailer is included in the output. It = 32 + (8 至 15):使用后 4 个比特位作为窗口大小以二为底的对数,并且自动接受 zlib 或 gzip 格式。 When decompressing a stream, the window size must not be smaller than the size originally used to compress the stream; using a too-small may result in an error exception. The default wbits value is 15, which corresponds to the largest window size and requires a zlib header and trailer to be included. bufsize is the initial size of the buffer0 码力 | 1552 页 | 7.42 MB | 9 月前3Monadic Operations in Modern C++: A Practical Approach
37Example: window layout class diagram 38 UI::WindowLayout IWindowLayout WindowLayoutStackExample: window layout class IWindowLayout { public: virtual core::Expected:> add(const window::Uri& windowUri) windowUri) = 0; }; ./ ... core::Expected:> WindowLayoutStack::add(const window::Uri& windowUri) { return loadWindow(windowUri, m_windowLoader) .and_then(&addToLayout) .and_then(&updateActiveWindow) and_then(&updateActiveWindow) .or_else(&addWindowLayoutPrefix); } 39Example: window layout wrapper ./ Inside another namespace class WindowLayout : public QObject { Q_OBJECT Q_PROPERTY(QString0 码力 | 61 页 | 411.49 KB | 5 月前3Conda 4.6.0 Documentation
manager that you use with command line commands at the Anaconda Prompt for Windows, or in a Terminal window for macOS or Linux. This 20-minute guide to getting started with conda lets you try out the major the Anaconda Prompt window. MacOS • Open Launchpad, then click the Terminal icon. On macOS, all commands below are typed into the Terminal window. Linux • Open a Terminal window. On Linux, all commands commands below are typed into the Terminal window. 1.3.4 Managing conda Verify that conda is installed and running on your system by typing: conda --version Conda displays the number of the version that0 码力 | 190 页 | 728.67 KB | 7 月前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100