1 // 在head 头部使用设置保存在cookie中的信息 2 12 13 14 // 判断用户名和密码是否为空 登录 15 function checkInCorrect() 16 { 17 save_cookies(); 18 if (document.getElementById('ac..... ...
分类:
其他好文 时间:
2018-12-20 14:40:55
阅读次数:
227
Most Spring Security users will be using the framework in applications which make user of HTTP and the Servlet API. In this part, we’ll take a look at ...
分类:
移动开发 时间:
2018-12-19 22:59:59
阅读次数:
222
Postman接口与压力测试实例 Postman是一款功能强大的网页调试与发送网页HTTP请求的Chrome插件。它提供功能强大的 Web API & HTTP 请求调试。 1、环境变量和全局变量设置 环境变量可以使用在以下地方: URL URL params Header values form- ...
分类:
其他好文 时间:
2018-12-17 02:08:54
阅读次数:
493
神一样的报错,不知所措啊,之前写的button跳转也会报错,经过谷歌,百度的洗礼,莫名其妙的我就去更新了我电脑的系统时间,像下面这样,于是就好了。。。 ...
分类:
数据库 时间:
2018-12-14 14:54:57
阅读次数:
574
Bcrypt是一个跨平台的文件加密工具。 为了保护用户的明文密码不被泄露,一般会对密码进行单向不可逆加密——哈希。 而Bcrypt恰恰就做到这一点,通过Bcrypt加密的明文密码即使解密也不是真的“解密”,哪怕是内部人员,也不会看到密码。 这大大的提高了用户的安全级别。那么怎么使用呢?这里我用nod ...
分类:
其他好文 时间:
2018-12-12 00:34:08
阅读次数:
1268
Personal Data collected for the following purposes and using the following services: Device permissions for Personal Data access Device permissions fo ...
分类:
移动开发 时间:
2018-12-10 13:58:27
阅读次数:
155
ardupilot_gazebo仿真 标签(空格分隔): 未分类 [ardupilot_gazebo仿真 官网网址][1] [代码更新地址][2] Ardupilot Gazebo Plugin & Models Requirements : Native Ubuntu Xenial(16.04 L ...
分类:
其他好文 时间:
2018-12-08 17:00:22
阅读次数:
203
Using just semantic CSS Pseudo-Classes you can help define important states for form elements that ensure the user provides the correct data without f ...
分类:
Web程序 时间:
2018-12-05 01:56:49
阅读次数:
232
ProblemDominoconsoleisinundatedwiththeentry"ProcessC:\ProgramFiles\Symantec\BackupExec\RAWS\belnapi.exehasterminatedabnormally"ErrorProcessC:\ProgramFiles\Symantec\BackupExec\RAWS\belnapi.ex
分类:
其他好文 时间:
2018-12-01 00:20:19
阅读次数:
170
简单学习了python爬虫之后,我们就可以嘿咻嘿咻了...因为平时就是用网易云听的歌,也喜欢看歌里的评论,所以就爬网易云音乐评论吧!正式进入主题首先还是去找目标网页并开始分析网页结构,如下上面的三个箭头都是所要找的数据,分别是评论用户,评论和点赞数,都可以用正则表达式找出来,接下来继续找怎样找到下一页的数据,还是用开发者工具,但是当点击下一页的时候,网页的url没有变,说明网页是动态加载,所以就不
分类:
编程语言 时间:
2018-11-30 11:32:00
阅读次数:
211