码迷,mamicode.com
首页 >  
搜索关键字:while case 交互 执行参数    ( 64945个结果
解决布局北键盘顶的难题
注册文件里面写上这句代码就ok了!!!可能网上会有很多答案,但是经本人试验,这种靠谱。也许不同的情况下有不同的解决吧!!windowSoftInputMode属性设置值说明。attributes:android:windowSoftInputMode活动的主窗口如何与包含屏幕上的软键盘窗口交互。这个...
分类:其他好文   时间:2014-05-10 08:06:14    阅读次数:301
ajax
ajax是js与后台的交互XMLHttpRequest对象在前台是看不到刷新效果的
分类:其他好文   时间:2014-05-10 06:49:58    阅读次数:275
AJAX
一、Ajax是什么? Ajax(asynchronous Javascript and XML),or ajax,is a group of interrelated web development techniques used for creating interactive(交互式) web ...
分类:其他好文   时间:2014-05-10 05:40:23    阅读次数:429
Unity3D 游戏开发应用篇——每日登陆(持久化类实现)
上一篇中我们实现用本地文件实现了持久化类的保存,当然小型数据用PlayerPrefs存储,或者采用XML服务器持久化也行。因为我涉及的角色类和玩家类数据比较多,加上项目要求尽量少与服务器交互,所以采用了本地持久化。废话不多说,进入主题一、应用场景 项目要实现这么一个每日登陆的功能,设计如下...
分类:其他好文   时间:2014-05-10 02:57:51    阅读次数:849
poj1988
#includeusing namespace std;const int maxn = 30000+100;int F[maxn], D[maxn], S[maxn];void set(int n){ for(int i =0 ;i >P; char c; int a, b; while(P--)...
分类:其他好文   时间:2014-05-10 02:56:28    阅读次数:313
C语言之关键字
1. C99标准规定了如下关键字:auto _Bool break case char _Complexconst continue default restrict do ...
分类:编程语言   时间:2014-05-10 02:27:27    阅读次数:422
服务器端数据访问
服务器端数据访问 服务器端数据访问 服务器端数据介绍 连接、命令和数据集 访问基于 SQL 的数据 将 SQL 数据绑定到 DataGrid 执行参数化选择 在 SQL 数据库中插入数据 更新 SQL 数据库中的数据 删除 SQL 数据库中的数据 将 SQL 数据库中的数据排序 处理主-从关系 编写和使用存储过程 访问基于 XML 的数据 本节小结 服务器端数据介...
分类:其他好文   时间:2014-05-09 22:48:56    阅读次数:273
C语言实现状态设计模式
#include #include #include #ifndef VIRTUAL #define VIRTUAL #endif #ifndef DELETE #define DELETE(X) do { free(X);X = NULL; } while(0) #endif #define NEW(TYPE,pInstance,SUBTYPE) struct TYPE* pInst...
分类:编程语言   时间:2014-05-09 22:29:48    阅读次数:455
分行模块,自动识别英文和型号数[推荐精华]
Function cuttextlen(intext, lens) If Len(intext) cuttextlen = intext Else tmptext = intext GetTexts = "" Do While Not Len(tmptext) GetTexts = GetTexts + Left(tmptext, lens) tmptext = Right...
分类:其他好文   时间:2014-05-09 22:22:08    阅读次数:320
linux关于bashrc与profile的区别(转)
bashrc与profile的区别要搞清bashrc与profile的区别,首先要弄明白什么是交互式shell和非交互式shell,什么是login shell 和non-login shell。交互式模式就是shell等待你的输入,并且执行你提交的命令。这种模式被称作交互式是因为shell与用户进...
分类:系统相关   时间:2014-05-09 19:32:47    阅读次数:474
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!