惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Threatpost
V
Vulnerabilities – Threatpost
TaoSecurity Blog
TaoSecurity Blog
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed
G
GRAHAM CLULEY
S
Securelist
P
Palo Alto Networks Blog
MongoDB | Blog
MongoDB | Blog
A
Arctic Wolf
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
WordPress大学
WordPress大学
Project Zero
Project Zero
T
Threat Research - Cisco Blogs
L
Lohrmann on Cybersecurity
C
Cyber Attacks, Cyber Crime and Cyber Security
F
Fortinet All Blogs
博客园 - 叶小钗
B
Blog RSS Feed
C
Cisco Blogs
Google DeepMind News
Google DeepMind News
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Apple Machine Learning Research
Apple Machine Learning Research
G
Google Developers Blog
K
Kaspersky official blog
D
Docker
Latest news
Latest news
Cisco Talos Blog
Cisco Talos Blog
T
Tor Project blog
Cyberwarzone
Cyberwarzone
Security Latest
Security Latest
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Spread Privacy
Spread Privacy
Microsoft Azure Blog
Microsoft Azure Blog
C
Check Point Blog
J
Java Code Geeks
Simon Willison's Weblog
Simon Willison's Weblog
T
Tenable Blog
Recent Announcements
Recent Announcements
T
Tailwind CSS Blog
H
Help Net Security
L
LINUX DO - 热门话题
T
The Exploit Database - CXSecurity.com
Jina AI
Jina AI
S
SegmentFault 最新的问题
MyScale Blog
MyScale Blog
NISL@THU
NISL@THU
美团技术团队
腾讯CDC

博客园 - ->

[Under the hood]---Matt Pietrek October 1996 MSJ [under the hood]Reduce EXE and DLL Size with LIBCTINY.LIB TN035: Using Multiple Resource Files and Header Files with Visual C++ The quick brown fox jumps over the lazy dog. [转]IOCP介绍 A simple IOCP Server/Client Class Flash for Linux CodeProject站点地图 MFC Macros and Globals [总结]软件工程师笔试题目(C++) [转贴][VC++6.0] 一个很深的模板Bug [转贴]35岁之前成功12条法则 C++/STL/VC资源链接(查找方便) [转贴]The Code Project Visual C++ Forum FAQ 看看你是否需要更新SYMBOL文件了?? 世界上有很多的"绳"模型 [转贴]VC:__declspec(novtable) [转贴]五个寓言故事令你受益匪浅 为什么用户自定义消息通常+0x400
(搜集)一些少走弯路的话语+参考信息
-> · 2006-07-27 · via 博客园 - ->

(1)袁峰
精: 很多东西都有更好的方法, 不要满足于做出来而已
深: 看看 David Solomon, Jeffrey Richter, John Robbins, 和我的书,再和 Charles Petzold 的书比

比你就知道深浅之别
迁: 找高人所在
著: 写东西是很好的学习
器: 写工具程序, 见 www.sysinternals.com

(2)各种操作系统平台开发GUI程序使用的库的介绍
High-level widget toolkits:
*On Macintosh:
**Cocoa - used in Mac OS X (see also Aqua)
**MacApp Macintosh framework
**MacZoop Macintosh C++ framework
**Powerplant Macintosh framework
*On Microsoft Windows:
**The Microsoft Foundation Classes (MFC), used by Microsoft for its own programs (e.g. Microsoft Office) and by most developers on the Microsoft Windows platform
**The Object Windows Library is sort of Borland's alternative to MFC
**The Visual Component Library (VCL) is Borland's toolkit used in its C++ Builder and Delphi products
**The Windows Forms is .NET's set of classes that handle GUI controls
*On Unix, under the X Window System:
**Xaw, the Project Athena widget set for the X Window System
**Motif used in the Common Desktop Environment
**Lesstif, an open source (LGPL) version of Motif
*Cross-platform, based on SVG:
**airWRX is an application framework that runs from a USB flash drive, and turns its PC host and other nearby PCs into a multi-screen, web-like work environment.
*Cross-platform, based on the Java programming language:
**The Abstract Windowing Toolkit is used in Java applications. It typically uses another toolkit on the selected platform in turn.
**Swing is Sun Microsystems's replacement for AWT in newer Java versions.


**The Standard Widget Toolkit is a native widget toolkit for Java that was invented as part of the Eclipse project. SWT will use the running platforms widget toolkit (such as Windows API or GTK+) underneath.
(Eclipse开发工具有很多的插件可以使用,用于C++开发的插件有CDT等,还有用于FLASH ACTIONSCRIPT开发的插件<这个要负费的>)
Cross-platform, based on the programming languages C or C++, often with bindings to other languages:


**Tk, a widget set accessed from Tcl and other high-level script languages.


**GTK+, open source (LGPL), primarily for the X Window System, ported to and emulated under other platforms; used in the GNOME desktop environment
(GNOME平台使用GTK+)

**Qt, open source (GPL) available under Unix/Linux (with X Window), MS Windows, Mac OS X and embedded systems; also available in commercial versions under these platforms; used in KDE
(KDE平台使用QT图形库)

**wxWidgets (formerly wxWindows), open source (relaxed LGPL), abstracts toolkits across several platforms for C++, Python and Perl
(C++,Python和Perl等都可以使用wxWidgets库进行开发)

**FOX toolkit, open source (LGPL), genuinely cross-platform


**FLTK, open source (LGPL), cross-platform toolkit designed to be small and fast