GoogleCalendar正式上线,试用了一下,感觉非常不错。速度快,界面清爽,操作简单。GoogleCalendaer还可以对日程进行分类,评论,搜索等等,
系统 2019-08-12 09:29:40 2929
publicstaticSystem.Data.DataSetExcelConnection(stringfilepath,stringexName,stringtableName,outstringerrmsg){errmsg="";stringstrCon="";if(exName==".xls")strCon="Provider=Microsoft.Jet.OLEDB.4.0;DataSource="+filepath+";ExtendedPrope
系统 2019-08-12 09:27:01 2929
原文HowtoinstallIIS7.5onWindows7usingtheCommandLineOnWindowsVista,toinstallIIS7.0fromthecommandline,youcanuseatoolcalledtheWindowsPackageManager(Pkgmgr.exe).Forexample,thecommandlineforinstallingIIS7.0onWindowsVistamightlooksomethin
系统 2019-08-12 01:33:51 2929
这次出的题水爆了,借着这个机会终于把CF的号变蓝了.A.HelpfulMathstimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputXeniathebeginnermathematicianisathirdyearstudentatelementaryschool.Sheisnowlearningtheadditionoper
系统 2019-08-12 01:32:40 2929
beforethis,confirmthatyoudon'thave32bitlibsnotably32bitlibc,e.g.youhave/lib64/ld-linux-x86-64.so.2butnot/lib32/ld-linux.so.2https://wiki.debian.org/MultiarchrunfollowingonDebian64bittoaddbasicsupportfor32bitprograms(anywayyouneedl
系统 2019-08-12 01:31:59 2929
SCM使用GIT而非SVN时,使用Maven发布,总是会出一些莫名其妙的问题,google查找原因,无意中看到了这个插件;对于该插件,到目前为止,文档比较少,尤其是中文的文档;全部的信息都包含在项目说明文件中了;项目地址:https://github.com/ktoso/maven-git-commit-id-plugin对于英语不好的我来说,看英语很痛苦,为了不让自己在同一个地方痛苦两次,尝试在此记录下该插件的使用及其配置,方便自己,也方便其他英语不好的
系统 2019-08-12 01:31:42 2929
使用Python开发检查脚本,原理是:1.首先扫描所有特定后缀('.png','.jpg','jpeg','.imageset')等格式的图片文件或图片文件夹,获取文件名,存入allImageFiles数组中;2.扫描所有代码文件,逐行分析,若有引用allImageFiles内图片文件文件名的字符串,则将该字符串对应的图片文件列为有用图片,存入usedImageFiles中;3.取allImageFiles与usedImageFiles的差集,即可获得无用
系统 2019-09-27 17:57:34 2928
importosfile=open("a.txt","r")file_add=open("a.txt","r")content=file.read()content_add=file_add.read()pos=content.find("buildTypes")ifpos!=-1:content=content[:pos]+content_add+content[pos:]file=open("a.txt","w")file.write(content)
系统 2019-09-27 17:54:28 2928
iOSdefinesfourtable-cellstylesthatimplementthemostcommonlayoutsfortablerowsinbothplainandgroupedtables.Eachcellstyleisbestsuitedtodisplayadifferenttypeofinformation.Note:Programmatically,thesestylesareappliedtoatableview’scell,whi
系统 2019-08-29 22:58:52 2928
privatefunctionOnKeyDown(event:KeyboardEvent):void{_Msg.text+="Ctrl:"+
系统 2019-08-29 22:52:55 2928