Azure 如何备份还原 file share
升级一下网站主题, 居然把网站玩废了 想想, 还好升级之前take 了 snapshot 然后发现, 我X, 这个snapshot 只能一个文件, 一个文件的恢复….晕死, 不能恢复文件夹 然后, 旁边有提示这个file share 没有启用备份, 于是跟着进来生成 Recovery Servic… 阅读更多 »Azure 如何备份还原 file share
升级一下网站主题, 居然把网站玩废了 想想, 还好升级之前take 了 snapshot 然后发现, 我X, 这个snapshot 只能一个文件, 一个文件的恢复….晕死, 不能恢复文件夹 然后, 旁边有提示这个file share 没有启用备份, 于是跟着进来生成 Recovery Servic… 阅读更多 »Azure 如何备份还原 file share
Here is the scenario I made some changes and commit the file I accidentally undo the change in my editor then made some more changes and commit Now I reali… 阅读更多 »Git – Reapply changes that were accidentally rollback
If you are serving angular app with nginx docker image, you will notice that your cannot directly access your app route Url directly from browser’s a… 阅读更多 »Docker nginx doesn’t work with angular route
In software development, it is quite often to put files of same kind into the same folders. A file in one folder has to work with a file in another folder … 阅读更多 »Use Total Commander to make a copy of related files spreading in different folders
SCSS is build in with angular 2+. To use SCSS in your project, change the style.css file to style.scss then change style.css to style.scss in your .angula… 阅读更多 »Use SASS .scss style sheet with Angular 2+
Then Import css from .angular-cli.json Add the following style to style.css use
I used the following module in my angular project. https://www.npmjs.com/package/ng2-dnd It works fine on google chrome. Whereas on Firefox, the textarea i… 阅读更多 »TextArea in Draggable container doesn’t work well with firefox 60.0