Laravel 创建可以传递参数 Console 服务
查看所有可以用artisan调用的命令
php artisan list
创建自定义命令
php artisan make:console TestDemo
其实我一直在你身边
查看所有可以用artisan调用的命令
php artisan list
创建自定义命令
php artisan make:console TestDemo
server {
listen 80;
server_name mobile.umeng.com;
#!/bin/bash
for file in /home/*
查找该问题的童鞋我相信IntelliJ IDEA,Tomcat的下载,JDK等其他的配置都应该完成了,那我直接进入正题了。
1. 下载Maven
官方地址:http://maven.apache.org/download.cgi
最近刚学习使用 Intellij IDEA 开发项目,就遇到了坑爹的问题,部署一个简单的 ssh 项目,tomcat启动正常,没有任何报错,就是打不开项目,一直报404,错误如下图:
目前java开发主流的IDE有eclipse系列和IntelliJ IDEA系列的。IDEA号称是最好用的收费的Java IDE,用了一段时间感觉比eclipse要方便不少。由于网上大多数的教程都是基于eclipse的,或者是低版本的idea,所以有以下这篇博客,在 IntelliJ IDEA上创建maven Spring MVC项目,可以给一些刚入门的一个参考。
public static function time_tran($the_time)
{ date_default_timezone_set(“Asia/Shanghai”); //设置时区
$now_time = date(“Y-m-d H:i:s”, time());
$now_time = strtotime($now_time);
[1]: max file descriptors [65535] for elasticsearch process is too low, increase to at least [65536]
[2]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk