I\'m using Mercurial repository and I have a patch in \'git\' format and I wanted to know how I can apply that开发者_如何学运维 patch to my current repository which is Local.
I occasionally have to add a class to an html element based on a conditio开发者_如何学Gon. The problem is I can\'t figure out a clean way of doing it. Here\'s an example of the stuff I\'ve tried:
We\'re running a large site at the moment which has a dedicated VPS for it\'s database server which is running MySQL and nothing else. At the moment all four CPU cores are running at close to 100% all
I have a structure I need to visualize. It contains of a set of nodes, where each node has a connection to one of the other nodes. A treeview can not show this as the connection does not follow a tree
I have created five buttons in the view controller. If i clicked the button it goes to the corresponding view. Now i want to display the button in highlighted state when it is clicked. It should go ba
I have a migration script that reads from one DB and write to a second D开发者_如何学JAVAB. I usually update the existing records. How can I log the updates like:
I have a simple form and within I\'m using Html.DisplayFor() method to show some values. There is a submit button also within the form, which is triggering an update.
I\'d like to scale some pixel-art images up in-browser. Because they\'re pixel art it looks horrible if image smoothing happens.
I am writing a WIX installer and I have a following requirement: During installation, I need to 开发者_如何学运维pass an absolute path to a file (lets call it A) included in my installer to a COM comp
I\'ve used a few profilers in the past and never found them particularly easy. Maybe I picked bad ones, maybe I didn\'t really know what I was expecting!