码迷,mamicode.com
首页 >  
搜索关键字:step    ( 4105个结果
poj 2195 Going Home
DescriptionOn a grid map there are n little men and n houses. In each unit time, every little man can move one unit step, either horizontally, or vert...
分类:其他好文   时间:2014-07-22 23:15:37    阅读次数:331
js获取ajax返回值
z = $.ajax({url:"__URL__/add/",type:'POST',dataType:"json",async:false,cache:false,data:"step=ajax&ajax_type=checkEmail&email="+email,}).responseText;...
分类:Web程序   时间:2014-07-22 23:05:52    阅读次数:374
CardLayout使用
相对于BoxLayout,GridBugLayut等常用的Swing layout,CardLayout是特殊的,前者是一个容器内布置组件,而后者是在一个容器内放置很多页面(但一个时间只用显示一个)。比如需要制作Step by Step的桌面程序,使用CardLayout就非常方便快捷。下面用代码说...
分类:其他好文   时间:2014-05-10 20:24:18    阅读次数:376
HDU 4735 DLX爆搜
Little Wish~ lyrical step~ Time Limit: 5000/2500 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 417    Accepted Submission(s): 109 Problem Description N chi...
分类:其他好文   时间:2014-05-02 04:37:42    阅读次数:393
C++开发WPF,Step by Step
示例代码使用C++来开发WPF,主要是如何在MFC(Win32)的窗口中Host WPF的Page。下面我就做个详细的介绍.一、创建工程, 由于MFC的Wizard会生成很多用不到的代码,所以我准备从一个空的工程开始创建一个MFC的工程。a) 打开VS2005,菜单File->New->Projec...
分类:编程语言   时间:2014-05-01 19:26:41    阅读次数:371
Heroku installation
It is the first time that I use heroku. But I encountered some problems installing it. Luckily, I resolved the problem.(In windows 8)Step 1: Sign up.....
分类:其他好文   时间:2014-05-01 12:32:50    阅读次数:317
再生龙Clonezilla备份Ubuntu系统
Step 1. 下载Clonezilla Clonezilla有稳定版、测试版,还有替代版(含稳定版和测试版),戳http://www.clonezilla.org/downloads.php 找到Ubuntu based版本,下载zip版。注意要区分32位还是64位。Step 2. 制作Clo.....
分类:其他好文   时间:2014-05-01 00:18:07    阅读次数:444
A Step-by-Step Guide to Your First AngularJS App
What is AngularJS?AngularJS is a JavaScript MVC framework developed by Google that lets you build well structured, easily testable, and maintainable f...
分类:移动开发   时间:2014-04-29 14:32:23    阅读次数:971
Android调试出现Source not found解决办法
Android调试Source Not Found的错误原因及解决办法!...
分类:移动开发   时间:2014-04-29 13:48:21    阅读次数:362
【ACM - 搜索模板】
【广搜模板】#include #include #include #include using namespace std;#define MAXX #define MAXYstruct Node{ int x,y; int step;};int n,m; //边界int dx[4...
分类:其他好文   时间:2014-04-29 11:14:46    阅读次数:334
4105条   上一页 1 ... 408 409 410 411 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!