今天对公司系统进行修改,还是ajax请求的问题,不过这次比上次的简单。但是遇到一个很纳闷的问题,我当时以为是ajax的问题,后来在浏览器上直接访问也是这样,连接就是这种:https://88.88.88.88:88/index.php?q=device/getdevictnum/did/88问题描述...
分类:
其他好文 时间:
2014-05-28 03:53:33
阅读次数:
191
原题地址:https://oj.leetcode.com/problems/climbing-stairs/题意:You
are climbing a stair case. It takesnsteps to reach to the top.Each time you can
either cl...
分类:
编程语言 时间:
2014-05-28 03:27:49
阅读次数:
267
https://openshift.redhat.com/ OpenShift 是 redhat
公司推出的一个 PaaS 云计算应用平台,开发者可在上面构建、测试、部署和运行应用程序,它支持 Java, Ruby, Node.js, Python,
PHP, Perl 等众多语言环境和开发框架,并...
分类:
Web程序 时间:
2014-05-27 17:50:52
阅读次数:
597
发布一段C代码,用于连接指定的KVM宿主机器,获得该宿主机器的配置信息,以及该主机上所有的虚拟主机列表、状态及配置信息:#include
#include #include void ListDom(virConnectPtr conn){ char **inactiveDom;
virDoma.....
症状:php
curl调用https出错排查方法:在命令行中使用curl调用试试。原因:服务器所在机房无法验证SSL证书。解决办法:跳过SSL证书检查。curl_setopt($ch,
CURLOPT_SSL_VERIFYPEER, false);症状:php curl调用curl_exec返回bo...
分类:
Web程序 时间:
2014-05-27 16:19:03
阅读次数:
325
https://pypi.python.org/pypi/graphviz(python对DOT图的相关库)http://zh.wikipedia.org/wiki/DOT%E8%AF%AD%E8%A8%80http://zh.wikipedia.org/zh-cn/Graphvizdot就是通过编...
分类:
其他好文 时间:
2014-05-27 15:37:23
阅读次数:
237
设置git使用http://协议代替git://协议,保证网络畅行D:\git config
--global url."https://".insteadOf git://D:\git config
--listcore.symlinks=falsecore.autocrlf=truecolor....
分类:
其他好文 时间:
2014-05-26 18:49:07
阅读次数:
958
原题地址:https://oj.leetcode.com/problems/path-sum/题意:Given
a binary tree and a sum, determine if the tree has a root-to-leaf path such that
adding up all...
分类:
编程语言 时间:
2014-05-26 18:37:11
阅读次数:
295
原题地址:https://oj.leetcode.com/problems/unique-binary-search-trees-ii/题意:接上一题,这题要求返回的是所有符合条件的二叉查找树,而上一题要求的是符合条件的二叉查找树的棵数,我们上一题提过,求个数一般思路是动态规划,而枚举的话,我们就考...
分类:
编程语言 时间:
2014-05-26 18:30:01
阅读次数:
256
直接给代码:var ret =
HTTPS.WSHelper.InvokeWebService("WebService URL", "MethodName", object[]
args);var type = ret.GetType();var propertyinfo = type.GetPro...
分类:
Web程序 时间:
2014-05-26 18:21:13
阅读次数:
261