1. 控制器输出return $this->fetch(); 5$this->display(); 3.2单字母函数去掉了 如:M() D() U() S() C() 3.2 5G() debug() 记录时间(微秒)和内存使用情况E() exception() 抛出异常处理C() config() ...
分类:
其他好文 时间:
2021-02-27 13:04:34
阅读次数:
0
统一返回结果集封装 package com.example.springbootlearn.common; import com.alibaba.fastjson.JSONObject; import lombok.Data; import java.io.Serializable; import ...
分类:
编程语言 时间:
2021-02-27 13:00:59
阅读次数:
0
参考: https://www.cnblogs.com/CesareZhang/p/11140520.html https://www.cnblogs.com/CesareZhang/p/10744722.html 框架结构: Business:业务相关公共模块,如登录Common:业务无关公共模块 ...
分类:
其他好文 时间:
2021-02-26 13:33:35
阅读次数:
0
[root@localhost logs]# tail -100f error.log ngx_http_fastdfs_process_init pid=11255 [2021-02-24 19:11:20] ERROR - file: ../common/fdfs_http_shared.c, ...
分类:
其他好文 时间:
2021-02-26 12:54:25
阅读次数:
0
题目 要点 其实本题是找所有一个列表中所有元素的公共子集,也就是最小是空集(""),最大是最短元素。那我们则需要比较最小长度的元素和最大长度的元素,看它们有多少相同。 解题 class Solution: def longestCommonPrefix(self, strs: List[str]) ...
分类:
其他好文 时间:
2021-02-25 12:22:33
阅读次数:
0
1.自定一个注解 package com.hc.manager.common.aop.annotation;import java.lang.annotation.*;/** * LogAnnotation * * @author summer.chou * @version V1.0 * @dat ...
分类:
编程语言 时间:
2021-02-24 13:08:30
阅读次数:
0
zookeeper zookeeper安装配置 从官网下载zookeeper的安装包:官网推荐的zookeeper镜像下载网站 将zookeeper的压缩包解压到指定安装目录 在zookeeper安装目录新建 data 和 log 文件夹,将conf目录下的 zoo_sample.cfg 文件,复制 ...
分类:
其他好文 时间:
2021-02-23 14:36:36
阅读次数:
0
常用的命令: npm config set prefix "node-global路径" npm config set cache "node-cache路径" npm config set registry http://registry.npm.taobao.org/ npm config ls ...
分类:
Web程序 时间:
2021-02-23 14:25:07
阅读次数:
0
linux安装docker 卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-l ...
分类:
系统相关 时间:
2021-02-23 14:06:38
阅读次数:
0
go get -v ... go get -u ... 都提示 get "gopkg.in/fsnotify.v1": found meta tag get.metaImport{Prefix:"gopkg.in/fsnotify.v1", VCS:"git", RepoRoot:"https:// ...
分类:
其他好文 时间:
2021-02-22 12:29:12
阅读次数:
0