Summary: Say I have a project in Django called \"devsite\" which will be deployed first to a staging project (also calle开发者_如何学运维d \"devsite\") and finally to the live codebase (where the pro
I need to import a csv file that has 10\'s of thousands of rows into a Postgres database daily. I\'m looking into the most efficient way to do that as each line in the csv file can be a new record or
I have 5000 registered users on another domain database, I want to import 开发者_StackOverflowall these users in joomla database as Registered user. how to do this.......There are several components a
I have three files: testimports module: #import moduleTwo import moduleOne hiString = \"Hi!\" moduleOne.sayHi()
I have XML files containing multidimensional arrays of numeric data and I need to read them into SAS.
I have a problem with transferring the image (RGB data) I get from Java GUI (for which I have the source code) to a MATLAB array. Can this be done?
We have a Joomla website which we want to copy over to another host website. So far everything has been copied except for the database. The problem we\'re experiencing is as follows:
In a Java Project of mine, I would like to find out programmatically which classes from a given API are used. Is there a good way to do that? Through source code parsing or bytecode parsing maybe? Bec
i have a module with many files, which i import in themselves for sharing of functionality myModule/ -myFile1.py
I\'m developing an app that will need to import data for three models from a single CSV file (with one-to-many associations). I have set up a Datafile model & controller to handle upload / parsing