今天对公司系统进行修改,还是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://oj.leetcode.com/problems/minimum-path-sum/题意:Given
amxngrid filled with non-negative numbers, find a path from top left to bottom
right w...
分类:
编程语言 时间:
2014-05-28 03:03:13
阅读次数:
320
所用框架及语言 iOS客户端-Wax(开发愤怒的小鸟的连接Lua 和
Objc的框架),Lua,Objc, 服务端-Java(用于返回插件页面)工具框架链接地址:Wax
-https://github.com/probablycorey/wax Netty -https://netty.io/ 用做...
分类:
移动开发 时间:
2014-05-28 00:41:43
阅读次数:
342
https://openshift.redhat.com/ OpenShift 是 redhat
公司推出的一个 PaaS 云计算应用平台,开发者可在上面构建、测试、部署和运行应用程序,它支持 Java, Ruby, Node.js, Python,
PHP, Perl 等众多语言环境和开发框架,并...
分类:
Web程序 时间:
2014-05-27 17:50:52
阅读次数:
597
症状: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
原题地址: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