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.
如何与正在运行的 SPL 应用程序交互?例如,如果我希望它开始或停止收集某些统计信息,或者如果我希望它停止导出某些属性?
在 SPL 中,每当您需要发送消息/数据时,请考虑使用流。
*Source使用运算符(例如,FileSource或)创建输入流UDPSource。当您想与正在运行的 SPL 应用程序交互时,请通过该输入源发送消息。然后,输入流运算符将消息发送到单独的“解析器”运算符,然后该运算符可以对消息进行操作。
*Source
FileSource
UDPSource
我有一个棘手的情况要解决。我正在尝试使用 jquery 或任何可用的插件随机洗牌表的列及其数据。
我能够将列移动到特定位置,但我想要实现的是将列及其数据随机移动到任何位置。
例子:
实际的:
<table> <tr> <td>One</td> <td>Two</td> <td&g