我最近从Windows迁移到Fedora,现在我需要在linux中打开并处理我的项目。你能告诉我怎样才能把它移到linux中?
答案 0 :(得分:0)
有不同的方法。之一:
File
- > Open Project
,并选择将其存储在linux上的路径。export
将您的项目zip
从File
- > Export Project
发送到File
,然后从Import Project
- >从Linux导入nbproject
。 NetBeans将所有项目设置保存在def download_file(url)
response = Net::HTTP.get_response(URI(url))
if response.code == '200'
return response.body
end
end
文件夹中,该文件夹位于项目目录的根目录中。