码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
centos6.8下安装elasticsearch
1.安装java环境 2.安装elasticsearch cd /usr/local/src wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.4.tar.gz tar -xvf ...
分类:其他好文   时间:2017-05-15 19:39:50    阅读次数:184
Natas Wargame Level 17 Writeup(Time-based Blind SQL Injection)
sourcecode核心代码: 这个题与前面的一个很相似,都是检查了username是否存在。但这个题将返回的信息全部注释掉了,所以我们无法通过“返回信息”来进行盲注。这里为什么要打引号呢?请参看OWASP的文章:https://www.owasp.org/index.php/Blind_SQL_I ...
分类:数据库   时间:2017-05-15 18:31:08    阅读次数:222
获取从天气预报接口返回回来的json数据
返回的json数据 var url = "https://free-api.heweather.com/v5/weather?city="+citytq+"&key=d7bd43af19c64994b62fc643e5d75272";$.getJSON(url,function(data){aler ...
分类:Web程序   时间:2017-05-15 18:29:29    阅读次数:1237
ImageMagick命令工具的执行路径思考
此文为论坛内容转述 原帖地址:https://www.imagemagick.org/discourse-server/viewtopic.php?t=20542 1. utilities/convert.c中的main函数在IMv7中已经在主流程的utilities/magick.c中被废弃掉了 ...
分类:其他好文   时间:2017-05-15 18:28:45    阅读次数:147
深入解密.NET(Windows事件日志)
测试 资源: https://referencesource.microsoft.com/#System/services/monitoring/system/diagnosticts/EventLog.cs https://msdn.microsoft.com/zh-cn/library/syst ...
分类:Windows程序   时间:2017-05-15 18:28:29    阅读次数:177
cocoapods使用方法
一、前置 1.Podfile里的文件 source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0’ target '工程名' do pod ’AFNetworking’, ’~> 3.1.0’ pod ’SDWebImage ...
分类:其他好文   时间:2017-05-15 18:26:53    阅读次数:221
Servlet
1.jsp是java服务端页面,jsp在tomcatwork目录中以java文件存在,jsp相当于混合前端标签的servlet 2.servlet是jsp的前身,纯java实现页面显示,实现动态网页【数据动态显示】 3.servlet是一个继承了HttpServlet的类,重写其中的doGet,do ...
分类:其他好文   时间:2017-05-15 17:26:17    阅读次数:182
阿里数加(1-2)api调用分析
https://data.aliyun.com/product/nls?spm=5176.doc30437.2.1.UPDABu 下面以最常用的”一句话识别”服务给大家做一个入门级的示例,为您介绍如何快速使用“智能语音交互”的各种服务。 1. 账号和服务申请,获取Access Key ID和Acce ...
分类:Windows程序   时间:2017-05-15 16:27:55    阅读次数:191
loadrunner调用jar包方法
环境 win7(32位)/winXP+loadrunner11+JDK 1.6(一定要配置JAVA环境变量) 1、Eclipse中创建com.medivh包 1 package com.medivh; 2 3 public class HelloWord { 4 public void show(S ...
分类:编程语言   时间:2017-05-15 16:27:29    阅读次数:411
PHP 使用 Redis
wget https://github.com/phpredis/phpredis/archive/2.2.4.tar.gz cd phpredis-2.2.7 # 进入 phpredis 目录 /usr/bin/phpize # php安装后的路径 ./configure --with-php-c ...
分类:Web程序   时间:2017-05-15 15:08:47    阅读次数:149
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!