代码执行有限次
Generate incrementing date strings
I need to generate a string of incrementing dates, something like this: (year, month, day, hour, minute)[详细]
2022-12-23 13:09 分类:问答My mod_rewrite won't work, what's wrong?
I have开发者_如何学C the following rewrite rule, but nothing is hapenning at all when I try to use it. I have the file in the directory server.blahblahblah.com/todo and the following is my .htaccess f[详细]
2022-12-23 09:25 分类:问答Python借助with语句实现代码段只执行有限次
debug的时候,有时希望打印某些东西,但是如果代码段刚好在一个循环或者是其他会被执行很多次的部分,那么用来print的语句也会被执行很多次,看起来就不美观。[详细]
2022-12-13 12:42 分类:开发