本知识点对应手册:点击查看 模板渲染: view目录下新建子目录(名称对应控制器名),文件名(html)对应控制器下的方法名 return $this->fetch();//渲染当前模板 return $this->fetch('b');//渲染指定模板 //助手函数写法 return view() ...
分类:
Web程序 时间:
2021-02-08 12:09:54
阅读次数:
0
011 Error:Failed to resolve: com.android.support:recyclerview-v7:28.0.0解决方法 参考链接: https://blog.csdn.net/qq874455953/article/details/83025425 在使用Androi ...
分类:
移动开发 时间:
2021-02-08 11:57:56
阅读次数:
0
1、编辑C代码 2、按F5 3、在弹出框中输入下面的代码: cmd /k gcc -o "$(CURRENT_DIRECTORY)\$(NAME_PART).exe" "$(FULL_CURRENT_PATH)" && CLS && "$(CURRENT_DIRECTORY)\$(NAME_PART ...
分类:
其他好文 时间:
2021-02-06 12:12:54
阅读次数:
0
Dos命令 cmd命令打开方式 开始+系统+命令提示符 WIN+R+cmd 文件夹下shift+右键 我的电脑文件地址前+cmd8 常用dos命令 #盘符切换 e: #查看目录下所有文件 dir #切换目录 cd(change directory) #返回上一级 cd.. #清理屏幕 cls #退出 ...
分类:
其他好文 时间:
2021-02-06 12:11:06
阅读次数:
0
Simplify Path (M) 题目 Given a string path, which is an absolute path (starting with a slash '/') to a file or directory in a Unix-style file system, co ...
分类:
其他好文 时间:
2021-02-06 11:56:45
阅读次数:
0
目前是:common / css 里面所有的内容 公共样式,目前都写在:custom.css里面 iconfont.css :图标库 colorUI :??没看懂。。 public.scss : 可以编译的css ,写了很多公共的类,例如:间距,字体大小,边框,高度,宽度等。 color.scss ...
分类:
其他好文 时间:
2021-02-06 11:46:20
阅读次数:
0
一、学习资料: 北京博雅数据酷客平台大讲堂:http://cookdata.cn/auditorium/course_room/10016/ 相关案例:http://cookdata.cn/note/view_run_note/fa6032a61276f7b5e53f4aab61f2a368/?vi ...
分类:
其他好文 时间:
2021-02-05 10:46:50
阅读次数:
0
zookeeper.properties # the directory where the snapshot is stored. dataDir=/tmp/zookeeper # the port at which the clients will connect clientPort=2181 ...
分类:
其他好文 时间:
2021-02-04 12:14:03
阅读次数:
0
Dos命令 打开cmd的方式 开始菜单里的命令提示符 运行中输入cmd shift+鼠标右键 地址栏cmd+空格+路径 管理员方式运行 开始菜单的命令提示符右击选择以管理员方式运行 常用的Dos命令 #盘符切换 盘符名+英文冒号 #查看当前目录下的所有文件 dir #切换目录 cd+(change ...
分类:
其他好文 时间:
2021-02-04 12:00:46
阅读次数:
0
版本信息:Navicat Premium 15.0.12 错误情况: 用Navicat连接Oracle数据库时报错ORA-28547:connection to server failed,probable Oracle Net admin error 解决方案: 1、到下面网址下载OCI http ...
分类:
数据库 时间:
2021-02-04 11:46:08
阅读次数:
0