码迷,mamicode.com
首页 >  
搜索关键字:python 取消 ssl https    ( 271274个结果
[转]下拉按钮 C#_Winform 自定义控件
[https://workspaces.codeproject.com/elia-sarti/splitbutton-an-xp-style-dropdown-split-button]using System;using System.ComponentModel;using System.Dra...
分类:Windows程序   时间:2014-06-07 02:40:18    阅读次数:424
001.为什么选择用AngularJs开发?
网上关于AngularJs(https://angularjs.org/)的介绍与好处已经相当多了,大家可以自己去搜索看看,很多很多。 1.疯狂的原生的App开发 在这里我主要谈一下我自己为什么要使用AngularJs。2011年我开始接触IOS编程,发现苹果的App体验真的非常棒,自己也跟着教程做...
分类:Web程序   时间:2014-06-04 21:37:28    阅读次数:348
python调用java
这么个标题多少有点蛋疼的感觉,两个都是互联网时代的语言,学习成本和执行效率也差不多,之所以会产生这种需求,多半是想在python中引用java的类,例如安卓和hadoop的生态圈,基本是java代码的天下,虽然python大数据有不错的接口,但直接调用java的需求总是有的。这个目前已经有解决方案,...
分类:编程语言   时间:2014-06-04 20:52:14    阅读次数:261
linux平台上面python调用c
不能免俗,先打印个helloworld出来,c代码的函数hello.c#include int helloworld(){ printf("hello world!"); return 0;}然后编译成动态链接库 gcc hello.c -fPIC -shared -o libhello...
分类:编程语言   时间:2014-05-30 02:08:52    阅读次数:467
checkbox点击选中,再点击取消,并显示在文本框中
function checkItem(e,itemId) { var item = document.getElementById(itemId); var $items = $(item); if (e.checked) { ...
分类:其他好文   时间:2014-05-30 01:28:50    阅读次数:399
Python核心编程(第二版) 第五章习题答案
5-1.整型。讲讲Python普通整型和长整型的区别。答:Python 的标准整数类型是最通用的数字类型。在大多数 32 位机器上,标准整数类型的取值范围是-2**31到 2**31-1,也就是-2,147,483,648 到 2,147,483,647。如果在 64 位机器上使用 64 位编译器编...
分类:编程语言   时间:2014-05-29 22:49:13    阅读次数:394
[leetcode]Subsets II @ Python
原题地址:https://oj.leetcode.com/problems/subsets-ii/题意:Given a collection of integers that might contain duplicates,S, return all possible subsets.Note:E...
分类:编程语言   时间:2014-05-29 19:10:53    阅读次数:278
[leetcode]Palindrome Partitioning @ Python
原题地址:https://oj.leetcode.com/problems/palindrome-partitioning/题意:Given a strings, partitionssuch that every substring of the partition is a palindrome...
分类:编程语言   时间:2014-05-29 18:26:15    阅读次数:334
python中lxml的应用
首先下载lxml,http://www.lfd.uci.edu/~gohlke/pythonlibs/,然后添加引用from lxml import _elementpath as DONTUSEfrom lxml import etree具体示例:1.添加命名空间#set namespacensm...
分类:编程语言   时间:2014-05-29 18:10:59    阅读次数:276
如何配置能让fiddler抓去https的请求?
1、打开fiddler,>>Tools>>Fiddler Options,打开如图所示的HTTPS配置项:点击Export Rppt Certifica to Desktop :桌面上多了一个证书:下面就是将证书导入:点击开始-运行,输入:mmc,打开如下图所示页面,点击红框菜单最后点击完成,确定!...
分类:其他好文   时间:2014-05-29 15:07:42    阅读次数:406
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!