CloudMe Desktop

最新版本 PhpStorm 2017.3.3

PhpStorm 2017.3.3

PhpStorm 2017.3.3
適用於 Mac,Windows 和 Linux 的 CloudMe 桌面同步軟件將 CloudMe 服務與您的計算機集成在一起。它允許同步多個文件夾,共享和訪問所有後續文件夾.

CloudMe 將在後台工作,並保持您的計算機上的本地文件夾與 CloudMe 同步。使用計算機本機文件管理器管理已同步的文件夾,更改將在您的設備上進行鏡像。另外,CloudMe 提供了一個用戶界面,可以訪問在其他設備上創建的同步文件夾,共享文件夾以及任何後續的 WebShare。在您的計算機上安裝 CloudMe 後,您還將收到有關任何後續文件夾的推送通知.

CloudMe 是一項安全的歐洲服務,讓您的生活變得輕鬆一些。隨著 CloudMe Desktop,你不必再考慮你的文件在哪裡,他們總是與你同在.

該服務將雲存儲與數據同步相結合,允許您將移動攝像機卷與例如平板電腦或電視同步到在計算機和移動設備上同步文件,並與朋友和同事共享和接收文件。 CloudMe 是歐洲第一大雲 / 同步存儲服務,在全球大多數國家都使用。我們為所有類型的客戶提供安全和豐富的體驗.

我們的客戶數據安全和隱私是我們的首要任務。與大多數雲存儲公司相比,CloudMe 運行和運行我們自己的數據中心和硬件。所有位於瑞典的國家,在歐盟範圍內,並受到強大的歐盟隱私法律保護.

CloudMe 特點:

您需要的一切將永遠與你同在
CloudMe 是一個安全的歐洲服務,使您的生活更輕鬆一些。有了 CloudMe,您不必再考慮文件的位置,他們總是隨身攜帶.

私密分享和共享
CloudMe 允許您與朋友和商業熟人分享您想要的內容。在桌面文件夾中共同工作或以網頁形式發布文件夾.

集中控制公司數據
CloudMe 為員工,供應商,合作夥伴和客戶提供一個共享空間的雲文件服務器。全部由公司管理。它就像雲中的文件服務器,數據存儲在公司賬戶中,而不是存儲在每個員工賬戶中.

遵守歐盟通用數據保護條例
歐盟內部的公司以及其首席執行官或指定的數據管理員對任何數據違規負責造成了它。使用像 Privacy Shield 這樣的豁免來允許美國的數據傳輸,並不會消除任何違規的責任。為什麼冒這個險? CloudMe 是一個安全的 GDPR 兼容歐盟服務,不會給您帶來不必要的風險.

有選擇地同步您需要的文件夾
選擇將哪些文件夾同步到每台計算機。借助 CloudMe,您不需要在工作計算機上獲取所有個人資料.

備份並保持您的數據安全
計劃重要文件夾的備份,並確保您始終擁有非現場數據副本,以備不時之需時進行災難恢復.

ScreenShot

軟體資訊
檔案版本 PhpStorm 2017.3.3

檔案名稱 PhpStorm-2017.3.3.exe
檔案大小 208 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 CloudMe Team
官網 https://www.cloudme.com
更新日期 2018-01-19
更新日誌

What's new in this version:

PhpStorm 2017.3.3 Build 173.4301.34
REST Client: Auto-formatting of responses:
- In this build, we’ve implemented one of the new REST client’s most voted features: auto-formatting of request results. PhpStorm analyses Content-Type and formats the response accordingly. If type detection has failed for some reason, you can still choose between JSON, HTML and XML formatting manually. To see the original response, you can select the View as Text formatting type

Highlighting call-site in case of pass-by-reference:
- PHP 7.3 may introduce “Explicit call-site pass-by-reference” (RFC) that will allow prepending of a call-site argument with &. This should help to understand the code and notice possible unexpected changes of a variable. It’s still a year till the 7.3 release, but why wait?
- In this build, we’ve extended parameter hints with pass-by-reference visualization that will help you find a function or a method call that has reference declaration in a parameter. The new parameter hints will be shown for all arguments that are actually passed by reference. Please share your feedback about the new feature!

Notable bug fixes and features worth mentioning:
- Fixed: Short syntax array destructuring does not allow skipping values: WI-34517
- Fixed: Unhandled exception: doesn’t analyze “new MyClass” (constructor) expression: WI-37946
- Fixed: Broken “Change to” spelling quickfix in the Commit dialog: WI-39142
- PHP New Class now saves previously selected template: WI-39427
- Fixed: “Can’t run 32-bit version on Windows”: JRE-590
- Fixed: All run configurations lost after upgrade to 2017.3: IDEA-182966
- Fixed: Tool Window docking issue IDEA-149061
- Fixed: FETCH ALL IN <cursor name> returns error <failed to load> org.postgresql.jdbc4.Jdbc4ResultSet: DBE-2465
- Fixed: DataGrip does not recognize Redshift’s WITH NO SCHEMA BINDING clause: DBE-5404

PhpStorm 2017.3.2 Build 173.4127.29
Notable bug fixes and features worth mentioning:
- Unhandled exception shouldn’t be reported for tests with @expectedException
- Improved discoverability of Recursive Search in Find Window

PhpStorm 2017.3.1 Build 173.3942.32
- Support custom templates variables in ‘new class’ dialog
- Fix “Structure view is always collapsed”
- Fix Tool Window docking issue
- Fix “Unable to update issue state from Open Task dialog”


PhpStorm 2017.3 Build 173.3757.138
- Brand new editor-based REST client. With the new REST client, all the powers of the PhpStorm code editor are now available for your REST requests.
- Significant performance improvements. Typing latency in very complex PHP files has decreased significantly. We've examined typing latency in the mPDF main file, which is a 38k-line-long mix of PHP, JS, and HTML, and it is down by 75% in PhpStorm 2017.3!
- New inspections for exception handling. Three new inspection Unhandled exception, Redundant @throws and Redundant catch clause with corresponding Quick Fixes will help you take exceptions under your control!
- Test generation improvements. Now you can create Codespec and PhpSpec classes and create test methods!
- Improved Twig support. We've implemented language injections for Twig custom tags and named blocks as well as improved Twig formatting that can now handle complex structures.

PhpStorm 2017.3.3 相關參考資料
(1) Previous PhpStorm Releases - PhpStorm - Confluence

We keep latest release in each branch available for download any time. (warning) Remember to install .zip &amp; .tar.gz versions into&nbsp;...

https://confluence.jetbrains.c

2017.3.3 | PhpStorm Blog

PhpStorm 2017.3.3 build 173.4301.34 is now available! You can download it here, in JetBrains Toolbox App or if you have installed the&nbsp;...

https://blog.jetbrains.com

Download PhpStorm: Lightning-Smart PHP IDE - JetBrains

The most intelligent PHP IDE with refactorings, code completion, on-the-fly code analysis and coding productivity orientation.

https://www.jetbrains.com

IntelliJ IDEA 2017.3.3 is released | IntelliJ IDEA Blog - JetBrains Blog

Today we&#39;ve released IntelliJ IDEA 2017.3.3, the third bug-fix update for the recently released IntelliJ IDEA 2017.3. Download the new version&nbsp;...

https://blog.jetbrains.com

IntelliJ IDEA 2017.3.3 RC is out! | IntelliJ IDEA Blog - JetBrains Blog

Good news! An RC build of the IntelliJ IDEA 2017.3.3 bug-fix update is ready. We encourage you to download the RC build from Confluence (or&nbsp;...

https://blog.jetbrains.com

PhpStorm 2017.3.3 EAP 173.4301 | PhpStorm Blog

It&#39;s a start of Early Access Program for PhpStorm 2017.3.3, a third minor update for the recently released PhpStorm 2017.3. A fresh build&nbsp;...

https://blog.jetbrains.com

PhpStorm 2017.3.3 EAP 173.4301.24 | PhpStorm Blog

The new PhpStorm 2017.3.3 EAP (173.4301.24) is now available! You can download it here, in JetBrains Toolbox App or, if you have installed&nbsp;...

https://blog.jetbrains.com

PhpStorm 2017.3.3 is released | PhpStorm Blog

PhpStorm 2017.3.3 build 173.4301.34 is now available! You can download it here, in JetBrains Toolbox App or if you have installed the&nbsp;...

https://blog.jetbrains.com

PhpStorm 2017.3.3 Release Notes - PhpStorm - Confluence

PHP Completion, Bug, WI-39431, PHP casting operators are suggested in require statement. Usability, WI-31361, Allow HEREDOC/NOWDOC&nbsp;...

https://confluence.jetbrains.c

PhpStorm 2017.3.4 is released | PhpStorm Blog

You can download it here, in JetBrains Toolbox App or if you have installed the previous PhpStorm 2017.3.3, you should soon get a notification&nbsp;...

https://blog.jetbrains.com