Xelluloid

649
Reputation
113 views

Registered User

Name Xelluloid
Member for 1 year
Seen yesterday
Website
Location DE
Age 23
1d
comment Case … When with strings in mysql
this was simply an example but your answer fits my needs, thank you
1d
asked Case … When with strings in mysql
Nov
19
asked VTD XML inner XPath Expressions
Nov
19
comment Exception when loosing a thread
but it is not an exception that is thrown but an Error :)
Nov
19
comment Exception when loosing a thread
sure =) but I want to monitor every exception and error and send an e-mail if something goes wrong with my tool =)
Nov
19
comment Exception when loosing a thread
sorry, no the threads stops with an OutOfMemoryError, my boss just suggested to handle it with a catch(Throwable). I try it now
Nov
19
asked Exception when loosing a thread
Nov
11
comment Useful Inheritance in Python resp. Alternative for interfaces
ok I see now what is meant by dynamically typed =) I never got in touch with those languages, was my first experience =)
Nov
10
comment Useful Inheritance in Python resp. Alternative for interfaces
but I cannot say baseClass c = sub1() my interpreter says invalid syntax
Nov
10
asked Useful Inheritance in Python resp. Alternative for interfaces
Oct
1
awarded  Yearling
Sep
29
revised Graphviz top to bottom AND left to right
added 107 characters in body
Sep
29
comment Graphviz top to bottom AND left to right
ah sorry for sure when you now add d2 -> a2 I still want to be a, b, c and d on top but a1, a2, a3 still in one line as above
Sep
29
asked Graphviz top to bottom AND left to right
Sep
24
comment Threads get stuck in MySqlCommand.ExecuteNonQuery()
oh ... think I have had misunderstanding about the locking mechanism :) I now lock another Object when sending the list and when filling the list
Sep
24
comment Threads get stuck in MySqlCommand.ExecuteNonQuery()
ok I now add the queries to a list and send this list every minute but now I when I fill the list within my threads and after a minute send the queries, the enumeration of the list is changed within the threads, what about that? I tried lock(list) { // send the queries } but this does not work
Sep
23
asked Threads get stuck in MySqlCommand.ExecuteNonQuery()
Sep
23
revised Debug Threadpool in C#
added 163 characters in body
Sep
22
comment Debug Threadpool in C#
perhaps using the window for direct debugging? What I want to know is, what threads exactly the threadpool manages? All threads of the program or just the threads that I started by QueueUserWorkItem?
Sep
22
asked Debug Threadpool in C#
Sep
8
asked Bookmark level difference when using hyperref
Sep
4
asked call() of function with arguments
Sep
4
comment Configure the root logger with java logging API
oh sorry I've done a mistake =) now it works fine, thanks to you
Sep
4
comment Configure the root logger with java logging API
this does not work as I mentioned in my comment under my question it seems that I do not access the root logger by ""
Sep
4
comment Configure the root logger with java logging API
Why can't I access the root log via getLogger("")??? Afterwards still only the logs in the main class produce the output
Sep
4
comment Configure the root logger with java logging API
Why is it much more comfortable? I have set up everything for logging with the logging api, it would not be comfortable to change everything.
Sep
4
asked Configure the root logger with java logging API
Sep
2
revised Same domain but security error
edited body
Sep
2
comment Same domain but security error
ah sure sorry I did it this way ... I edit the xml above
Sep
2
comment Same domain but security error
but I can access the service directly with this address
Sep
2
revised Same domain but security error
added 561 characters in body; added 52 characters in body
Sep
2
comment Same domain but security error
I serve the policy file with the server. I am hosting my service under 1.2.3.4:9000/service and the crossdomain file under 1.2.3.4:9000/crossdomain.xml when I have allow_site_access set to * everything works fine but when I set the domain to 1.2.3.4 the error occurs
Sep
2
comment Same domain but security error
Destination: DefaultHttp I got from the details of the FaultEvent or what do you mean?
Sep
2
asked Same domain but security error
Sep
1
comment Links in Datagrid (flex)
ok ... I think this is trivial by using inline item renderers but any suggestions are still welcome
Sep
1
asked Links in Datagrid (flex)
Aug
26
comment Cannot Convert to ClassFactory
sure ... thanks for giving me the hint to that typo =)
Aug
26
asked Cannot Convert to ClassFactory
Aug
26
asked Custom Itemrender in Datagrid with Datatip
Aug
25
comment Saving and Loading XML file with flex
yes local files do not interest me I need the files on server, by a http request I can't save them, am I right?
Aug
25
asked Saving and Loading XML file with flex
Aug
24
asked Threaded event handling (C#)
Aug
24
comment configuring log4net with xml file
Yes I know, sorry, i just found a solution I just put all the config stuff in the app.config. This solved the problem
Aug
24
asked configuring log4net with xml file
Aug
14
comment Threadsafe and generic arraylist in c #?
and yes I could wrap the ArrayList perhaps any other solutions? :)
Aug
14
asked Threadsafe and generic arraylist in c #?
Aug
14
comment Caching in C#/.Net
but what if the hashtables becomes too big?
Aug
14
comment Caching in C#/.Net
not in an asp.net manner but I don't know exactly yet I will post the requirements when I got them but thanks for your first answer :)
Aug
14
asked Caching in C#/.Net
Aug
4
comment Load Webpage with login in java
it is not my webserver, it is any webserver, maybe the server where this site runs will change in time. I only know the username and password and want do programmatically login to download the page