- Check mail server by "telnet servername port(25)"
- Check IMAP server (e.g. deovecot)
Showing posts with label Problem. Show all posts
Showing posts with label Problem. Show all posts
2011-12-29
Django "SMTPServerDisconnected Connection unexpectedly closed"
2007-09-05
Problem BIGINT in Jython
You must convert Python Long object to Java Long object before execute sql command.
Example: id = Long(data[0])
difficulty = utils.calc_sentence_diff(data[1])
cursor.execute(update_sql, (difficulty, id))
Example: id = Long(data[0])
difficulty = utils.calc_sentence_diff(data[1])
cursor.execute(update_sql, (difficulty, id))
2007-08-26
Problem with Flex HTTPService ObjectProxy
Flash player can't convert ObjectProxy to ArrayCollection if you have only 1 item in ObjectProxy.
Subscribe to:
Posts (Atom)