码迷,mamicode.com
首页 >  
搜索关键字:min    ( 21007个结果
MYSQL的基本语句
连接 退出 或者 查看库 创建库 选中库 查看表 删除库 创建表 改表名 删除表 描述表的结构 增加 设置编码格式 查找 或者 修改 删除 数据类型 字符类型 时间日期类型 查询的五种语法where、group by、having、order by、limit 一般配合max、min、sum、avg ...
分类:数据库   时间:2018-07-03 20:48:27    阅读次数:249
8. String to Integer (atoi)
边扫描边转换,同时判定溢出。 ...
分类:其他好文   时间:2018-07-03 20:04:26    阅读次数:136
$(...).wordExport is not a function
参考网址:https://laod.cn/code-audit/jquery-is-not-a-function.html 问题描述: 1.view页面引用的是jquery-1.10.2.min.js 2.报错 $(...).wordExport is not a function 3.页面初始化加 ...
分类:其他好文   时间:2018-07-03 19:50:12    阅读次数:1008
留言板
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>留言板</title> <script src="jquery.min.js"></script> <style> </style></head><body> <d ...
分类:其他好文   时间:2018-07-03 16:50:22    阅读次数:174
Linux搭建好apache后,只有本地能访问,局域或外网不能访问
由于防火墙的访问控制导致本地端口不能被访问。 解决方法: 1,直接关闭防火墙 systemctl stop firewalld.service #停止防火墙服务 systemctl disable firewalld.service #禁用防火墙开机启动服务 2,手动配置相关访问规则,不细描述。 ...
分类:Web程序   时间:2018-07-03 15:00:57    阅读次数:212
JAVA使用Ldap操作AD域
项目上遇到的需要在集成 操作域用户的信息的功能,第一次接触ad域,因为不了解而且网上其他介绍不明确,比较费时,这里记录下。 说明: (1). 特别注意:Java操作查询域用户信息获取到的数据和域管理员在电脑上操作查询的数据可能会存在差异(同一个意思的表示字段,两者可能不同)。 (2). 连接ad域有 ...
分类:编程语言   时间:2018-07-03 14:53:43    阅读次数:212
[LeetCode] 529. Minesweeper_ Medium_ tag: BFS
Let's play the minesweeper game (Wikipedia, online game)! You are given a 2D char matrix representing the game board. 'M' represents an unrevealed min ...
分类:其他好文   时间:2018-07-03 11:32:36    阅读次数:254
C习题练习
#define _CRT_SECURE_NO_WARNINGS#include <stdio.h> //比较俩个数的大小 //int max(int a, int b) {// int temp;// temp = a;// if (temp < b) {// temp = b;// }// ret ...
分类:其他好文   时间:2018-07-02 22:58:38    阅读次数:204
阿里云 phpwind帮助文档
PHPWind论坛系统(Centos 7.3 64位) 常见问题说明:................................................................................................................... ...
分类:Windows程序   时间:2018-07-02 17:45:00    阅读次数:232
Django-forms校验
首先我们定义一个校验类 class UserForm(forms.Form): name=forms.CharField(min_length=4)#最小长度为4 email=forms.EmailField()#邮箱格式 def reg(request): #调用验证,因为在类中我们没有写tel字... ...
分类:其他好文   时间:2018-07-02 17:14:15    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!