Just from the serverfault.
In the System event log, filter by event id 1074, this will show by which process and on behalf of which user a reboot was initiated.
Just from the serverfault.
In the System event log, filter by event id 1074, this will show by which process and on behalf of which user a reboot was initiated.
After 30 minutes to solve invisible char cause Excel vlookup failed, I find below fomula is useful:
|
Seems I frequently need to kill some session due to the network issue or other client issue to submit data to oracle, but each time I google the answner, it takes me at least 5 minutes, so I decide to write done SQL and command here:
|
|
The Unobtrusive JavaScript feature introduce from Rails 3.1 and the Rails Guide have a whole chapter to say about how to use, but the jquery-ujs much more feature not talked in official Rails Guide.
Except the AJAX forms and some link_to feature, one of my favorite features is AJAX HTTP request back to server when one of the forms input control content changed by user and lost focus. Such feature is very similar to ASP.NET AutoPostBack, which is very handy when you need user fill some content first before you can help them auto fill the rest.
I used to write post about install ruby 2.0.0-p195 in windows one years ago, the ruby language improved a lot this year and it's gems. But windows platform is still not active compare with Mac OS X or Linux in rubyist.
There are two thick I believe worth to write down for the windows rubyist:
C:\git\debugger-ruby_core_sourceC:\git\debugger-ruby_core_source\lib to C:\Ruby200\lib\ruby\gems\2.0.0\gems\debugger-ruby_core_source-1.3.2gem install debugger.Modify the win32.h file (@C:\Ruby200\include\ruby-2.0.0\ruby) before install gems bson
|
Genymotion is very fast compare to original android simulator, but make it work in Intranet takes me quite a lot of time.
In fact, it's simple: Open the Oracle VM VirtualBox manager, Settings->Network, Select the Adapter 2 (Adapter 1 is used primary by Genymotion and cannot change), using Bridged Adapter and select the working network card in Intranet (not wireless usually).
Ubuntu 12.04 LTS already have the freetds package, so just running below command will install SQL Server support for Rails.
|
|
About the driver location, you may need to find the libtdsodbc first at via find /usr/lib -name libtdsodbc.so.
|
|
|
|
Just attend company training and below is quick notes/tips coming from trainer.
|
Step 1, setting the autoindex on in conf
|
Step 2, resolve the 403 forbidden error using below command if you meet such error.
|