<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>期权论坛 - 国内最专业的期权社区 - 脚本</title>
    <link>https://www.optbbs.com/forum-88-1.html</link>
    <description>Latest 20 threads of 脚本</description>
    <copyright>Copyright(C) 期权论坛 - 国内最专业的期权社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 22 Jun 2026 09:13:04 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.optbbs.com/static/image/common/logo_88_31.gif</url>
      <title>期权论坛 - 国内最专业的期权社区</title>
      <link>https://www.optbbs.com/</link>
    </image>
    <item>
      <title>Corel Painter 2018破解安装详细图文教程</title>
      <link>https://www.optbbs.com/thread-16258244-1-1.html</link>
      <description><![CDATA[Corel Painter 2018 for Mac是一款专业的数字艺术与绘画软件&#xff0c;Corel Painter 2018 Mac版更是新增了厚油漆、克隆功能、纹理合成、2.5D纹理画笔、自然媒体刷的功能&#xff0c;这里为大家提供Corel Painter 2018 Mac破解版安装教程&#xff0c;赶紧来看看吧&#xff01; 
corel  ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:42 +0000</pubDate>
    </item>
    <item>
      <title>Corel Painter 11的余温还没有过呢，Corel Painter 12就发布了，Corel 公司真是太有速度了。小猪我也是刚刚听朋友说Corel P</title>
      <link>https://www.optbbs.com/thread-16258241-1-1.html</link>
      <description><![CDATA[Corel Painter 11的余温还没有过呢&#xff0c;Corel Painter 12就发布了&#xff0c;Corel 公司真是太有速度了。小猪我也是刚刚听朋友说Corel Painter 12发布一个月了。Corel中国官网还没有下载&#xff0c;只有Corel美国官网有试用版下载。小猪我安装上了。也破解成功了。很好用。 ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:40 +0000</pubDate>
    </item>
    <item>
      <title>从 RxJS 到 Flink：如何处理数据流？</title>
      <link>https://www.optbbs.com/thread-16258239-1-1.html</link>
      <description><![CDATA[导读&#xff1a;前端开发的本质是什么&#xff1f;响应式编程相对于 MVVM 或者 Redux 有什么优点&#xff1f;响应式编程的思想是否可以应用到后端开发中&#xff1f;本文以一个新闻网站为例&#xff0c;阐述在前端开发中如何使用响应式编程思想&#xff1b;再以计算电商平台双11每小时成交 ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:39 +0000</pubDate>
    </item>
    <item>
      <title>基于 Flink 的典型 ETL 场景实现</title>
      <link>https://www.optbbs.com/thread-16258237-1-1.html</link>
      <description><![CDATA[本文将从数仓诞生的背景、数仓架构、离线与实时数仓的对比着手&#xff0c;综述数仓发展演进&#xff0c;然后分享基于 Flink 实现典型 ETL 场景的几个方案。 
1.实时数仓的相关概述 
1.1 实时数仓产生背景 
我们先来回顾一下数据仓库的概念。 
 
数据仓库的概念是于90年代由 Bil ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:37 +0000</pubDate>
    </item>
    <item>
      <title>清除VS上登陆的git账号</title>
      <link>https://www.optbbs.com/thread-16258236-1-1.html</link>
      <description><![CDATA[可以删除或者修改对应网址下登陆的账号]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:37 +0000</pubDate>
    </item>
    <item>
      <title>代码编写行为准则，编码是一个认真思考的过程，如何有效提高代码的可读性？</title>
      <link>https://www.optbbs.com/thread-16258234-1-1.html</link>
      <description><![CDATA[编写代码&#xff0c;实质是在梳理逻辑&#xff0c;为了完善整个逻辑流程&#xff0c;我们借用编程语言的变量、函数、流程控制、循环、注释、方法等串接起来&#xff0c;完善一套系统的逻辑。 
为了完善这套逻辑&#xff0c;我们借助了许多工具&#xff1a;设计方法、架构设计、项目组织等。 
 ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:35 +0000</pubDate>
    </item>
    <item>
      <title>flink水印</title>
      <link>https://www.optbbs.com/thread-16258230-1-1.html</link>
      <description><![CDATA[1 kafka数据源&#xff0c;设置水印&#xff0c;一般直接在数据源消费者上加载。 
如下&#xff1a; 
  
 
  
2 水印并发度设置 
2.1 对于kafka数据源。 
  我们设置并发度一般设置topic对应的分区数。如果分区数为2&#xff0c;则为2。 
如果设置为4&#xff0c; 实际上即时启动了4个task&amp;# ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:33 +0000</pubDate>
    </item>
    <item>
      <title>查看elasticsearch状态</title>
      <link>https://www.optbbs.com/thread-16258229-1-1.html</link>
      <description><![CDATA[1、观察ES集群状态&#xff1a;curl http://localhost:9200/_cluster/health?pretty 
2、观察集群内各索引状态&#xff1a;curl http://localhost:9200/_cat/indices 
参考&#xff1a; 
Eleastisearch6.0.0由单节点升级到多节点集群cluster时候出现的分片同步错误问题解 
3、ES 查 ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:32 +0000</pubDate>
    </item>
    <item>
      <title>Linux安装ElasticSearch启动报错的解决方法</title>
      <link>https://www.optbbs.com/thread-16258228-1-1.html</link>
      <description><![CDATA[Linux安装ElasticSearch后&#xff0c;ElasticSearch是不能用root用户启动的&#xff0c;以root用户启动会报错Refer to the log for complete error details&#xff0c;出现这种情况该如何解决呢&#xff1f;下面小编就为大家带来Linux安装ElasticSearch启动报错的解决方法&amp;# ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:31 +0000</pubDate>
    </item>
    <item>
      <title>python做表格的日志分析_python实时分析日志的一个小脚本分享</title>
      <link>https://www.optbbs.com/thread-16258227-1-1.html</link>
      <description><![CDATA[前言
 大家都知道Web运维总要关注相关域名的实时2xx/s、4xx/s、5xx/s、响应时间、带宽等这些指标&#xff0c;之前的日志是五分钟一分割&#xff0c;简单的用awk就可以了&#xff0c;现在由于要推送日志到ELK,继续之前五分钟一分割会有问题&#xff0c;就改为一天分割一次。改成一天一 ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:31 +0000</pubDate>
    </item>
    <item>
      <title>《计算机网络》-----视频报告</title>
      <link>https://www.optbbs.com/thread-16258226-1-1.html</link>
      <description><![CDATA[***ip地址和MAC地址是什么&#xff1f; 
IP地址是IP协议提供的一种统一的地址格式&#xff0c;它为互联网上的每一个网络和每一台主机分配一个逻辑地址&#xff0c;以此来屏蔽物理地址的差异。 
MAC地址&#xff08;Media Access Control Address&#xff09;&#xff0c;它是一个用来确认网络设 ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:30 +0000</pubDate>
    </item>
    <item>
      <title>时间复杂度的计算</title>
      <link>https://www.optbbs.com/thread-16258224-1-1.html</link>
      <description><![CDATA[算法复杂度是在《数据结构》这门课程的第一章里出现的&#xff0c;因为它稍微涉及到一些数学问题&#xff0c;所以很多同学感觉很难&#xff0c;加上这个概念也不是那么具体&#xff0c;更让许多同学复习起来无从下手&#xff0c;下面我们就这个问题给各位考生进行分析。 
首先了解一下几个概 ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:29 +0000</pubDate>
    </item>
    <item>
      <title>利用python进行数据分析</title>
      <link>https://www.optbbs.com/thread-16258223-1-1.html</link>
      <description><![CDATA[这本书看完&#xff0c;重点分为以下几大点&#xff1a; 
1.Numpy包 
这书数据分析的基础包&#xff0c;其中核心的我认为是ndarray&#xff0c;也就是一种多维数组对象&#xff1b; 
这种数组里面还有索引和切片的概念&#xff0c;也很重要&#xff1b; 
除此之外&#xff0c;计算多维数组还对应着许多通 ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:28 +0000</pubDate>
    </item>
    <item>
      <title>Flink1.10任务提交流程分析(一)</title>
      <link>https://www.optbbs.com/thread-16258222-1-1.html</link>
      <description><![CDATA[Flink任务常见的提交方式通过flink run命令方式提交&#xff0c;如果我们想自己通过API方式实现任务提交&#xff0c;那么就需要了解flink run执行过程&#xff0c;本篇主要透过源码分析其提交流程。(注&#xff1a;基于1.10.1分析)
 提交入口
 查看bin/flink脚本可以看到提交入口类为 ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:28 +0000</pubDate>
    </item>
    <item>
      <title>解决 win7 注册com组件失败问题</title>
      <link>https://www.optbbs.com/thread-16258217-1-1.html</link>
      <description><![CDATA[解决 win7 注册com组件失败问题 
运行&#xff1a;regsvr32 xxx.ocx 提示&#xff1a;模块 &amp;#34;xxx.ocx&amp;#34; 已加载,但对调用 dllregisterserver 的调用失败,错误代码 0x80004005。 
问题分析&#xff1a;由于 win7 权限导致 
解决方案&#xff1a; 1.开始-&amp;gt;在搜索框中输入‘cmd’- ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:24 +0000</pubDate>
    </item>
    <item>
      <title>配置时间同步时，遇到同步无法成功的解决方法</title>
      <link>https://www.optbbs.com/thread-16258215-1-1.html</link>
      <description><![CDATA[环境&#xff1a;三台虚拟机&#xff1a;master,slave1,slave2
 
master同步主机的时间 
slave1, slave2同步master的时间 
问题&#xff1a;当启动了三台机器的ntpd 服务后&#xff0c;发现时间与主机时间不一致。 
原因与解决方法&#xff1a;打开/etc/ntpd.config&#xff0c;发现有这样两句 
 ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:23 +0000</pubDate>
    </item>
    <item>
      <title>VMware禁用时间同步</title>
      <link>https://www.optbbs.com/thread-16258214-1-1.html</link>
      <description><![CDATA[完全禁用时间同步 
 参考文档&#xff1a;http://pubs.vmware.com/vsphere-50/index.jsp#com.vmware.vmtools.install.doc/GUID-678DF43E-5B20-41A6-B252-F2E13D1C1C49.html 
 即使未打开周期性时间同步&#xff0c;虚拟机有时也会与主机同步时间。若要完全禁用时间同步&amp;#xff0 ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:23 +0000</pubDate>
    </item>
    <item>
      <title>Vmware系统时间不同步解决方法</title>
      <link>https://www.optbbs.com/thread-16258211-1-1.html</link>
      <description><![CDATA[参考网址&#xff1a; 
http://bxffeng.blog.163.com/blog/static/9023844920102235478682/ 
另外&#xff0c;可以参考linux虚拟机中的【帮助】&#xff0c;有详尽的指南。 
// 
很多时候在使用Vmware虚拟机时&#xff0c;会遇到时间不准确&#xff0c;在网上搜索后自己测试了一下  
        ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:20 +0000</pubDate>
    </item>
    <item>
      <title>Git Push(向远程Github提交本地代码)</title>
      <link>https://www.optbbs.com/thread-16258209-1-1.html</link>
      <description><![CDATA[Git Push(向远程Github提交本地代码)
 $ git push git&amp;#64;github.com:hepusheng/linux-2.6.11-study-note.git master // 把本地仓库提交到远程仓库的master分支中
 
 
 $ git remote add origin git&amp;#64;github.com:hepusheng/linux-2.6.11-study-note.git
 $ git push ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:19 +0000</pubDate>
    </item>
    <item>
      <title>Qt 无边框、透明、可移动、的个性窗体案例详解</title>
      <link>https://www.optbbs.com/thread-16258206-1-1.html</link>
      <description><![CDATA[无边框&#xff1a; 
main.cpp 
int main(int argc, char *argv[]) { QApplication::setStyle(&amp;#34;cleanlooks&amp;#34;); QApplication a(argc, argv); login w; w.setWindowTitle(&amp;#34;ClientLogin&amp;#34;); 
 w.setWindowOpacity(1); w.setWindowFlags(Qt::FramelessWindowHi ...]]></description>
      <category>脚本</category>
      <author>已经匿名di用户</author>
      <pubDate>Sat, 02 Jul 2022 14:16:17 +0000</pubDate>
    </item>
  </channel>
</rss>