Lindows's profile...lindows space...心靈的空間...PhotosBlogListsMore Tools Help

...lindows space...心靈的空間...姓林的空間...

...聆聽美妙的音樂...享受簡單的生活...NICE MUSIC...SIMPLE LIFE...

 

November 01

11月

这几天比较“充实”,与其说“充实”还不如说是比较忙,连续工作4天…今天只不过是第三天,可已经有点透支的感觉,呵呵。
不过考虑到最近几天的忙是为了这个月可以好好玩个4天,似乎也算是值了,11月似乎活动比较多,运动会、培训、疗养…\^O^/
听着DP的老歌在前往公司的路上随手用手机记录着Spaces,真希望我的生活也是一个Free Loop。
这个月要开运动会,不参加项目白赚一双鞋,哈哈~这个月要发过节费,哈哈~这个月要发奖励金,哈哈~这个月要去杭州疗养,哈哈~要是每个月都是11月多好,呵呵~
找工作继续中!


Lindows
October 24

关于电视机

最近在家组建了一个简单视听环境,电视频道节目的分辨率太低,没法体现出液晶电视的优势,所以通过连接PC来弥补这一不足,正好有2台笔记本,分别连接新购的2台电视机。由于2台笔记本都比较老,没有HDMI接口,所以就用VGA接口接电视,在网上看了一些评论,感觉似乎模拟信号的VGA也没那么差,支持分辨率320×240一直到2048×1536还比HDMI大一些……
 
关于VGA线要说一说,我试过好几根VGA线,只有一根可以说是完美线,何为完美线?VGA线不是都一样的嘛?
虽然都是VGA线,但是还是有差别的,其中包括是否足芯,是否带组行扫描,是否带EDID识别接口等等……我找到的这根线是支持EDID识别接口的,可以直接识别出电视机型号以及最大分辨率,也就是接上电脑后直接就可以上1920×1080分辨率,不用其他设置,非常好用。可惜只有一根带EDID,而且是老式台式机上的线,后购买了几根新的,价格和品质都不错,而且线缆很粗,但都不支持EDID,接上电脑后电视机没法直接识别,显示的分辨率也不是非常完美,不能直接上1920×1080……
不过没关系,通过软件设置一下就可以了,PowerStrip是非常老牌的软件了,用它也可以完美调整到1920×1080,但始终觉得EDID识别的话应该更好,毕竟PowerStrip是改出来的,多少没EDID的完美……
 
关于片源,最近一直在挂着下片,1080P的片源实在太大,10G+的容量让我只能望而却步了,因此下了很多720P的片源,一般4G~7G左右,虽然还是很大,但勉强可以接受。至于播放效果,720P的片源其实已经够清晰了,电视机全屏状态下保持3米左右距离观看基本看不出颗粒,偶然会有噪点也已经是非常小的了。还有就是笔记本毕竟老,显卡不带硬解高清,播放720P的时候,基本维持在50%~60%CPU状态,还是可以接受的,但是播放1080P的时候直接就85%+了,所以综合下来看720P对于现在状态还是性价比最高的片源,可能以后换新电脑或宽带提速了可以考虑全面1080P……(P.S.:估计这个“以后”会蛮以后的了……)
 
最近在51JOB上投了些简历,希望可以找个更适合自己的工作!
 
 
Lindows
October 07

电视机购入

十一,乘着十一大减价和以旧换新活动,新购入两台液晶电视,LCD-46GE51A & LA37B530P7R 客厅和自己卧室各一,哇哈哈...
接下来要考虑的就是用什么方式上高清了~~

LCD-46GE51A  LA37B530P7R

 

Lindows


September 29

恶!!!

万恶的I*B*,使出降薪这招,F**k U, I*B*!!!
i need a new job
 
 
 
 
Lindows
September 27

Win 7激活成功

上次讨论了Win 7的OEM激活,前几天通过授权KEY,正式激活了我的Win 7,这次非OEM激活哦,嘿嘿,永久激活,心里非常开心啊O(∩_∩)O
 
看图:(从产品ID就可以看出是通过什么方式激活的了~)
 
win7激活
 
win7
PS:备份Win7激活信息:(保存为bat/com)

@echo off
echo 请在管理员administrator下运行
echo. & pause
echo 备份原始激活文件到备份文件夹
md 备份
copy %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat 备份\tokens.dat
copy %windir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms  备份\pkeyconfig.xrm-ms
echo 关闭Software Licensing服务
net stop sppsvc
echo 取得原始激活文件的权限并删除
takeown /f %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat
takeown /f %windir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms
cacls %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat /t /e /g administrator:f
cacls %windir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms /t /e /g administrator:f
del %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat
del %windir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms
echo copy激活文件到系统文件夹
copy tokens.dat %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat
copy pkeyconfig.xrm-ms %windir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms
echo 开启Software Licensing服务
net start sppsvc
start %windir%\System32\spp\tokens\pkeyconfig\
start %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\
echo 更改产品密钥
SLMGR.VBS -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX(改成你的序列号)
echo 完成激活!
echo. & pause

 

Lindows

 


Please wait...
Sorry, the comment you entered is too long. Please shorten it.
You didn't enter anything. Please try again.
Sorry, we can't add your comment right now. Please try again later.
To add a comment, you need permission from your parent. Ask for permission
Your parent has turned off comments.
Sorry, we can't delete your comment right now. Please try again later.
You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
Complete the security check below to finish leaving your comment.
The characters you type in the security check must match the characters in the picture or audio.
by 
by 
by 
by 
by 
by 
by 
by 
by 
by 
More...
Photo 1 of 273