After a few days,my blog is at last recovered.It made me sick for a long time too.No matter what has happened,i can now use my blog again.So i will continue to write things
here.
The email i received from The Blogger Team:
Hello,
Your blog has been reviewed, verified, and cleared for regular use so that
it will no longer appear as potential spam. If you sign out of Blogger and
sign back in again, you should be able to post as normal. Thanks for your
patience, and we apologize for any inconvenience this has caused.
Sincerely,
The Blogger Team
May it will not occur to me anymore!
Thanks God!
Oct312006MY BLOG IS SPAM?
Oct292006WHAT IS WRONG? WHY?
I RECEIVED A EMAIL FROM BLOGGER,IT CONSIDERED MY BLOGGER AS SOMETHING THAT IS SIMILAR
RUBISH.I HAVA TO STOP BLOGGING.THAT MAKE ME UNCONFORTABLE,BECAUSE I JUST STARTED TO BLOG HERE THREE DAY BEFORE.
THE MAIL WAS HERE:
Dear Blogger user,
This is a message from the Blogger Team. In order to maintain a free, high quality service, we use an automated classifier to identify spam blogs. [1]
This system has detected that your blog has characteristics that resemble spam. Since you're an actual person reading this, your blog is probably not a spam blog. Automated spam detection is inherently fuzzy, and we sincerly apologize for this erroneous result.
You won't be able to publish posts to your blog until we review your site and verify that it is not a spam blog. To request a review, please fill out the form found here:
http://www.blogger.com/unlock-blog.g?blogID=36440218
We'll take a look at your blog and unlock it in less than one business day. Please note, if we don't hear from you, we will remove your blog within 20 days. If the blog at http://mygreennight.blogspot.com does not belong to you, then no action is necessary on your part. Any other blogs you may have will not be affected.
By using automated classification systems we've been able to dedicate more storage, bandwidth, and engineering resources to users like you instead of spammers. Thanks for your understanding.
Sincerely,
The Blogger Team
THERE IS NO THING THAT I CAN DO TO MAKE A QUICK SOLUTION,SO I JUST WAIT,WAIT......
NO.3JAVA
Oct252006public class AverageFruit {
public static void main(String[] args) {
// Declare and initialize three variables
double numOranges = 50.0E-1; // Initial value is 5.0
double numApples = 1.0E1; // Initial value is 10.0
double averageFruit = 0.0;
averageFruit = (numOranges + numApples)/2.0;
System.out.println(“A totally fruity program”);
System.out.println(“Average fruit is “ + averageFruit);
}
}
No.2JAVA
Oct242006public class PondRadius {
public static void main(String[] arges) {
//Calculate the radius of a pond
//which can hold 20 fish averaging 10 inches long
int fishCount = 20; //Number of fish in pond
int fishLength = 10; //Average fish lenth
int lengthPerSqFt = 2; //Fish length per squre foot of surface
double radius = 0.0; //Pond radius in feet
int feet = 0; //Pond radius -whole feet
int inches = 0; // - and whole inches
double pondArea = (double)(fishCount*fishLength)/lengthPerSqFt;
radius = Math.sqrt(pondArea/Math.PI);
feet = (int)Math.floor(radius); // Get the whole feet and nothing but the feet
inches = (int)Math.round(12.0*(radius – feet)); // Get the inches
System.out.println(“To hold “ + fishCount + “ fish averaging “ + fishLength +
“ inches long you need a pond with an area of \n” + pondArea +
“ square feet.”);
System.out.println(“The radius of a pond with area “ + pondArea +
“ square feet is\n “ + feet + “ feet “ + inches + “ inches”);
}
}
Post a java program every day!
Oct232006Since i decided to learn java by heart,i would like to post my program on the blog.It will be part of my life.
I have chosen three books for learnning.They are "Core java 2(7th Edition)","Thinking in java(3rd Edition)",and "beginning.java.2.jdk.5.edition-2004.wrox-ivor.hortons".
I don't mind to spent time on learnning to program,because it sometimes make me happy.The feeling is cool,and i like it.
No matter what it would cost me, i will take it.
So,just do it.
My first java applelt.
Oct222006Just start here!
Blog life come true. It's time to work hard......We live in a big world.And there no doubt that we have to do our best to make a living.From now on,i will devote to learnning Java,C++,Assembly, Linux and my compulsory course.
"Let nothing trouble you, let nothing frighten you.
All things are passing; God never changes."
St Teresa of Jesus, ........pray for us.