问题标签 [file-watcher]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - FileSystemWatcher 中的 FileNotFoundException
我FileSystemWatcher
在目录上使用 a 并添加了它的事件处理程序,设置它的EnableRaisingEvents=true;
和IncludeSubdirectories=false;
并添加了NotifyFilters
.
在运行应用程序时,如果我有时在指定目录中创建新文件夹,我会得到
FileNotFoundException:“读取目录时发生错误”。System.IO.FileSystemWatcher.StartRaisingEvents() System.IO.FileSystemWatcher.set_EnableRaisingEvents(布尔值)
问题的根本原因是什么?
是什么StartRaisingEvents()
?
node.js - Node.js 和大量使用 fs 的观察者
我正在使用nodejs的文件系统本机库,但是我的fs.watch有问题,打开了大量的观察者,有时节点返回ENOSPC错误,我将linux内核的问题本地化以打开观察者并发现dropbox应用程序吃了很多旁观者。我的问题是,如果您知道另一个适用于该文件系统的 node 文件系统库。
deployment - PhpStorm:在 File Watcher 转译 .less / .sass 文件后自动部署 .css 文件
我正在将我的文档自动部署到服务器。
当我保存我的 .less / .sass 文件时,文件观察器会转译它们,但只上传源文件,而不是转译的 .css 文件。
有没有办法也部署 .css 文件?
typescript - webstorm 文件观察器不能处理一个文件
我们目前正在 Webstorm 中使用 TypeScript。我们暂时设置了 fileWatcher。一切正常。昨天,文件观察者停止处理一个文件,至少我注意到了。另一个脚本文件工作正常,但在这个文件中,我需要删除js
已编译的文件以强制重新创建文件。
该错误发生在 webstorm 8 和最新版本的 webstorm 9 (138.2406) 中。在 webstorm 9 中,事件记录器出现以下错误:AssertionError: null
还有其他人有这个错误吗?
此外,编译后的文件不会放在 ts 文件下。
css - 如何使 PhpStorm File Watcher 也监视子文件夹
我目前正在使用 YUI Compressor 在一个运行良好的项目中压缩我的 CSS 文件,但由于插件有多个文件,我决定在我的 CSS 文件夹中使用子文件夹。如何使文件观察器也适用于子文件夹?我似乎找不到任何关于此的文档,也没有在网上找到任何有同样问题的人。
我不介意整个项目范围内的所有CSS 文件是否都被缩小,但我想避免每次创建新的子文件夹时都定义新的 File Watcher。
PS:我在 Edit Watcher 屏幕中看到选中的“仅跟踪根文件”选项,但它是灰色的,所以我无法将其关闭。不知道为什么提供此选项,因为无论我尝试什么设置,它似乎总是呈灰色显示。
c# - 文件观察程序错误
我的文件观察程序事件仅读取第一个文件,然后我收到以下错误:“错误:System.IO.IOException:进程无法访问文件 'D:\TREE\Dump\TF20141004011343313.txt',因为它正在被另一个过程。”
这是我的代码:
并且“使用”应该自动处理打开和关闭,对吗?然后,我使用此代码移动已处理的文件:
phpstorm - 如何从 filewatcher 脚本同步 PHPStorm ( IDEA ) 中的文件状态
我创建了用于将 *.ts 转换为 *.js 的文件观察程序脚本(这无关紧要) - 它运行良好,但 Storm 不会实时更新输出文件状态。我应该等待或从上下文菜单运行同步命令。
有没有办法从脚本中执行此操作?
多谢
javascript - Configure WebStorm/PhpStorm to compile .ts files to .js into "js" folder
I use WebStorm and I have a project with the following structure:
Where "webApp" is the project's root.
I'd like to configure a File Watcher that compile the .ts file within the "ts" folder into .js files within the "js" folder.
In the watcher dialog I set:
in the arguments field and
in the Output paths to refresh field.
every time I edit a .ts file webstorm shows an error like this:
I tried several time to change the macros to point to the external js folder but the only way in witch it worked was letting the default option thus the transpiler compile the .ts file that became a 'node' witch contain the .js file and the .map file.
Is there a way to accomplish my purpose?
java - 使用 WatchService 监控远程共享文件夹 (Windows/SMB)
我正在尝试使用 WatchService (java.nio.file.*) 监视远程文件夹。一切都适用于本地文件夹。但是我无法弄清楚如何监控远程共享。我可以传递凭据吗?
(如果执行代码的用户有权挂载共享,它也可以工作。)
以下是我的部分代码:
干杯,斯蒂芬妮
pug - 你如何在 Webstorm 中设置观察者?
我不断收到提示我应该安装文件监视程序的消息框。当我单击“添加观察者”并在对话框上按“确定”时,它会给出错误...
请设置程序运行
我从哪里获得程序?