I have two classes ClassA and Class B (they are viewControllers). Class A is a delegate of classB. ClassA \"laucnhes\" and instance of ClassB.
I\'m doing a simple javascript application. It involves several item开发者_如何学Pythons in different tables stored using MYSQL.
I am trying to import data in SAS like: ABCDE xyzhi s1s2s3s4s5 where A B C D and E are column names. I have 240 columns in my dataset and the code I am using is:
I am trying to specify some additional targets/tasks to an msbuild file by extending an existing msbuild file (a web applicartion .csproj file). The idea 开发者_如何学JAVAis to put configuration speci
I am developing an applica开发者_开发问答tion where the program can do a number of operations. It relies on a XML file being imported and DB connection established. However, some of the functions can
I am running my oracle on a debian machine. Today I decided to create a new user and a new tablespace. Then I export a database with the user System which on the same machine. I got some error when I
I have a JSF 1.2 based webapp from which I copied the JSTL import xmlns:c=\"http://java.sun.com/jstl/core\"
Here is part of my module:gm.py def avg_list(list): sum = 0 for num in list: sum += num avg = float(sum)/len(list)
I have an existing python module with a dash in its name, foo-bar.py Changing the module name is something I would prefer to avoid as the module is shared, and I would have to chase down all the plac
Our local workflow tends to use a sequence of zip files as the local \'source control\' before major revisions are formalised in开发者_开发问答to the \'big\' company SCM system. I\'m trying to introdu