为了配合ECS?把原来房子BAE中的代码重新构建,发现发送JSON数据与EXTJS不配合,找了很久发现CSDN上有篇文章正好解决了,庆幸有互联网。 ????用的是第二中方法 原帖:http://blog.csdn.net/woshiwan...
分类:
编程语言 时间:
2014-08-03 12:56:15
阅读次数:
285
An intuitive 2D DP: dp[i][j] = min(grid[i-1][j-1] + dp[i-1][j], grid[i-1][j-1] + dp[i][j+1])class Solution {public: int minPathSum(vector > &grid) ...
分类:
其他好文 时间:
2014-08-03 07:50:54
阅读次数:
254
大家用的上的就直接用吧,就是一些小知识,不说废话了,用过了,帮忙支持一下就行,谢谢: --> private void dragDropManager_DragOver_1(object sender, DevExpress.Xpf.Grid.Dr...
分类:
其他好文 时间:
2014-08-03 04:34:10
阅读次数:
674
Problem Description
PusherBoy is an online game http://www.hacker.org/push . There is an R * C grid, and there are piles of blocks on some positions. The goal is to clear the blocks by pushing into t...
分类:
其他好文 时间:
2014-08-02 23:27:34
阅读次数:
342
Description
The puzzle game of Sudoku is played on a board of N2 × N2 cells. The cells are grouped in N × N squares of N × N cells each. Each cell is either empty or contains a number between
1 a...
分类:
其他好文 时间:
2014-08-02 23:26:34
阅读次数:
344
用Asp.Net+Grid Report完成Web版的报表功能,希望大家喜欢...
分类:
Web程序 时间:
2014-08-02 18:21:13
阅读次数:
294
JQuery 是一个强大js 选择器的开源框架脚本,有了他,本来要写20多行的js脚本,现在只需要10行就能完成,可惜的是,在界面方面,他虽然有Jquery-ui, 但他并没有建立一整套开源成熟的组件,如果他像Extjs/sencha那么成熟的套件,相信会更多人爱他。而像extjs的juqery成熟...
分类:
Web程序 时间:
2014-08-02 15:17:53
阅读次数:
197
Description
Georgia and Bob decide to play a self-invented game. They draw a row of grids on paper, number the grids from left to right by 1, 2, 3, ..., and place N chessmen on different grid...
分类:
其他好文 时间:
2014-08-02 12:56:13
阅读次数:
312
iOS下用一行代码实现cell的parallax效果
兼容 tableview ,collectionview...
分类:
移动开发 时间:
2014-08-02 12:51:23
阅读次数:
231
题目: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move either down or right at a....
分类:
编程语言 时间:
2014-08-02 12:17:23
阅读次数:
279