码迷,mamicode.com
首页 >  
搜索关键字:size    ( 49122个结果
use mkisofs 重新打包beini,tinycore linux
mkisofs -r -J -V Beini-Custom -v --boot-info-table --boot-load-size 4 -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -o ../beini.iso beinisee...
分类:系统相关   时间:2014-07-31 12:59:06    阅读次数:478
代码设置UIButton文字、图片位置
假设有按钮rButton的 imageEdgeInsets和contentEdgeInsets可以设置按钮的标题和图片的位置,如下代码,设置标题居右 NSString * rBtnTitle = @"删除"; CGSize size = [rBtnTitle sizeWithAttrib...
分类:其他好文   时间:2014-07-31 12:50:16    阅读次数:438
SharePoint 2013 Apps
1. App Web & Host WebThe special website to which the app isdeployedis called an App Web. The website to which the app isinstalledis called the Host W...
分类:移动开发   时间:2014-07-31 12:46:06    阅读次数:304
SQL语句创建表空间
--创建表空间xxxcreate tablespace xxxloggingdatafile 'D:\oracle\product\10.2.0\oradata\orcl\xxx.ora'size 128mautoextend onnext 8m maxsize 512mextent managem...
分类:数据库   时间:2014-07-31 12:39:16    阅读次数:297
visio图片导入word和PPT的最清晰的方式
在visio中画图之后,要导入PPT和Word,一般情况下我选择的是先导出为JPG或者PNG格式的图片,然后再插入到Word和PPT中,但是这样往往不清楚,今天发现一个很方面而且很清楚的方式,那就是:在viso的编辑界面画好图之后,直接ctrl+a全选,然后ctrl+c复制,再ctrl+v粘贴到wo...
分类:其他好文   时间:2014-07-31 12:33:46    阅读次数:400
table数据再次处理
Table的聚合函数Compute (表达式,条件)中简单的聚合函数string strSumAccount = myDs.Tables[0].Compute("SUM(AccountMoney(列))", "").ToString(); 计算datatable的列的总和分页PagedDataSou...
分类:其他好文   时间:2014-07-31 12:32:36    阅读次数:221
使用ligerui操作新子窗口遇到的问题
1:调用父窗口某一个文件框,获取焦点,parent.window.document.getElementById("roleName").focus();2:关闭父窗口parent.$.ligerDialog.close(); //关闭弹出窗 利用这种方法关闭窗口存在一个问题 parent.$......
分类:其他好文   时间:2014-07-31 12:31:36    阅读次数:210
模拟器起不来 The Simulator can't be launched because it is already in use .
今天使用模拟器,测试时,突然间, 模拟器起不来了。提示信息:The Simulator can't be launched because it is already in use .大概意思是: 在用simulatorrun 项目A的时候有时会提示,一般是另外一个项目B用着simulator,然....
分类:其他好文   时间:2014-07-31 12:26:16    阅读次数:506
Median of Two Sorted Arrays
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ...
分类:其他好文   时间:2014-07-31 12:14:56    阅读次数:222
Scala match 变量
昨天写 Scala 的时候,使用 match(相当于 switch)时,运行结果很奇怪。var i: Int = 0while (i println("offset: " + items(i)) case logSize => println("logSize: " + items(i)) c...
分类:其他好文   时间:2014-07-31 12:11:36    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!