Tagged Questions

0
votes
1answer
59 views

Fixing a type-error in Python’s Pg

Thank you for bobince in solving the first bugs! How can you use *pg.escape_bytea* or *pg.escape_string* in the following? #1 With both pg.escape_string and pg.escape_bytea …
0
votes
3answers
27 views

JSP response content type Excel

when i set response content type is excel. In excel sheet it is dsiplaying 1-Jan instead-of 1-1. here is code snippet <%@ page language="java" contentType="text/html; charset= …
0
votes
3answers
66 views

Type annotation for none abstract property

Any ideas on how I could add type annotation to fix this error? I'm getting a red squiggly under Foo.Bar in getFooBar and the following error message for it. Lookup on object of …
2
votes
7answers
168 views

C#: How to generate an instance of an unknown type at runtime?

i've got the following in C#: string typename = "System.Int32"; string value = "4"; theses two strings should be taken to generate an object of the specified type with the speci …
1
vote
8answers
117 views

java: different return types when overloading

Hi, I have a class tree like this: master class abstract class Cell AvCell extends Cell FCell extends Cell i have an abstract method getValue() in Cell Is it posibble to make …
0
votes
3answers
51 views

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. an …
1
vote
1answer
28 views

Why do I need to type-cast an object when sending it an “isKindOf:” message?

If I'm trying to find out if an object is a type of a certain class (or any of that class's descendants), it seems that I should use "isKindOf:" if ([foo isKindOfClass:[bar class] …
4
votes
7answers
160 views

check type of element in stl container - c++

how can i get the type of the elements that are held by a STL container?
1
vote
7answers
106 views

C# DBNull and nullable Types - cleanest form of conversion

I have a DataTable, which has a number of columns. Some of those columns are nullable. DataTable dt; // Value set. DataRow dr; // Value set. // dr["A"] is populated from T-S …
1
vote
1answer
62 views

Creating (boxed) primitive instance when the class is known

I need a method that returns an instance of the supplied class type. Let's assume that the supplied types are limited to such that an "empty" instance of them can be created. For i …
0
votes
1answer
24 views

[Oracle] Type reference scope

Hello, I'm studying databases and am currently working on a object-relational DB project and I've encountered a small problem with the number of possible constraints in an object …
1
vote
2answers
81 views

what is the difference between oracle “create or replace type” and “type type_name is…” syntax

hi guys, i'm a pl/sql newbie. now i have a question about oracle type. i saw there are two types of type : CREATE OR REPLACE TYPE "TYPE_NAME1" AS OBJECT ( temp_trans_id …
2
votes
4answers
85 views

Explicit object array type conversions in C# ?

Hi, if I have two classes, and have defined an explicit type conversion between them, should I not be able to convert an array of one to an array of the other ? ie. using System …
1
vote
4answers
118 views

System.Drawing.Point is a value type. Why?

I read that System.Drawing.Point is a value type. I do not understand. Why?
0
votes
6answers
111 views

128-bit type error

Hi, Thanks to pbos help and its program (published here, for xoring a big file), I performed some tests and I see that I have another problem: having changed the mask by another o …

1 2 3 4 5 13 next
15 30 50 per page