https://leetcode.com/problems/longest-palindromic-substring/#/description Given a string s, find the longest palindromic substring in s. You may assum ...
分类:
其他好文 时间:
2017-07-24 23:36:23
阅读次数:
153
两个逻辑运算符的操作顺序在自己的脑海里一直理不清,用js做了个实验 <script type="text/javascript"> if(false && true || true) { alert('dd'); }else { alert('ss'); } </script> 理不清的是上述代码i ...
分类:
Web程序 时间:
2017-07-24 22:31:48
阅读次数:
209
Fuzzy C Means 算法及其 Python 实现 转自:http://note4code.com/2015/04/14/fuzzy-c-means-%E7%AE%97%E6%B3%95%E5%8F%8A%E5%85%B6-python-%E5%AE%9E%E7%8E%B0/ 1. 算法向 算 ...
分类:
编程语言 时间:
2017-07-24 17:37:59
阅读次数:
226
Feel Good Bill is developing a new mathematical theory for human emotions. His recent investigations are dedicated to studying how good or bad days in ...
分类:
其他好文 时间:
2017-07-23 14:26:20
阅读次数:
183
代码: 响应数据: 实际数据: 原因是 发现又调了encode_www_form_component这个方法,继续查看 这里是将传入的参数通过正则替换,发现传入的参数会有包含%这种情况,这个会被替换掉,于是在正则里加上%试了下,发现确实是这样 ...
分类:
Web程序 时间:
2017-07-23 10:13:50
阅读次数:
1327
提交表单报400错误,提示 “您提交的数据无法验证”原来是csrf验证的问题,因为表单是自己写的,在Yii框架中,为了防止csrf攻击,对post的表单数据封装了CSRF令牌验证。解决办法关闭csrf验证 frontend/config/main-local.PHP中 在配置文件中关闭 ...
分类:
Web程序 时间:
2017-07-22 15:29:20
阅读次数:
287
错误:[root@localhost]#mount-tnfs192.168.0.106:/home/nfs1
mount:wrongfstype,badoption,badsuperblockon192.168.0.106:/home/nfs1,
missingcodepageorhelperprogram,orothererror
(forseveralfilesystems(e.g.nfs,cifs)youmight
needa/sbin/mount.<type>helperprogra..
分类:
其他好文 时间:
2017-07-21 22:03:22
阅读次数:
546
1.目的 通过建立自己的私服,能够减少中央仓库负荷、节省外网宽带、加速maven构建、自己部署构件等,从而高效的使用maven,nexus是当前流行的Maven仓库管理软件。 2.下载nexus 2.1 网址:http://www.sonatype.org/nexus/,我选择zip包下载 2.2 ...
分类:
其他好文 时间:
2017-07-21 20:40:24
阅读次数:
226
1、概述 IDAPython在IDA中集成了Python解释器,除了提供了Python功能外,使用这个插件还可以编写实现IDC脚本语言的所有Python脚本。 IDAPython显著优势在于,它可以充分利用Python强大的数据处理能力及所有的Python模块。 IDAPython还具有IDA SD ...
分类:
编程语言 时间:
2017-07-20 23:49:19
阅读次数:
469
affiliate vt. The affiliated high school of Beijing Normal University is affiliated with BNU. aggravate vt. The bad grades I got from that class reall ...
分类:
其他好文 时间:
2017-07-20 23:47:39
阅读次数:
190