摘要:
1.项目清除缓存php artisan config:clear php artisan config:cache 2.创建控制器 php artisan make:Controller UserController3.创建模型php artisan make:Model User4.homeste 阅读全文
posted @ 2019-05-31 11:18
F4ntasy
阅读(200)
评论(0)
推荐(0)
摘要:
$carArray = simplexml_load_file("carr.xml") or die("failed"); foreach($carArray->children() as $c){ $year = $c->ModelYear; $price = $c->PricePerDay; $ 阅读全文
posted @ 2019-05-31 09:37
F4ntasy
阅读(933)
评论(0)
推荐(0)
摘要:
所求和为第三列和第四列乘积的总和 $("tr td:nth-child(3)").each(function(i){ var abc=parseInt($(this).html().replace("$","")) //alert(abc);$("tr td:nth-child(4)").each( 阅读全文
posted @ 2019-05-31 09:33
F4ntasy
阅读(848)
评论(0)
推荐(0)
摘要:
var ajax = false; window.onload = function(){ if(window.XMLHttpRequest){ ajax = new XMLHttpRequest(); } else if(window.ActiveXobject){ try { ajax = ne 阅读全文
posted @ 2019-05-31 09:30
F4ntasy
阅读(1080)
评论(0)
推荐(0)

浙公网安备 33010602011771号