简体   繁体   English

如何直接在Web服务器上进行编程

[英]How can I progam directly on my web server

有没有一种方法可以直接在Web服务器上编写程序,并且在保存文件时将文件自动保存在服务器上而无需在计算机上保存任何内容?

I also don't recommend doing so, but you have several options: 也不建议这样做,但是您有几种选择:

  1. Remote connection with Remote desktop, Tiemviewer, etc... 与远程桌面,Tiemviewer等的远程连接
  2. Mounting your remote file system with ssh , smb , etc... 使用sshsmb等挂载远程文件系统...
  3. You can also with some IDEs, open your file with ftp and when you save it, it uploads it 您也可以使用某些IDE,使用ftp打开文件,并在保存时将其上传

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 sveltekit 网页上直接使用谷歌翻译 - How can I use google translate directly on sveltekit web pages 不直接使用OAuth对话框时,如何从服务器facebook api调整facebook登录名的显示? - How can I adjust the display of a facebook login from my server facebook api when it is not using the OAuth Dialog directly? 当移动设备访问我的 Web 服务器时,如何获取它们的屏幕大小? - How can I get the screen size of mobile devices when they hit my web server? 如何将唯一标识符从我的 express 后端服务器传递到我的前端 reactjs 以显示在我的 web 应用程序中? - How can I pass a unique identifier from my express backend server to my frontend reactjs to be displayed in my web application? 如何嵌入我的Web应用程序 - How can I embed my web application 如何将+按钮移到网页右侧? - How can I move my + button to the right of my web page? 如何仅从其他网站提取文本并直接在我的网站中使用它 - How can I extract just a text from a different website and use it directly in my website 如何将“X-Content-Type-Options: nosniff”添加到来自我的 Web 服务器的所有响应标头 - How can I add “X-Content-Type-Options: nosniff” to all the response headers from my web server 直接从 IDE 运行时,如何禁止我的电子向协议处理程序注册? - how can i prohibit my electron to register with protocol handler while running directly from IDE? 如何确保我的变量在角度工厂外不直接可用? - How can I ensure that my variable is not available directly outside the angular factory?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM