[root@localhost log]# find /t -name ".*" -printffind: missing argument to `-printf'[root@localhost log]# find /t -name ".*" -print/t/home/drosen/.emac ...
分类:
系统相关 时间:
2018-12-27 13:32:33
阅读次数:
420
http://www.phpchina.com/manual/zendframework/introduction.installation.html http://www.phpchina.com/manual/zendframework/introduction.installation.htm ...
分类:
其他好文 时间:
2018-12-27 13:31:32
阅读次数:
153
Androidsupportlibrary从19.1版本开始引入了一个新的注解库,它包含很多有用的元注解,你能用它们修饰你的代码,帮助你发现bug(编译报错提醒)添加依赖:implementation‘com.android.support:support-annotations:22.2.0‘使用注解:@IntDef&@StringDef(替代Java中枚举的注解)@Nu
分类:
移动开发 时间:
2018-12-27 11:21:12
阅读次数:
136
升级了系统 命令行不能用了 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools ...
分类:
系统相关 时间:
2018-12-26 19:53:31
阅读次数:
226
Unable to mount volumes for pod "nginx-hello-deployment-6f9f4d7bcc-lbt2n_chenqiang-pv-test(7b0fcbd3-7382-11e8-80b5-74eacb7559f1)": timeout expired waiting for volumes to attach/mount for pod "chenqiang-pv-test"/"nginx-hello-deployment-6f9f4d7bcc-lbt2n". list of unattached/unmounted volumes=[nfs]
分类:
其他好文 时间:
2018-12-26 13:29:43
阅读次数:
908
mount: wrong fs type, bad option, bad superblock on 125.64.41.244:/data/img, missing codepage or helper program, or other error (for several filesyste ...
分类:
其他好文 时间:
2018-12-26 12:53:44
阅读次数:
158
scrapy爬虫出现 Missing scheme in request url: h 报错的解决方案 ...
分类:
Web程序 时间:
2018-12-25 23:42:53
阅读次数:
382
terminated by LGWR, terminating the instance
分类:
其他好文 时间:
2018-12-25 18:13:47
阅读次数:
141
import 和 from … import 模块的变量、方法引用差异 还是上面例子中的模块 support.py: 使用 import 引入并调用 support 模块的正确方法: 提示:并不能直接使用 print_func() 实现调用,必须将引入的模块名称当作一个对象,调用这个模块对象下的方法 ...
分类:
其他好文 时间:
2018-12-25 10:12:15
阅读次数:
150
先在composer里安装(输入这条命令) 1. composer require predis/predis 2.控制器里引入Redis use Illuminate\Support\Facades\Redis; //选择一个redis的库 Redis::select(9); //如果redis里 ...
分类:
其他好文 时间:
2018-12-24 22:03:34
阅读次数:
123