1.新手建议使用 Sublime(写代码工具,相当于一个高级记事本)、Notepad++(高级记事本)、 Chrome(谷歌浏览器) 2.其他开发工具 1.常用的浏览器有IE、火狐(Firefox)、谷歌(Chrome)、Safari和Opera等,我们平时称为五大浏览器。 2.前端常用的写代码工具 ...
分类:
Web程序 时间:
2020-02-15 15:36:21
阅读次数:
81
gdiplustypes.h(280): error C2059: syntax error : 'constant'gdiplustypes.h(280): error C2238: unexpected token(s) preceding ';'gdiplustypes.h(281): err ...
分类:
其他好文 时间:
2020-02-14 14:45:50
阅读次数:
116
题目内容 Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. Note: For the purpose of this probl ...
分类:
其他好文 时间:
2020-02-14 12:47:11
阅读次数:
54
反正哪里都去不了做个疫情web项目也不错,或许能用上爬虫、数据处理、数据库、web开发的知识~ ...
分类:
Web程序 时间:
2020-02-14 00:54:37
阅读次数:
700
一、安装composer 参考菜鸟教程:https://www.runoob.com/w3cnote/composer-install-and-usage.html 二、下载laravel安装工具 进入win10 控制台 输入composer 看composer 是否安装成功 输入 命令: comp ...
1.执行 rpm -qa|grep mariadb 查看是否有mariadb的安装包 有则执行 例如 rpm -e --nodeps mariadb-libs-5.5.60-1.el7_5.x86_64 删除上面语句查出来的包 rpm -qa | grep mysql 查看是否有mysql 的安装包 ...
分类:
数据库 时间:
2020-02-13 19:02:03
阅读次数:
87
简化路径。题意是给一个Unix环境下的绝对路径,请简化之。例子, Example 1: Input: "/home/" Output: "/home" Explanation: Note that there is no trailing slash after the last directory ...
分类:
其他好文 时间:
2020-02-13 09:21:36
阅读次数:
51
以下是来自mybatisgengertor官方解释,由谷歌翻译而成,可能理解有问题,希望大家指出来 IS NULL - 表示相关列必须为NULLIS NOT NULL - 表示相关列不能为NULL=(等于) - 表示相关列必须等于方法调用中传入的值<>(不等于) - 表示相关列不能等于方法调用中传入 ...
分类:
其他好文 时间:
2020-02-12 23:54:44
阅读次数:
161
[TOC] 1、Django ORM查询中select_related和prefetch_related的区别? 2、only与defer的用法? 3、Django ORM是什么? 4、Django创建项目命令? 5、Django创建项目后,项目文件下的组成部分?(对MVT的理解) 6、对MVC,M ...
分类:
其他好文 时间:
2020-02-10 18:22:34
阅读次数:
81
A method or operator returns NaN when the result of an operation is undefined. For example, the result of dividing zero by zero is NaN, as the followi ...