I have a website that is using ASP.NET and C#. I am trying to do something like this bitmap.Save(@\"C:\\Documents and Settings\\Berzon\\Desktop\\Kinor\\kWebGUI\\Images\\\" + imageName + \".png\")
I run PHP on my Windows 7 dev box. I\'ve noticed that paths produced from the $_SERVER array always use forward slashes, whereas other sources such as __FILE__ use back slashes.
I\'m using XSLT 2 (Saxon 9.x) with Java 开发者_如何学运维and having the following problem ...
I\'m having some difficulty trying to randomly generate simple, i.e. they do not intersect, curves Basically, the problem is that given a random assortment of points generated on the X,Y plane, how c
I am running a Eclipse for C/C++ using cygwin GCC. I need to get the library path of \"libws2_32.a\"开发者_如何学C, which is inC:\\cygwin\\lib\\w32apifor me in windows. However I do not understand how
Platform: Windows 7 64 bit Hi all, I want to compile with gcc. So I ha开发者_开发问答ve added the path to the gcc binary to the PATH environment variables. Whenever I type gcc in the command prompt,
I have this piece of code that basically checks if one or more files exist. It works when I search for one file, but it doesn\'t when I try to search for more. I tried to define开发者_如何学JAVA an ar
I\'ve an ASP.NET MVC project that has a sub folder called emails. This contains HTM files for my email templates. At certain points in the site, I have a controller that needs to load one of these tem
I am developing an app which supports viewing of document files. Problem is that I have a file whose name is in Urdu language.
I am using these lines of code N开发者_开发知识库SString *path = [[NSBundle mainBundle] pathForResource:@\"index\" ofType:@\"html\" inDirectory:@\"test\"];