1、打开vscode的首选项设置,添加"php.validate.executablePath": "D:\\newXampp\\php\\php.exe", 注意:这里代表你php安装的实际路径,根据每个人的不同安装位置有所不同。 2、vscode中安装 php Debug这个插件并重新加载。 3 ...
分类:
Web程序 时间:
2018-08-31 14:02:47
阅读次数:
646
后端逻辑 表单验证, 这里编辑就是和添加的内容一样,所以可以直接继承添加轮播图的表单验证,然后多加一个轮播图的id即可 编辑cmd.forms.py 视图,编辑cms.views.py 前端逻辑 当我们点击编辑,也是弹出一个模态框,而且这个模态框其实是和添加轮播图的模态框是一样的。不同的地方就是编辑 ...
分类:
其他好文 时间:
2018-08-31 00:32:20
阅读次数:
370
inorder traversal 的问题,可以递归做也可以非递归做。 这道题和 426. Convert Binary Search Tree to Sort Doubly Linked List 类似,需要一个 prev 指针记录前一个节点。非递归更好些,递归写可以把 prev 声明为全局变量, ...
分类:
其他好文 时间:
2018-08-30 02:03:51
阅读次数:
162
gitHub 地址:https://github.com/baianat/vee-validate 官网API 地址:https://baianat.github.io/vee-validate/api/ 配置 先下载到项目 npm install vee-validate --save 封装一个自 ...
分类:
其他好文 时间:
2018-08-25 17:25:09
阅读次数:
555
{ // 指向 PHP 可执行文件。 "php.validate.executablePath": "D:/phpstudy/PHPTutorial/php/php-5.5.38/php.exe", // Git 可执行文件路径 "git.path": "D:/git/Git/cmd/git.exe ...
分类:
其他好文 时间:
2018-08-23 15:35:11
阅读次数:
150
最近研究内存关系数据库的设计与实现,下面一篇为berkeley db原始两位作为的Berkeley DB设计回忆录: Conway's Law states that a design reflects the structure of the organization that produced ...
分类:
移动开发 时间:
2018-08-22 21:53:25
阅读次数:
162
maven 生命周期介绍: validate - validate the project is correct and all necessary information is available compile - compile the source code of the project t ...
分类:
其他好文 时间:
2018-08-22 21:47:18
阅读次数:
215
在这篇文章中,我们将使用Spring MultipartResolver 实现 StandardServletMultipartResolver在Servlet3环境中实现单点和多文件上传功能。Spring提供了内置的multipart支持来处理Web应用程序文件上传。 在这篇文章中,我们将使用Sp ...
分类:
编程语言 时间:
2018-08-22 19:33:30
阅读次数:
178
一.ArrayUtils 二.Validate 三.ClassUtis 四.StringUtils 五.RandomStringUtils //public static String randomAscii(final int count) String s1 = RandomStringUtil ...
分类:
其他好文 时间:
2018-08-20 13:10:14
阅读次数:
176
Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subtree of a node contains only ...
分类:
其他好文 时间:
2018-08-19 13:58:11
阅读次数:
130