yaoye6262

2420 经验值

对了,弱弱问一下 你使用的vpn是什么?有没有地址下载?

好的 一般使用coding还是用github托管?

输入git push
报错:fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using

git remote add <name> <url>

and then push using the remote name

git push <name>

怎么解决呢??

进入系统 为什么打命令都有点延迟???

https://www.vultr.com/register/ 这个vps网站不能注册了吗? 我没有看到Sign Up

两个@include('stuts.total') 怎么加起来??比如一个返回7一个返回4 怎么加起来?

解决啦,回复的好快!

应该是可以的 但是就是不知道怎么去判断

@if ( $stuts->total )  
代码块
@endif

这样??? 好像不行吧?

怎么对绑定的变量在视图文件里 进行判断??

能否给个思路 就是定时任务每天查询一次数据库 然后把查询的结果返回给视图 然后展示 这个是要怎么一个思路?