Top "Reload" questions

reloading is the process of re-requesting and re-rendering the currently displayed page

Is there a way to force Yii to reload module assets on every request?

My website is divided into separate modules. Every module has it's own specific css or js files in /protected/modules/…

php yii refresh reload assets
Split up a mysqldump file with multiple databases, by database

I have a mysqldump file of multiple databases (5). One of the database takes a very long time to load, is …

mysql database backup mysqldump reload
Reload in Python interpreter

$ python >>> import myapp >>> reload(myapp) <module 'myapp' from 'myapp.pyc'> >>&…

python interpreter reload
VS2008: Disable asking whether to reload files changed outside the IDE

I have a Visual Studio 2008 project where some code files are generated with each build (a parser, integrated via MSBuild …

visual-studio visual-studio-2008 file reload
refresh / reload a datagrid in flex

I am using a datagrid. It has itemEditor components, combo boxes, etc. as aprt of columns. Ideally datagrid.invalidateList() method …

apache-flex datagrid refresh reload itemeditor
How to make vim pathogen to reload plugins?

Is it possible to make vim to reload pathogen plugins without restarting vim? I have opened vim with many files, …

vim plugins reload pathogen
AngularJS with ui.router: reload page when clicking the same state link

I just got a request from our QA team, which I think sounds ridiculous. Here it goes: suppose you are …

javascript html angularjs angular-ui-router reload
Reload .emacs for all active buffers

A question already has been asked how to reload a .emacs file after changing it. The proposed solutions were to …

emacs lisp buffer reload dot-emacs
Is it possible to dynamically reload PHP code while script is running?

I'm having a multiplayer server that's using PHPSockets, and thus is written entirely in PHP. Currently, whenever I'm making any …

php reload multiplayer
How to refresh sys.path?

I've installed some packages during the execution of my script as a user. Those packages were the first user packages, …

python python-2.7 packages reload sys.path