Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Windows 8 博客应用程序,我搜索了不同的 WYSIWYG 编辑器,但没有一个像博客文章编辑器那样好和干净,为了完成这个项目,我需要博客文章编辑器源代码。谁能告诉我在哪里得到它?
提前致谢
我不认为 Blogger 是开源的,您可能必须使用替代方案。
我之前使用过的一个不错的选择是 CKEditor,但这里没有提到一些:
WSYIWYG 文本区域编辑器的 CKEditor 替代品
我原以为这将是一个通过 Google 轻松解决的问题,但我似乎找不到明确的(甚至是推测的)答案:
使用比较器语句时,隐式转换发生的顺序是什么?
int i = -1; size_t t = 1; bool result = i < t;
这是否等同于:
bool result = i