本站动态:

预览模式: 普通 | 列表

电脑今天偶感病毒

晚上开机提示360防火墙启动失败,想起今天的怪症,重新扫描了一下,终于找到了一个可疑文件,是C:\Program Files\Common Files\Microsoft Shared\MSInfo目录下的 mfc.bat,该文件试图删除一些文件……

不过从中可以看出一点:千万不要给重要的文件起太起眼的名字哦(比如含有“360”之类的),不然很有可能被这些恶意程序给破坏掉的哦。

查看更多...

分类:电脑综合 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1018

C语言类型修饰符

在一般的C教科书中,可以见到6种类型修饰符,分别是: auto, const, register, static, volatile, extern.
局部变量除非显式指明为static, 否则默认为auto,所以一般不会在代码中使用类型修饰符auto.
在后编译器时代,优化器可以合理的分配寄存器,所以一般不会在代码中使用类型修饰符register.
extern只用于声明全局变量,用法单一。
本节将主要介绍const, staticvolatile.

查看更多...

分类:C/C++ | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 960

just a wisper on job

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.

查看更多...

分类:心情随笔 | 固定链接 | 评论: 1 | 引用: 0 | 查看次数: 1047

美资,台资,国有企业比较

关于加班

美资员工加班都在家里,说是五点下班,睡觉可能要到十点甚至更晚。
台资员工加班都在公司,说是五点下班,六点还不能走,不是开会,就是要加班。尽管可能什么事情也没有。
国有企业,科长想要五点开个会,才发现四点半办公室就没人了。
 
关于工资
美资企业开五千块,一两千都要花在吃饭,坐车,穿衣上面了。面子呀。
台资企业开三千块,交通补贴,住房补贴都在里面,加班费原来是按照两千算的。通常的说法叫底薪。
国有企业开一千块,实际到手两千多,尽管效益很糟糕,可是奖金却比工资高。

关于……

查看更多...

分类:疯狂搞笑 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1019

Daily Sentences

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.

查看更多...

分类:English Learning | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1020

电脑密码与安全相关

xp密码破解

方法一:

(1)启动电脑,使用DOS启动盘(比如:Windows 98启动盘)进入纯DOS状态。

(2)在DOS提示符下,根据下面步骤操作:

查看更多...

Tags: 密码 破解 xp

分类:电脑综合 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 976

Write a blog that is a blog(写像样的blog)

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.

查看更多...

分类:English Learning | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 929

violate and volatile

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.

 

查看更多...

分类:English Learning | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1064

选中狭小区域的判断语句

本文是本人以前在老blog写的一篇日志,因为最近经常碰到判断语句的优化问题,不禁想起了以前本人写的这篇日志,所以找回来放到新blog上。下面是原文(部分修改):

bJudgeX = (bigX-smallX<5 && (smallX>point.? smallX-point.x<3 : point.x-bigX<3));

bJudgeY = (bigY-smallY<5 && (smallY>point.? smallY-point.y<3 : point.y-bigY<3));

查看更多...

Tags: 条件 判断

分类:C/C++ | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 915

终于给Blog的评论添加了回复功能

告诉大家一种非常方便的给pjblog添加评论的回复功能的方法(我现在才刚做出来的哦,可以通过本站含有回复的评论预览效果),而且在评论预览中还看不到UBB代码,如果你也是PJBlog的用户,那你一定不能够错过了。

其实我也是个懒惰之人,若不是网上的方法不是太好用,我还真不会自己动手。

查看更多...

Tags: 回复 评论

分类:上网技巧 | 固定链接 | 评论: 1 | 引用: 0 | 查看次数: 1178