int.TryParse非预期执行引发的思考 问题出现 这天在写一个页面,想谨慎些就用了int.TryParse,结果出问题了. 代码如下: Copy int id = 1000; //Request.QueryString["id"] = null int.TryParse( Request.QueryString["id"], out id ); //使用 id 进行其他操作... 因为Request.QueryString["id"]…
解决这个问题的一个方法就是在要删除的文件的前边加上"./" # rm ./-slow_query_130103.txt.gz To remove a file whose name starts with a `-', for example `-foo', use one of these commands: rm -- -foo rm ./-foo dd…
What's so special about directories whose names begin with a dot? 不管是 windows 系统,还是类 linux 系统,以点开头的文件或者文件夹,尤其是以点开头的文件,常常用来表示用户对某应用程序的配置文件,且这些以点开头的文件或者文件夹通常位于用户的家目录(home directory,windows:C:\\users\\username\\,linux:/home/username/),如对应用程序 Foo的配置文件,一般…