http://www.verejava.com/?id=16994711024818 http://www.verejava.com/?id=16994711024818 ...
分类:
数据库 时间:
2018-06-26 11:13:13
阅读次数:
173
有好几种解决方案: 可以用jsonp,但是不推荐,修改的东西太多。用的很少了。 省略。。。 在服务端设置response的请求头参数 Access-Control-Allow-Origin Access-Control-Allow-Origin是HTML5中定义的一种解决资源跨域的策略。 他是通过服 ...
分类:
其他好文 时间:
2018-06-26 11:13:04
阅读次数:
167
Linux常见快捷键(6个) ctrl + u:剪贴光标前面ctrl + k:剪贴光标后面ctrl + y:粘贴ctrl + r:查找命令ctrl + insert:复制shift+ insert:粘贴 线上查询及帮助命令(2个) man 查看命令帮助,命令的词典,更复杂的还有info,但不常用。 ... ...
分类:
系统相关 时间:
2018-06-26 11:12:54
阅读次数:
262
一、FBV FBV(function base views) 就是在视图里使用函数处理请求。 在之前django的学习中,我们一直使用的是这种方式。 二、CBV CBV(class base views) 就是在视图里使用类处理请求。 Python是一个面向对象的编程语言,如果只用函数来开发,有很多 ...
分类:
其他好文 时间:
2018-06-26 11:12:44
阅读次数:
176
问题描述: Given a sorted array consisting of only integers where every element appears twice except for one element which appears once. Find this single e ...
分类:
其他好文 时间:
2018-06-26 11:12:36
阅读次数:
214
http://www.verejava.com/?id=16994699006916 http://www.verejava.com/?id=16994699006916 ...
分类:
编程语言 时间:
2018-06-26 11:12:25
阅读次数:
152
6.5 zip压缩工具 zip工具压缩的文件为.rar文件,一般linux中不使用该压缩工具 [root@hyc-01-01 ~]# yum install -y zip 安装zip压缩工具[root@hyc-01-01 ~]# ls111 222 4.txt  
分类:
其他好文 时间:
2018-06-26 11:12:15
阅读次数:
197
Given a string array words, find the maximum value of length(word[i]) * length(word[j]) where the two words do not share common letters. You may assum ...
分类:
其他好文 时间:
2018-06-26 11:12:04
阅读次数:
215
敲代码过程中,我们经常会遇到一些代码问题,这些代码问题涉及到逻辑的偏差,就会遇到, ‘我看到代码,脑海中运行了一遍,结果是没问题的’,但是实际上,‘代码的运行流程结果与我所理解的’出现了区别 来,例子呈上来: 1、‘我理解中的效果’代码献上:(看行数拼接) 2、进行测试结果: 3、检查代码: 输出结 ...
分类:
其他好文 时间:
2018-06-26 11:11:57
阅读次数:
151
问题描述: Given an integer array of size n, find all elements that appear more than ? n/3 ? times. Note: The algorithm should run in linear time and in O( ...
分类:
其他好文 时间:
2018-06-26 11:11:34
阅读次数:
167
./configure--prefix=/usr/local/php--with-config-file-path=/usr/local/php/etc--enable-inline-optimization--disable-debug--disable-rpath--enable-shared--enable-opcache--enable-fpm--with-fpm-user=www--wi
分类:
Web程序 时间:
2018-06-26 11:11:20
阅读次数:
236
http://www.verejava.com/?id=16994667084611 http://www.verejava.com/?id=16994667084611 ...
分类:
编程语言 时间:
2018-06-26 11:11:09
阅读次数:
194
http://www.verejava.com/?id=16994684528313 http://www.verejava.com/?id=16994684528313 ...
分类:
编程语言 时间:
2018-06-26 11:11:03
阅读次数:
166
一、表单标签<form> 功能:表单用于向服务器传输数据,从而实现用户与Web服务器的交互。 表单能够包含input系列标签,比如文本字段、复选框、单选框、提交按钮等等。 表单还可以包含textarea、select、fieldset和 label标签。 表单属性 action: 表单提交到哪。一般 ...
分类:
Web程序 时间:
2018-06-26 11:10:52
阅读次数:
207
这几天着手做一个商城小程序的答题系统,主要功能就是在线答题,提交答案,根据评分判定奖励,然后到 商城兑换奖券,我呢,负责写后台的接口,先来大概看一下吧: 可以看到,我这个提交答卷以供评分的接口,前台提供了答案,并且每题的答案要带上这题的id,当时也是出于接口 处理起来方便的目的,for循环的时候,直 ...
分类:
其他好文 时间:
2018-06-26 11:10:43
阅读次数:
291
本文搜索关键字: `node nodejs js javascript body parser bodyparser urlencoded x www form urlencoded extended` Answer: 如果设置为false,那么对URL encoded的数据的解析采用queryst ...
分类:
Web程序 时间:
2018-06-26 11:10:25
阅读次数:
321