摘要:
1.使用insert into插入 ini_set('max_execution_time','0');//限制超时时间,因为第一种时间较长,索性设为0不限制 $pdo = new PDO("mysql:host=localhost;dbname=oradt_cloud1520","root"... 阅读全文
posted @ 2015-09-17 14:11
浅痕zlx
阅读(7128)
评论(0)
推荐(0)
摘要:
1.修改php的配置文件,找到php.ini文件 max_execution_time = 120 ;//设置成你想要的值,单位是秒2.使用ini_set()函数,使用这个函数来改变你的最大执行时间限制值 ini_set('max_execution_time', '100');则设置为100秒... 阅读全文
posted @ 2015-09-17 10:11
浅痕zlx
阅读(1156)
评论(0)
推荐(0)
摘要:
function strrand($len) { $arr = array( "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f", "g", " 阅读全文
posted @ 2015-09-17 09:52
浅痕zlx
阅读(364)
评论(0)
推荐(0)

浙公网安备 33010602011771号