本站动态:
电脑今天偶感病毒
作者:shosh 日期:2008-08-12
C语言类型修饰符
作者:shosh 日期:2008-08-10
just a wisper on job
作者:shosh 日期:2008-08-10
Yeah, I have worked for more than one year in Qisda(known as old Benq)--the start of my working career. It is true that I have gained one-year working experience and lots of working skills, including technical skill of computer programming and skills on how to make a practical plan, how to communicate with other team members, how to solve a problem in an efficiant way, how to perform well in a team, and how to ... which comforts me so much.
美资,台资,国有企业比较
作者:shosh 日期:2008-08-09
Daily Sentences
作者:shosh 日期:2008-08-05
OK, It is just what forms in my brain or what i come accross that i think it is meaningful or helps me to remember some keywords in the sentence.
1. I am a bachelor with a bachelor degree.
COMMENT: OK, it is about my status. The first word bachelor is not a degree while the later one is. It means somebody without boyfriend or girlfriend, someone's still single.
2. It is about six hours that I slept last night, but to my surprise, i am full of energy today.
电脑密码与安全相关
作者:shosh 日期:2008-08-04
Write a blog that is a blog(写像样的blog)
作者:shosh 日期:2008-07-30
You can improve your writing (your business writing, your ad writing, your thank you notes and your essays) if you start thinking like a blogger:
1. Use headlines. I use them all the time now. Not just boring ones that announce your purpose (like the one on this post) but interesting or puzzling or engaging headlines. Headlines are perfect for engaging busy readers.
2. Realize that people have choices. With 80 million other blogs to choose from, I know you could leave at any moment (see, there goes someone now). So that makes blog writing shorter and faster and more exciting.
3. Drip, drip, drip. Bloggers don't have to say everything at once. We can add a new idea every day, piling on a thesis over time.
violate and volatile
作者:shosh 日期:2008-07-30
I have ever read the word volatile as a keyword of c language, it means the variable decorated by it may changes so unexpectedly that the compiler should not optimize it when compiling, leaving checking its instant value everytime it was read. However, I have never used that keyword in my programming, but still always I remember that there is a "Violate" like keyword (unable to remember either its spelling or its pronunciation) meaning a variable may changes at any time in C language.
After that, I came across another word "violate" many times, and every time I mistook that for "volatile", considering it meaning something changable. And so happened, when the word violate together with the word access, it seems comprehansible.
选中狭小区域的判断语句
作者:shosh 日期:2008-07-29
本文是本人以前在老blog写的一篇日志,因为最近经常碰到判断语句的优化问题,不禁想起了以前本人写的这篇日志,所以找回来放到新blog上。下面是原文(部分修改):
bJudgeX = (bigX-smallX<5 && (smallX>point.x ? smallX-point.x<3 : point.x-bigX<3));
bJudgeY = (bigY-smallY<5 && (smallY>point.y ? smallY-point.y<3 : point.y-bigY<3));







