Yunnan Zhou

Ranch Hand
+ Follow
since May 04, 2011
Yunnan likes ...
MyEclipse IDE C++ Java
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Yunnan Zhou

Hi,everyone.could you tell me how to make this performance below?

I hope a good idear.
12 years ago
Hardikļ¼Œthank you for you reply. but I had made it by another method.
12 years ago
I use webView.loadDataWithBaseUrl("",data,"text/html","utf-8",null) to display a html code,
but there is nothing to display,just a white background.
are there any body know what happen?
html code like "<p>hello world..</p>"
12 years ago
There are some codes below:(just for test)

How can i get 'value' in another page to use EL?
12 years ago
JSP
I test your expression ,it's ok. what's wrong?
12 years ago
you can use map like this:
12 years ago
Thanks .
I have made it.
just like

can i use it like this codes?
how to use it . please help me?
you can't. you can't get an Instantce of a abstract class or method. abstract methods are only declared but not implmented.
if you use static key word, can you call a method like:" public void method(); " without Methods body?
so you can do nothing like "ClassName.method()"
12 years ago
thanks . I make it .
12 years ago
JSP
just print a message to test whether your code have executed or use debug.
check the value of "n_id" and session.getAttribute("new_notice") after you set Attribute
12 years ago
thanks to Sudhakar Sharma .
now ,it,s works well as my thought
12 years ago
JSP
I defined my own filter to do something, but I can't touch off it.
I test agian and again ,finally I find when I use forward jump I can't access the filter, but redirect is normal.
how to solve it. help!
12 years ago
JSP
thanks. It's hard to read a so long English artical. and I think it's a little complex. I'll keep to finish it.
thanks again.
12 years ago
JSP