ladon-0.9.35?在生成描述时 将参数?search_frase 转成了?search-frase,这导致在客户端suds调用时命名参数不可用。。应该是个bug <element?name="listBands">
<complexType>
<sequence>
<element?name="sea...
分类:
其他好文 时间:
2015-11-16 06:14:05
阅读次数:
210
大家可能有过这样的需求,有的弹出框可能需要手动关闭,这样非常麻烦,我参考相关资料,用C# 程序自动关闭弹出框的例子,供大家参考 1 //获取弹出框的句柄,并隐藏函数。 2 using System.Runtime.InteropServices;//这个是必须的命名空间。 3 class Sea.....
分类:
其他好文 时间:
2015-11-12 18:05:57
阅读次数:
277
1、引入seajs: <script src="sea.js"></script> 2、程序入口是一个use方法,2个参数,一个是主js引用,一个是回调方法: seajs.use("./main.js", function(test) { test.bind(agrs); }); 3、模块定义方法:一个全...
分类:
Web程序 时间:
2015-11-12 00:09:16
阅读次数:
229
写模块: define(function(require, exports, module) { ?? 使用 require(...) 引入模块. ?? 通过 exports.something = ... 对外提供接口 ?? 或通过 module.exports = ... 提供整个接口 ? }); 构建部署: 需要...
分类:
Web程序 时间:
2015-11-11 13:31:56
阅读次数:
205
题目传送门题意:凸多边形的小岛在海里,问岛上的点到海最远的距离。分析:训练指南P279,二分答案,然后整个多边形往内部收缩,如果半平面交非空,那么这些点构成半平面,存在满足的点。/************************************************* Author ...
分类:
其他好文 时间:
2015-11-10 16:15:06
阅读次数:
257
Problem DescriptionXiaoY is living in a big city, there are N towns in it and some towns near the sea. All these towns are numbered from 0 to N-1 and ...
分类:
其他好文 时间:
2015-11-04 21:10:34
阅读次数:
289
// jquery-plugin-abc define(function(require, exports, module) { var $ = require(‘$‘); // 插件的代码 $.fn.abc = function() {};
});
详情见?https://github.com/seajs/seajs/issues/971...
分类:
Web程序 时间:
2015-11-02 23:15:46
阅读次数:
283
Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea ...
分类:
编程语言 时间:
2015-10-28 21:05:52
阅读次数:
206
前提准备 1. PHP+MySQL基础知识 2. 独立的空间或者服务器 到新浪sea申请免费的空间 开发学习步骤 1. 微信公众号分类,数据交互原理,API接入 2. 常用的普通接口:消息的接收、发送;事件的推送; 3. 常用的高级接口:网页授权,模板消...
分类:
其他好文 时间:
2015-10-25 14:56:53
阅读次数:
155
原文:http://blogs.msdn.com/b/psssql/archive/2009/11/03/the-sql-server-wait-type-repository.aspxAs part of my talk at the 2009 US PASS Summit here in Sea...
分类:
数据库 时间:
2015-10-24 21:46:27
阅读次数:
273