呵呵,发现了一个很好的网站。它提供下载注册表文件,以恢复缺省的文件关联。
点击这里
2012.07.29
[
阅读全文]
给大家更新下:
BETV已于2012年3月1日启动认证,所有老的版本都无法正常使用。也就是说,要注个册才可以观看。
新版下载http://www.ibetv.com/。
各个频道播放效果不错呵呵,鼓鼓掌!
2012.06.30[
阅读全文]
这两天练习写了个python脚本,就是在命令行下扫描指定的驱动器或者文件夹,看有哪些文件很久都没有被访问过了。可以是天数,或者指定的日期以后。但是调试的时候,总是报错:"FScan.py",line115,in
main(sys.argv[1])
line43,inmainaccess_time=time.mktime(time.strptime(entry,"%Y/%m/%d"))
line313,instrptimedata_string(found.end():])
ValueError:unconverteddataremains:呵呵~~折腾了我...[
阅读全文]
要求字符串的格式是:AXXXX-XXXXX-XXXXX-XXXXX
其中X是A~Z或者0~9中的随机字符。
下面的两个方法GetRandomStr和MakeChar都可以。
usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Windows.Forms;
usingSystem.Threading;namespacegenerator
{
classProgram
{
staticvoidMain()
{
MessageBox.Show(MakeChar());
//MessageBox.Show(GetRan...[
阅读全文]
最近用C#练习写了一个注册机。我用的是Win32API的SendMessage传送注册码字串到目标程序的文本框。反复的修改过,可运行后总是不成功,也不报错,很是纳闷。
还是最后领悟了问题的答案,那就是以管理员权限运行该注册机。
在城里2012.05.12[
阅读全文]
如果在VS2010下编译时出现下面的错误:
“Cannotembedinteroptypesfromassembly'vjslib.dll'becauseitismissingeitherthe'ImportedFromTypeLibAttribute'attributeorthe'PrimaryInteropAssemblyAttribute'attribute”
下面的方法或许管用:
"Rightclickontheprojectinthesolutionexplorerwindowinordertobringupthecontextmenu.Thiswillgiveanumberofoptions,butyouwantthefinaloption,whichyoucanseefromtheatta...[
阅读全文]
Wheneverisigninwindowslivemessengeritshowssomeerrorandasksfortroubleshoot.wheniclickontroubleshootitsaysthereissomeproblemwithkeyports.iwanttoknowwhatarekeyportsandhowtosolvethisproblem?
Answer:IhadthesameproblemandItriedeverythingIfoundinallkindofforumsbutnothingeveryseemstowork.Whatitworkedformewas:
First:
Clea...[
阅读全文]
IgotthiserrorwhenIrecentlydecidedtosetupmypctowatchtvchannels.Afterlotsoffailsandresearch,Icameupwiththefollowingchecking:
1)DeviceManger>UniversalSerialBuscontrollers>eHomeInfraredReceiver(USBCIR)>Thisdeviceisworkingproperly.2)services.msc:
-HumanInterfaceDeviceAccess>Started
-WindowsMediaCenterReceiverService>Started3)Thefollowingaretwo"solutions"fromtonsofdiscussionsonthei...[
阅读全文]