Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - https
Search - https - List
C#研发的http穷举工具,支持http、https、支持json、支持网址穷举、header头、body任意字段,支持多字段。支持多线程(C# developed HTTP exhaustive tool, supporting HTTP, HTTPS, supporting JSON, supporting URL exhaustion, header header and body arbitrary fields, supporting multiple fields. Support multithreading)
Update : 2024-05-19 Size : 4009984 Publisher : wolegeca

restful设计标准 网上很多关于API设计的意见都是一些学术讨论,里边充斥着对模糊标准非常主观的解释,而不是讨论在现实世界中如何落地。这篇文章的目标是描述一个最 佳实践:如何为当今的web应用设计一个务实的API。如果一个标准不合理,我不会去尝试满足这个标准。为了帮助决策过程进行,我写下了一些API必须要 满足的要求: 它应该使用合理的web标准 它应该对开发者友好,并且可以通过浏览器的地址栏就能浏览其功能 它应该是简单、直观并且一致的 它应该是高效,并且要跟其他要求保持平衡 API是开发者使用的UI - 就像任何UI一样,保证用户体验是很重要的。($ curl https://api.github.com/users/veesahni > with-whitespace.txt $ ruby -r json -e 'puts JSON JSON.parse(STDIN.read)' < with-whitespace.txt > without-whitespace.txt $ gzip -c with-whitespace.txt > with-whitespace.txt.gz $ gzip -c without-whitespace.txt > without-whitespace.txt.gz)
Update : 2024-05-19 Size : 395264 Publisher : 曾曾123

WEB Code3
DL : 0
功能模块有: 首页轮播图.商城二级分类功能,商城上架商品(规格库存)功能.在线支付功能.分享功能.收藏商品功能 .收货地址管理功能.购物车 服务器要求: 服务器支持Https PHP版本>=5.4.0 MySql版本>=5.1 不支持IE9及低于IE9版本的浏览器(The functional modules are: The first is the home page, the two is the classification function of Shangcheng, the function of commodity shelves on the mall. The function of online payment is to share functions. Management function of receiving address. Shopping cart The server requires: Server support Https PHP version >=5.4.0 MySql version >=5.1 A browser that does not support IE9 and lower than the IE9 version)
Update : 2024-05-19 Size : 180224 Publisher : y4erg

WEB Code4
DL : 0
拼团主要功能模块有: 一键开团, 单独购买, 商品属性, 商城二级分类, 收货地址, 微信支付, 模板消息通知, 快捷分享, 一键收藏, 用户管理。 服务器要求: 服务器支持Https PHP版本>=5.4.0 MySql版本>=5.1 不支持IE9及低于IE9版本的浏览器(The main functional modules of the collage are: One key to open a group, Buy separately, Commodity property, The two level classification of the commercial city, Receiving address, WeChat payment, Template message notification, Fast sharing, One key collection, User management. The server requires: Server support Https PHP version >=5.4.0 MySql version >=5.1 A browser that does not support IE9 and lower than the IE9 version)
Update : 2024-05-19 Size : 402432 Publisher : y4erg

DL : 0
收集数据:使用任何方法 准备数据:任意数据类型都可以,因为我们只保存集合 分析数据:使用任何方法 训练算法:使用Apriori算法来找到频繁项集 测试算法:不需要测试过程 使用算法:用于发现频繁项集以及物品之间的关联规则 使用Apriori算法,首先计算出单个元素的支持度,然后选出单个元素置信度大于我们要求的数值,比如0.5或是0.7等。然后增加单个元素组合的个数,只要组合项的支持度大于我们要求的数值就把它加到我们的频繁项集中,依次递归。 然后根据计算的支持度选出来的频繁项集来生成关联规则。(# Python 3 Implementation of Apriori algorithm This program is based on [Aaron Zira's implementation of Apriori algorithm](https://github.com/aaronzira/apriori) and is adapted for use in other python 3 programs ## Dependencies This program uses [_demjson.py_](https://github.com/dmeranda/demjson/blob/master/demjson.py) to write matrix into file * Install with ```bash pip3 install demjson ``` ## Usage * Initialize and learn frequency using data from file ```python 3 # data: path of data source file # out: path of output file AP = apriori.APriori(data='./test_datasets/transactions.dat', out='./test_datasets/result.txt') # This function will write Data into output file AP.find_frequent(support=50, min_set_size=2, max_set_size=3))
Update : 2024-05-19 Size : 1324032 Publisher : wingnut

· 后台配置采集节点,输入目标站地址即可全自动智能转换自动全站采集 · 支持https、支持POST获取、支持搜索、支持cookie、支持代理、支持破解防盗链、支持破解防采集 · 全自动分析,内外链接自动转换、图片地址、css、js,自动分析CSS内的图片使得页面风格不丢失 · 广告标签,方便在规则里直接替换广告代码 · 支持自定义标签,标签可自定义内容、自由截取、内容正则截取。可以放在模板里,也可以在规则里替换 · 支持自定义模板,可使用标签diy个性模板,真正做到内容上移花接木 · 调试模式,可观察采集性能,便于发现和解决各种错误 · 多条采集规则一键切换,支持导入导出 · 内置强大替换和过滤功能,标签过滤、站内外过滤、字符串替换、等等 · IP屏蔽功能,屏蔽想要屏蔽IP地址让它无法访问 · 蜘蛛访问记录(The background is configured to collect nodes, and input the address of the destination can be fully automatic intelligent conversion, automatic total station acquisition. Support HTTPS, support POST acquisition, support search, support cookie, support agents, support crack defense chain, support crack defense collection. Automatic analysis, internal and external links automatic conversion, image address, CSS, JS, automatic analysis of CSS pictures, so that the style of the page is not lost. Advertising labels facilitate the replacement of advertising code in rules.)
Update : 2024-05-19 Size : 607232 Publisher : 叙述chinna

EA详细说明: 顶级趋势用作EUR/USD M5,趋势EA,自动画线(#include <stdlib.mqh> #property copyright #property link "https://www.luoruiyuan.cn" #property strict)
Update : 2024-05-19 Size : 90112 Publisher : coolevil

DL : 0
https://download.csdn.net/download/u014158447/7331219
Update : 2024-05-19 Size : 38912 Publisher : myyyyyyy

1.先下载安装wordpress 官网下载地址:https://cn.wordpress.org/wordpress-4.9-zh_CN.zip 2.上传根目录 3.安装wordpress 4.安装主题.上传tob.zip主题模板安装包 5.jiazai.html文件上传到根目录 6.修改配置 7.所见即所得 免费下载 08影院正版主题无限制版完整源码,WordPress 自动采集影视网站模板自带采集功能等,非仿08影视的,非爱客影视,而是真正的 08影院 WordPress 影视主题源码,自动更新等功能! 配置完成后无需再管…...(1. download and install WordPress first Official website download address: https://cn.wordpress.org/wordpress-4.9-zh_CN.zip 2. upload the root directory 3. install WordPress 4. installation theme. Upload tob.zip theme template installation package 5.jiazai.html files are uploaded to the root directory 6. modified configuration 7. points of view Free download 08 cinemas unrestricted version of the unlimited version of the complete source code, WordPress automatic collection of film and television website template with its own collection function, non imitation 08 film and television, not love and film and television, but the real 08 cinema WordPress film and television theme source, automatic update can look at the gun version and other functions!)
Update : 2024-05-19 Size : 528384 Publisher : Willem Alexander

DL : 0
使用C语言实现DES加密解密算法的实现,其中的文件是正确加密范例 讲解网页(Using C language to achieve DES encryption and decryption algorithm, the file is the correct encryption example. Explaining web pages: https://www.cnblogs.com/lixiaoxu/articles/7736917.html)
Update : 2024-05-19 Size : 3072 Publisher : AIRCode

php模拟登录,达到下载网络上面的一个HTTPS的资源,或者通过调用WebService查询北京的当前天气(PHP simulates login, reaches a HTTPS resource on the top of the network or calls WebService to query the current weather in Beijing.)
Update : 2024-05-19 Size : 8192 Publisher : 戴德蒙

BottleBlog,基于PHP。 具体介绍请看Readme On Github: SomeBottle/BottleBlog 别忘了fork或者star我哦(BottleBlog, based on PHP. For a specific introduction, see Readme On Github: Https://github.com/SomeBottle/BottleBlog)
Update : 2024-05-19 Size : 133120 Publisher : SomeBottle

DL : 0
对照https://blog.csdn.net/awaw00/article/details/54706052 进行搭建,修改了版本冲突(refer to:https://blog.csdn.net/awaw00/article/details/54706052,rectify some bugs for edition difference)
Update : 2024-05-19 Size : 1464320 Publisher : 四麦偶

包含函数和类的通用Matlab工具箱:听觉建模,信号处理,声源分离,统计,绘图等。请参见[Contents.m](A general purpose Matlab toolbox containing functions and classes for: auditory modelling, signal processing, sound source separation, statistics, plotting, etc. See [Contents.m](https://github.com/IoSR-Surrey/Toolbox/blob/master/+iosr/Contents.m) for a full list of functions/classes.)
Update : 2024-05-19 Size : 167936 Publisher : JANE_95

一个HTTP/HTTPS代理服务器,收到请求后,会自动直接对外进行请求连接,如果连接失败超时,会自动启用配置的二级代理对外进行连接。代码为C++。
Update : 2018-09-12 Size : 1094824 Publisher : ralfy7

版本介绍 下载地址 https://www.lanzous.com/b363455/ 密码:d10z 1):游戏发布类型分全天套黄[24小时套黄],全天精品,套黄,通宵固顶,通宵推荐,连体广告! 2):游戏分类支持各种游戏类型,具体操作,基本设置→游戏类型上有说明自由设置; 不要问能不能做什么游戏,现在明确告诉你,发布站程序支持任何游戏的,只要你修改下文字和LOGO即可 3):首页游戏显示天数支持今天,明天,后天,大后天几天时间,以及昨天,前天!,356天 ! 4):套黄游戏跟随时间轮换显示,随机排序!(随机不影响多行重复连体广告的功能) 5):通宵游戏在网站配置中自由设置时间段,只需选择通宵即可显示在套黄底部! 6):只有通过审核但未套黄,未通宵,未精品的游戏将显示在免费游戏管理中! 8):支持友情链接,与大站互换连接有助于你的发布站的发展哦! 9):支持文章发布,文章没有点内容很难发展起来,每天多发几篇文章百度就常来了哦! 10):支持战歌添加,支持下载管理,支持家族添加等 11):支持图片广告,文字广告,代码样本也已经编写在内有助于你的修改! 12)支持文章采集,游戏定时采集,代理系统智能发布 以下是2018年9月更新信息 1;顶部图片广告,文字都在后台广告添加。支持传奇,天龙八部,奇迹,逐鹿,武易,传世,征途,完美,魔域,诛仙,全天套黄+连体广告+会员发布并且增加365天精品发布 2;修改背景颜色;; 如果需要图片背景 就把 Images 文件里面的bg.jpg 删除文字,可显示首页背景 。文字删除即可 然后修改 style.css /*公用 */body{background:#051417 将 #051417 修改为 #FFFFFF (代表白色) 3;统计代码需要到统计站点 注册账号 添加网站就会给你一个统计代码,然后进入后台 点击-基本设置-版权信息:一栏目 将(此文字替换成统计代码)修改为申请的统计代码 4;支付宝充值系统需要在支付宝开通商户才能正常使用这个本人不代理申请。其他一切都在后台修改,自行体验 5;后台可定时采集游戏,文章. 开启静态或者动态功能,后台文件夹名在随意修改后需要用替换工具特换成修改后的文件名称,http://www.域名.com/bot 账号密码 123123 可以查看蜘蛛来访 6;2018年9月新增加后台文章html高级编辑器,增加会员发布游戏置顶功能,会员智能发布功能,免费发布自动检测对方是否增加本站友情链接,首页增加游戏搜索功能-并修复搜索漏洞。 7;首页增加发布游戏自动生成文章格式,此功能有利于seo收录,东西太多就不一一详细说明,需要购买的朋友自行体验。。有图有真相。。。。 1;顶部图片广告,文字都在后台广告广利添加。 2;修改背景颜色;; 如果需要图片背景 就把 Images 文件里面的bg.jpg 删除文字,可显示首页背景 。文字删除即可 然后修改 style.css /*公用<style> */body{background:#051417 将 #051417 修改为 #FFFFFF (代表白色) 3;统计代码需要到 http://www.cnzz.com/ 注册账号 然后添加网站就会给你一个统计代码,然后进入再后台 点击-基本设置-版权信息:一栏目 将(此文字替换成统计代码)修改为申请的统计代码 4;支付宝充值系统需要在支付宝开通商户才能正常使用这个本人不代理申请。 其他一切都在后台修改,自行体验 5;后台可采集游戏,文章.adminqwe 可随意修改名称 域名/bot 账号密码 123123 可以查看蜘蛛来访 后台账号密码 admin 密码 adminqwe 联系QQ 53660542 http://www.caisf.com/ 密码:d10z
Update : 2018-09-20 Size : 9884362 Publisher : 53660542@qq.com

实对自己编码规范有很好的提升,当你认真看完了这个《阿里巴巴Java开发手册》之后,你会发现,自己以前有很多地方都没有注意到,都在手册中有提到,       并且,这对以后自己的编码也会有所帮助,我有个同事,他经常被他的项目经理怼,原因就是他的编码规范很不合格,我随便举个例子,例如他的不需要的方法,他只是直接注释掉,而没有删除,直接放在那里也可能会造成代码冗余等等,你看看,提升了编码规范,还能避免被领导怼,多好呀~     当然,不止会提升你的编码规范,手册中还对还有很多方面,例如“单元测试”,“异常日志”,“数据库索引”等等,也有所提及,索然讲的不是很深入,但是,也是作为一个知识面,了解一下总是没有坏处的。 --------------------- 作者:这辈子_安静的努力着 来源:CSDN 原文:https://blog.csdn.net/qq_35868412/article/details/82108431 版权声明:本文为博主原创文章,转载请附上博文链接!
Update : 2018-12-28 Size : 898223 Publisher : 1848242183@qq.com

DL : 0
然后根据水平衡方程(陆地水储量变化 = 降水 – 蒸散 – 地表径流 – 地下径流)来计算每个月的陆地水储量变(https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/GLDAS)
Update : 2024-05-19 Size : 3300352 Publisher : dota2009

1.运行环境:asp.net 4.0 集成环境+access数据库 2.超管地址:/admin/login.aspx 超管用户名:admin 超管密码:123456 3.上传后请在后台右上角更新模板和数据缓存 4.请在后台设置里面设置正确的域名url 解压密码:www.xpmof.com 访问新派魔方官网获取更多模板:http://www.xpmof.com   新派魔方开源CMS企业建站系统是一款拥有大量精美网站模板的可视化自助网站建设平台,为您提供模板建站,企业网站,网站模板等快速建站服务,不需学习编程及任何语言,一键开通企业官网,即可拥有企业对外展示窗口。 其它问题请访问:http://www.xpmof.com 链接:https://pan.baidu.com/s/1xm2oCcK-w_74BTfmG_nzaw 提取码:e27o
Update : 2019-06-28 Size : 18826799 Publisher : sz1023

使用前需先打开微信帐号的开发模式,详细步骤请查看微信公众平台接口使用说明: 微信公众平台: http://mp.weixin.qq.com/wiki/ 微信企业平台: http://qydev.weixin.qq.com/wiki/ 微信支付接入文档: https://mp.weixin.qq.com/cgi-bin/readtemplate?t=business/course2_tmpl&lang=zh_CN 微信多客服:http://dkf.qq.com
Update : 2019-08-10 Size : 163104 Publisher : zhhwin
« 1 2 ... 23 24 25 26 27 2829 30 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.