-
Django 1.10 以上版本 url 配置注意事项
在改造旧版本django cms程序从 pyton2.7, django 1.8版本升到 python 3.5,django 1.11版本的时候,原以为会非常轻松,却不想在URL配置上就卡住了我一会。在djang 1.10版本之后,url.py 里面的配置发生了变化,我记得以前我记录过,但过了一段时间自己却忘记了。
Date: 2017-05-07 View: 1520
-
用java 自动登录一个网站的例子
在这个例子中,我将用java的HttpURLConnection,去登录一个web 站点。用这种方法的时候,一般是在一个form 中登录的。在这个例子中,用到如下工具 :1. Google chrome 浏览器。2. jsoup 库,用来提取html form 表单中的值. (你可以在这里下载 http://jsoup.org/ )3. jdk 6.
Date: 2013-06-24 View: 1520
-
在网页中调用本地可执行文件之三(mac os)(run exe from web browser)
在windows 中注册 url protocol ([url]http://www.yihaomen.com/article/other/212.htm[/url]), 已经实现,修改注册表而已,很easy, 然后直接在 浏览器中调用即可。其实在在MAC 中一样可以实现,url protocol 在各种操作系统均可以实现。下面说下 在 MAC 中如何实现。比如我想自己定义一个协议 myprotocol 直接打开 MAIL 发送邮件.点击桌面: Finder
Date: 2012-07-26 View: 1520
-
在网页中调用本地EXE(可执行文件)之二(run exe from web browser)
前几天,在IE,FIREFOX中实现了用JS方式调用本地的可执行文件。地址:www.yihaomen.com/article/js/211.htm
,其实还有另外一种方法,就是 url protocol 的方式来实现。用这种方式实现,任何浏览器都兼容,不会存在只有前面那种只有IE或FIREFOX才行的情况。
都用过QQ,迅雷,电驴,在网页上点击的时候,就会弹出QQ,或者迅雷,电驴的下载界面,用的就是这个原理,在微软的MSDN上也有说明:http://msdn.microsoft.com/en-us/library/aa767914%28v=vs.85%29.aspx 在这里,做一个简单的例子。
1. 先注册URL PROTOCOL, 在windows 下就是注册表:
Date: 2012-07-26 View: 1520
-
Jsoup Check Redirect URL
In this article, we will show you how to use Jsoup to check if an URL is going to redirect.
Date: 2019-08-17 View: 1520
-
wget on Mac OS X
By default, there is no wget on Mac OS X.
Date: 2019-08-11 View: 1520
-
Spring Boot file upload example Ajax and REST
This article shows you how to upload files in Spring Boot web application (REST structure), using Ajax requests.
Date: 2019-08-11 View: 1520
-
cURL Post JSON data to Spring REST
This article shows you how to use cURL command to POST JSON data to a Spring REST API.
Date: 2019-08-11 View: 1520
-
cURL POST request examples
Some cURL POST request examples for self reference.
Date: 2019-08-11 View: 1520
-
Spring Boot + Spring Data + Elasticsearch example
In this article, we will discuss about “How to create a Spring Boot + Spring Data + Elasticsearch Example”.
Date: 2019-08-11 View: 1520
-
Java How to download a file from the Internet
This article shows you how to download a file from an URL by using the following methods :
Date: 2019-08-11 View: 1520
-
cURL – DELETE request examples
To send a DELETE request, uses cURL -X DELETE
Date: 2019-08-11 View: 1520
-
cURL – PUT request examples
Example to use cURL -X PUT to send a PUT (update) request to update the user’s name and email.
Date: 2019-08-11 View: 1520
-
cURL post JSON data on Windows
On Windows, the key to send JSON data is double-quotes like this
Date: 2019-08-11 View: 1520
-
Spring REST Hello World Example
In this article, we will show you how to develop a Spring Boot REST style web service to handle CRUD operations from a H2 In-memory database.
Date: 2019-08-11 View: 1520