码迷,mamicode.com
首页 >  
搜索关键字:clear    ( 6379个结果
poj 2472
c提交#includedouble map[102][102];void clear(int n){ int i,j;for(i=0;i<n;i++){ for(j=0;j<n;j++) { map[i][j]=-1; }}}double floyed(int n){int i,j,k...
分类:其他好文   时间:2014-08-12 00:08:13    阅读次数:217
Android-通讯录:向分组Group添加联系人
long groupId = Constant.createGroupId; ContentValues values = new ContentValues(); for(int i=0,len=Constant.contactList.size();i<len;i++) { values.clear(); values.put(Data.RAW_CONTACT_ID,...
分类:移动开发   时间:2014-08-09 13:28:08    阅读次数:421
jQuery Vlidate 示例
* {  font-family: Verdana;font-size: 96%; } label {width: 10em;float: left;}    label.error {float: none;color: red; padding-left: .5em;vertical-align: top;}    p{clear: both;}.submit {margin-left:...
分类:Web程序   时间:2014-08-09 11:38:37    阅读次数:297
matlab练习程序(生成黑白网格)
提供了两种生成方法,一个是自己编程实现,比较灵活;另一个是调用系统的checkerboard函数,似乎只能生成8*8网格。至于用途,也许可以用来下国际象棋。自己函数生成:系统函数生成:代码如下:clear all;close all;clch=256;w=256;n=8;img=zeros(h,w)...
分类:其他好文   时间:2014-08-08 23:56:36    阅读次数:396
vim 的寄存器
If you've been followingmy series on Vim, it should be clear now that Vim has a pretty clear philosophy of how text editing should work. It's based on...
分类:其他好文   时间:2014-08-08 21:06:16    阅读次数:361
SVN更改登录用户
如果装了TortoiseSVN: Settings -> Saved Data -> Authentication Data -> clear。即可清除保存的上个用户登录信息;当再次用到svn时,会提示输入用户名密码,输入新的用户名密码即可。或者,手动删除下面目录下的svn登录用户信息保存文件: C...
分类:其他好文   时间:2014-08-08 20:53:36    阅读次数:249
汇总linux下的bash快捷键
Ctrl+A 切换到命令行开始(Home) Ctrl+E 切换到命令行末尾(End) Ctrl+L 清除屏幕内容 à clear Ctrl+U 清除剪切光标前的内容 Ctrl+K 清除剪切光标后的内容 Ctrl+Y 粘贴刚删除的内容...
分类:系统相关   时间:2014-08-08 18:09:36    阅读次数:255
POJ - 2442 Sequence
Description Given m sequences, each contains n non-negative integer. Now we may select one number from each sequence to form a sequence with m integers. It's clear that we may get n ^ m this kind o...
分类:其他好文   时间:2014-08-08 16:10:06    阅读次数:236
多种下载文件方式 Response.BinaryWrite(byte[] DocContent);Response.WriteFile(System.IO.FileInfo DownloadFile .FullName);Response.Write(string html2Excel);
通过html给xls赋值,并下载xls文件一、this.Response.Write(sw.ToString());System.IO.StringWriter sw = new System.IO.StringWriter(); this.Response.Clear(); string strF...
分类:Web程序   时间:2014-08-07 17:58:30    阅读次数:385
【转载】那些年我们一起清除过的浮动demo
返回文章:那些年我们一起清除过的浮动闭合浮动 与 清除浮动 的区别.main:很抱歉,现代浏览器中我没能把warp撑高(float:left).side:我也浮动了(float:left).footer:我通过设置 clear:both 清除浮动,虽然位置正确了,但是 warp 的高度没变,有些不爽...
分类:其他好文   时间:2014-08-07 00:26:47    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!