This question is related to a previous post.
Is there something comparable to sqlsrv_query() on a linux server?
Or something extremely simple to parameterize queries for a LAMP(php)/SQL server?
I have an Excel sheet with two column, one is a number , and second column have a picture.
i want to read these data from c# with oledb connection, i can read number easily , but pictures is not contained in second column , so in c# i just get first column.
now, how can i read the images ? i want to extract the numbers and related images from this excel sheet.
Thanks.
What are some practical ideas that you have found useful for bringing graduates on to your team in their first job?
Some of the things that are working well for us include:
Assigning a mentor to assist the learning process
Written coding standards/guidelines
Spending a period of time with the test team to learn the product
Where possible, a broad range of experiences in the first few months
Anything else that works well for you?
A related question can be found here.
This is a pretty simple question- how can I check if a NSURL is linking to a local file?
I know, RTFM, but I checked the documentation and I don't seem to see any methods related to this.
The only methods I did find were -isFileReferenceURL and -isFileURL, but I think these only check if the URL directly links to a file.
note: I'm making an iPhone app, so by "local file" I mean a .html file stored in the project's resources.
Thanks for any help in advance.
I wonder whether anyone knows some research done with the question "What is good/bad in long/short branches in version control?"
I'm specifically interested in academic researches performed in this field. My questions are:
What problems (or conflicts) long branches may produce and how to deal with them
How to split a big task onto smaller branches/sub-tasks
How to coordinate the changes in multiple short branches, related to the same code
Thanks in advance for links and suggestions!
Recently i was asked
(1) "How will you do performance optimization over your jQuery in ASP.net ?"
(2) "How many script manager can we have in ASP.net Application?" why? (Ajax related).
I have no ideas on both.Help me to grow.
Do you cultivate an alternative career/hobby which complements or refreshes your primary role as a developer? If so, what is it and why?
Also see these related questions:
If you weren't a programmer what would you be doing
How do you vent stress as a programmer?
What are some exercises you do to make you a better programmer?
How do you reward yourself when you've overcome a monster task
Hello,
Is there any way to generate the good error report from Cruise Control?
I like to get the following things in that report.
The line number of File that break the build
The name of developer who commited that file. (It should not be related to last person who committed because the build might be broken earlier before last person check-in. )
Thanks.
greetins everyone!!
i'm a student learning c language and i need to test my c skills..
so can anyone suggest me any way that where can i find questions related to c programmes..i.e.
writing c programmes!!
from simple to complex(topic wise)..with solutions!
thanx
How to fix corrupted xsd and wsdl files, is there any IDE which can suggest what is wrong? such as eclipse for java code when pressing CTRL + 1 , or where can I find books tutorials to understand formatting of these file types better? thank you
Here is concrete message error I have
[ERROR] 'item' is already defined
line 223 of file:/C:/project/src/main/resources/schema.xsd
[ERROR] (related to above error) the first definition appears here
line 22 of file:/C:/project/src/main/resources/schema.xsd
Hi,
how can I enable database logging in my ASP.net application?
I am using VS2010 (ASP.net MVC2 Project) and would like to see logging that highlights database activity between the application and the database, including database connection establishment (as I do have a connection related error somewhere).
I'm using SqlServer Express 2008.
thanks
Given an image with a large dimension ( 1.000 x 1.000). What is a good approach to find a small image (e.g. 50 x 50) in the big one?
The smaller image can be rotated and differ in the size, but only with a 1:1 ratio.
It's not related to any programming language - I'm just interested in pattern recognition.
Thank you.
Somewhat related to this question, but in the absence of any answer about QuickBooks specifically, does anyone knows of an address parser for Java. Something that can take unstructured address information and parse out the address line 1, 2 and city state postal code and country?
If I have large articles that need to be stored in a database, each associated with many tables would a NoSQL option help? Should I copy the 1000 char articles over multiple "buckets", duplicating them each time they are related to a bucket or should I use a normalized MySQL DB with lots of Memcache?
I am planning to use ASP.NET MVC2 implemented membership system to manage users. Database that uses application should have tables that are related with these users. Is it possible to use two different databases and make relationships (foreign keys) between them or I will have to merge these two databases into one?
Thanks,
Ile
If I have the following plain string, how do I divide it into an array of three elements?
{["a","English"],["b","US"],["c","Chinese"]}
["a","English"],["b","US"],["c","Chinese"]
This problem is related to JSON string parsing, so I wonder if there is any API to facilitate the conversion.
Basically I need to run the script with paths related to the shell script file location, how can I change the current directory to the same directory as where the script file resides?
I get poorly formatted invoice related email from my payment gateway. I wan to automatically format these emails to make them more readbale. Mostly I want to remove few 'fixed' lines which are always present in email body.
Do I need to run some sort of PHP process to do it?
Is it possible to do it on email server itself?
EDIT
I have got cpanel access.
I want to filter all Relation Objects where (relation= following relation in a virtual community) the date one has initiated the following is in the past, related to the moment now.
The following declaration seems to be wrong, as a bool object is not iterable.
Is there another way to do that?
d = Relations.objects.filter(date_follow < datetime.now())
While I love PHP I find its biggest weakness is that it allows and even almost encourages programmers to write bad code.
Is there a language that encourages good programming practices? Or, more specifically, a web-related language that encourages good practices.
I'm interested in languages who have either a stated goal of encouraging good programming or are designed in such a way as to encourage good programming.
the question is related to wordpress coding only. If it possible, the code solution is able to use inside a wordpress blog.
$wpdb is only work with database that been declare in wp-config. So it possible to clone $wpdb then use the clone to access different database ?
This may not be directly related to programming, but I always find it hard to get quality icons that can be used for software.
I currently have the need for some type of "green checkmark image", and I always seem to be looking for print, save, delete types of icons...
Anybody have good resources?
Note: I rather not be stealing someone's intellectual property.
Can I use NSTableView like I've used ListView in Windows? By that I mean JUST adding rows to the view.
I need to display a very simple two columned table and I don't want to write all this data related crap. Can I just 'add' stuff to a table view?
If not what is the simplest way to do what I'm trying to do (preferably without data sources)?
(this is related to another question about implementation on iPhone)
I have a large image, size around 30000 (w) x 6000 (h) pixels. You may consider it's like a big map. I assume I need to crop it up into smaller tiles. Questions:
what is the tile strategy?
Requirements:
whole image (though cropped) can be scrolled up/down/left/right by swipes
zoom in (up to pixel-to-pixel) out (down to screen-fit-by-height) by the 2-finger operation
memory efficiency by lazy loading tiles
Thanks!