Groups
Groups
Sign in
Groups
Groups
Programming Overflow
Conversations
About
Send feedback
Help
Programming Overflow
Contact owners and managers
1–29 of 29
use to keep a record of IT solutions during work and study
Mark all as read
Report group
0 selected
Lei
11/1/13
Q&A
Confusing behavior in AS3 Event Listener code block
suppose we defined some variables outside of the function like this: var a:String ; Then we call some
unread,
Q&A
Confusing behavior in AS3 Event Listener code block
suppose we defined some variables outside of the function like this: var a:String ; Then we call some
11/1/13
Lei
7/29/13
Q&A
C++ pass by reference when using pointer
compare following results: void swap (int *p1, int *p2) { int tmp = *p1; *p1=*p2; *p2=tmp; } n1 = 10;
unread,
Q&A
C++ pass by reference when using pointer
compare following results: void swap (int *p1, int *p2) { int tmp = *p1; *p1=*p2; *p2=tmp; } n1 = 10;
7/29/13
Lei
7/20/13
Q&A
jquery trigger ajax post from link
Failed to achieve this, didn't know which part is wrong...
unread,
Q&A
jquery trigger ajax post from link
Failed to achieve this, didn't know which part is wrong...
7/20/13
Lei
7/8/13
Q&A
Websphere 7 response time
In one of my application, the big query from database will cost more than one minute to return and
unread,
Q&A
Websphere 7 response time
In one of my application, the big query from database will cost more than one minute to return and
7/8/13
Lei
2
7/1/13
Q&A
unable to send email from websphere server
http://stackoverflow.com/questions/14994384/unable-to-send-mail-from-localhost-websphere-application-
unread,
Q&A
unable to send email from websphere server
http://stackoverflow.com/questions/14994384/unable-to-send-mail-from-localhost-websphere-application-
7/1/13
Lei
2
7/1/13
Q&A
Convert a String with comma inside to Number/Double/int - Java
Have a look at java.text.NumberFormat . For example: import java.text.*; import java.util.*; public
unread,
Q&A
Convert a String with comma inside to Number/Double/int - Java
Have a look at java.text.NumberFormat . For example: import java.text.*; import java.util.*; public
7/1/13
Lei
2
6/19/13
Q&A
Java programming--pass by value or pass by reference
Hey there -- just noticed you referenced my article ;) The Java Spec says that everything in Java is
unread,
Q&A
Java programming--pass by value or pass by reference
Hey there -- just noticed you referenced my article ;) The Java Spec says that everything in Java is
6/19/13
Lei
2
5/17/13
Q&A
Deploy Static context in JBOSS with Spring 3
The default folder of resourses is not correct in Eclipse JBoss studio, please put it under webapp
unread,
Q&A
Deploy Static context in JBOSS with Spring 3
The default folder of resourses is not correct in Eclipse JBoss studio, please put it under webapp
5/17/13
Lei
2
5/6/13
Q&A
how can I get a GMT date time in java ?
SimpleDateFormat dateFormatGmt = new SimpleDateFormat("yyyy-MMM-dd HH:mm:ss");
unread,
Q&A
how can I get a GMT date time in java ?
SimpleDateFormat dateFormatGmt = new SimpleDateFormat("yyyy-MMM-dd HH:mm:ss");
5/6/13
Lei
4/29/13
Q&A
spring classpathxmlapplicationconext file can't be found
ApplicationContext context = new ClassPathXMLApplicationContext("beans.xml"); will pompy up
unread,
Q&A
spring classpathxmlapplicationconext file can't be found
ApplicationContext context = new ClassPathXMLApplicationContext("beans.xml"); will pompy up
4/29/13
Lei
2
4/23/13
Q&A
mysql rank function like implementation
SELECT t1.mrn, t1.patient, t1.s_time FROM visit_history AS t1 JOIN ( SELECT t2.mrn, MAX( s_time ) AS
unread,
Q&A
mysql rank function like implementation
SELECT t1.mrn, t1.patient, t1.s_time FROM visit_history AS t1 JOIN ( SELECT t2.mrn, MAX( s_time ) AS
4/23/13
Lei
4/19/13
Q&A
Dynamic Array/Vector problem
In C++ and Java, please try the following things: create a vecter v1, add some elements in it. Then
unread,
Q&A
Dynamic Array/Vector problem
In C++ and Java, please try the following things: create a vecter v1, add some elements in it. Then
4/19/13
Lei
4/18/13
Q&A
ADO.NET optimistic cucurency
How to solve this senario: someone extract the data in database and halt there. During his halting,
unread,
Q&A
ADO.NET optimistic cucurency
How to solve this senario: someone extract the data in database and halt there. During his halting,
4/18/13
Lei
2
4/12/13
Q&A
IBM RAD data source problem
change the code to following will overcome the problem: private DataSource dataSource; private
unread,
Q&A
IBM RAD data source problem
change the code to following will overcome the problem: private DataSource dataSource; private
4/12/13
Lei
4/10/13
Q&A
Spring tasks executed twice in application
It seems like build in cron support in Spring 3.X lib has a issue of scanning or executing multiple
unread,
Q&A
Spring tasks executed twice in application
It seems like build in cron support in Spring 3.X lib has a issue of scanning or executing multiple
4/10/13
Lei
4/8/13
Q&A
jdbc call to deal with data field with spaces
Usually speaking, when you need to deal with column names with spaces in it, you need to use escape
unread,
Q&A
jdbc call to deal with data field with spaces
Usually speaking, when you need to deal with column names with spaces in it, you need to use escape
4/8/13
Lei
4/8/13
Q&A
Javascript substring function is not working while replace() function is working
<script language="javascript" type="text/javascript"> $(document).ready(
unread,
Q&A
Javascript substring function is not working while replace() function is working
<script language="javascript" type="text/javascript"> $(document).ready(
4/8/13
Lei
4/5/13
Q&A
Interesting behavior between javascript and node.js
try to execute following code, first in pure javascript (chrome browser), second in node.js <
unread,
Q&A
Interesting behavior between javascript and node.js
try to execute following code, first in pure javascript (chrome browser), second in node.js <
4/5/13
Programming Overflow
3/18/13
Q&A
C++ std::cout << problem
It's interesting to see the following statement is not working in VS2008 and above: int a = 5;
unread,
Q&A
C++ std::cout << problem
It's interesting to see the following statement is not working in VS2008 and above: int a = 5;
3/18/13
Lei
2
3/13/13
Q&A
Wired error in spring jdbc templates:
Question 1: You get this exception if the value that you pass (and want converted) is "".
unread,
Q&A
Wired error in spring jdbc templates:
Question 1: You get this exception if the value that you pass (and want converted) is "".
3/13/13
Lei
2
3/13/13
Q&A
XML parsing error: XML declaration allowed only at the start of the document
Check the php tag at the beginning and make sure it doesn't have any white space at the first
unread,
Q&A
XML parsing error: XML declaration allowed only at the start of the document
Check the php tag at the beginning and make sure it doesn't have any white space at the first
3/13/13
Lei
2/8/13
Q&A
Jquery and Ajax Animation loading
find a good way to load animated ajax component by using jquery possible solutions in http://
unread,
Q&A
Jquery and Ajax Animation loading
find a good way to load animated ajax component by using jquery possible solutions in http://
2/8/13
Lei
2/4/13
Q&A
Modify stdin lib to make it can read from eclipse console
check stdlib.jar library and find out the source code for this.
unread,
Q&A
Modify stdin lib to make it can read from eclipse console
check stdlib.jar library and find out the source code for this.
2/4/13
Lei
2
1/30/13
Q&A
How to open a link with media player?
open windows media player first, then hit "ctrl+m", the upper toolbar will appear. Choose
unread,
Q&A
How to open a link with media player?
open windows media player first, then hit "ctrl+m", the upper toolbar will appear. Choose
1/30/13
Lei
2
1/14/13
Q&A
Apache Httpd Server strange behavior
What was mind boggling was that updates to the php html or any other parsed file format worked just
unread,
Q&A
Apache Httpd Server strange behavior
What was mind boggling was that updates to the php html or any other parsed file format worked just
1/14/13
Lei
3
1/3/13
Q&A
Multiple database connection in Spring MVC 3
AbstractRoutingDataSource is still worth reviewing for its class and know how to use it. Difference
unread,
Q&A
Multiple database connection in Spring MVC 3
AbstractRoutingDataSource is still worth reviewing for its class and know how to use it. Difference
1/3/13
Lei
2
12/30/12
Q&A
Eclipse issue with Maven repository
Can't be solved easily, the problem sits on the maven plugin with eclipse and sts. A quick way to
unread,
Q&A
Eclipse issue with Maven repository
Can't be solved easily, the problem sits on the maven plugin with eclipse and sts. A quick way to
12/30/12
Lei
2
12/27/12
Q&A
SQL queries for combing multiple rows into one row
by using the follwoing way, we can achieve the similar result like select concate.... select distinct
unread,
Q&A
SQL queries for combing multiple rows into one row
by using the follwoing way, we can achieve the similar result like select concate.... select distinct
12/27/12
Lei
2
12/27/12
Q&A
New Timeline display function
The new version of timeline lib has a attribute named "tracNum" can be used to set up
unread,
Q&A
New Timeline display function
The new version of timeline lib has a attribute named "tracNum" can be used to set up
12/27/12