码迷,mamicode.com
首页 >  
搜索关键字:query    ( 12481个结果
ajax修改密码
修改密码是一个十分普通的事情,为什么还要单独写? 使用的easyui插件进行密码修改制作 Easyui有window框、自带输入框校验等功能,不懂多查询api 1制作窗口,引入easyui-window制作一个窗口 引入class=”easyui-window”、title、style、height ...
分类:Web程序   时间:2018-02-17 17:15:50    阅读次数:265
12c broker ArchiveLagTarget 不一致(ORA-16714)
ArchiveLagTarget ORA-16714
分类:其他好文   时间:2018-02-17 12:21:44    阅读次数:136
CodeChef February Challenge 2018 Chef and odd queries (分块 + 主席树)
题目链接 Chef and odd queries 题意 给定$n$个区间和$q$个询问,每个询问给定$m$个点,求这$n$个区间中有多少个包含了$m$个点中的奇数个。 分类操作。 对于$m >$ $\sqrt{n}$的询问直接一个前缀和依次枚举,时间复杂度$O(n)$,因为这样的询问不会超过$\s ...
分类:其他好文   时间:2018-02-17 10:26:54    阅读次数:178
JAVAEE——BOS物流项目03:学习计划、messager、menubutton、登陆拦截器、信息校验和取派员添加功能
1 学习计划 1、jQuery easyUI messager使用方式 n alert方法 n confirm方法 n show方法 2、jQuery easyUI menubutton使用方式 3、自定义拦截器实现用户未登录自动跳转到登录页面 n 创建拦截器 n 注册拦截器 4、基于ajax实现用 ...
分类:编程语言   时间:2018-02-16 23:50:42    阅读次数:651
CodeForces 932B Recursive Queries
Description Let us define two functions f and g on positive integer numbers. You need to process Q queries. In each query, you will be given three int ...
分类:其他好文   时间:2018-02-16 11:31:29    阅读次数:270
Lintcode202 Segment Tree Query solution 题解
【题目描述】 For an integer array (index from 0 to n-1, where n is the size of this array), in the corresponding Segment Tree, each node stores an extra att ...
分类:其他好文   时间:2018-02-15 20:58:48    阅读次数:179
【BZOJ3998】弦论(后缀自动机)
【BZOJ3998】弦论(后缀自动机) 题面 "BZOJ" 题解 这题应该很简单 构建出$SAM$后 求出每个点往后还能构建出几个串 按照拓扑序$dp$一些就好了 然后就是第$k$大,随便搞一下就好 ...
分类:其他好文   时间:2018-02-15 20:30:58    阅读次数:205
python3 爬虫之Pyquery的使用方法
安装 官方文档: https://pythonhosted.org/pyquery/ 初始化方式(四种) 1. 直接字符串 pq 参数可以直接传入 HTML 代码,doc 现在就相当于 jQuery 里面的 $ 符号了。 2. lxml.etree 可以首先用 lxml 的 etree 处理一下代码 ...
分类:编程语言   时间:2018-02-15 15:57:25    阅读次数:193
Apache虚拟目录、用户认证、基于端口/IP/域名的虚拟主机、SSL
环境配置: 配置DNS以便域名解析 yum install -y bind 2. 修改Bind配置文件。 vim /etc/named.conf listen-on port 53 { 192.168.200.101; }; allow-query { any; }; vim /etc/named. ...
分类:Web程序   时间:2018-02-14 19:13:21    阅读次数:281
centos7 NTP server
NTP是网络时间协议(Network Time Protocol),它是用来同步网络中各个计算机的时间的协议 安装ntp包 yum install -y ntp 修改NTP的配置文件 vim /etc/ntp.conf driftfile /var/lib/ntp/drift //服务器系统时间与上 ...
分类:其他好文   时间:2018-02-14 13:52:38    阅读次数:400
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!