码迷,mamicode.com
首页 > 其他好文
我的Devpartner Studio Professional7.2安装报错
DevpartnerStudioProfessional7.2以前装过一次,后来删除了,改用vs2005。现在必须用vs6(整个组都用),装这个的时候报script错No.1720;log文件示:Error1720.ThereisaproblemwiththisWindowsInstallerpac...
分类:其他好文   时间:2014-11-02 16:23:32    阅读次数:243
简述UILabel的属性和用法
UILabel属性1.text:设置标签显示文本。label.text = @"我是Label";2.attributedText:设置标签属性文本。NSString*text=@"first";NSMutableAttributedString*textLabelStr=[[NSMutableAt...
分类:其他好文   时间:2014-11-02 16:26:01    阅读次数:250
(转)程序集清单定义与程序集引用不匹配- 分析及解决
原文: http://blog.chinaunix.net/uid-576762-id-2733741.html上午在打开一个Asp.net网页时出现了这样的错误信息:找到的名为“Infragistics.WebUI.UltraWebGrid.ExcelExport.v3.1”的程序集清单定义与程序...
分类:其他好文   时间:2014-11-02 16:23:07    阅读次数:212
【UVa】Salesmen(dp)
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4170d[i,j]前i个字符j结尾d[i,j]=min{d[i-1,k], j和k有边}+(a[i]!=j)...
分类:其他好文   时间:2014-11-02 16:22:07    阅读次数:214
centos 下搭建lamp环境 yum安装
nginx查看yum源中有没有nginxyum list nginx由于官方的源没有nginx,我们就要自己找这是我找的其他系统请查看http://wiki.nginx.org/Install[nginx]name=nginx repobaseurl=http://nginx.org/packag....
分类:其他好文   时间:2014-11-02 16:24:14    阅读次数:183
简述UIActivityIndicatorView的属性和用法
UIActivityIndicatorView1. activityIndicatorViewStyle设置指示器的样式UIActivityIndicatorViewStyleWhiteLargeUIActivityIndicatorViewStyleWhite (默认样式)UIActivityIn...
分类:其他好文   时间:2014-11-02 16:23:25    阅读次数:189
log4j用法
首先去apache官网下载http://logging.apache.org/log4j/1.2/download.html新建一个项目,将log4j-1.2.X.jar加入classpath中。package lee;import org.apache.log4j.Logger;public cl...
分类:其他好文   时间:2014-11-02 16:23:53    阅读次数:198
简述UIAlertView的属性和用法
UIAlertView1.Title获取或设置UIAlertView上的标题。2.Message获取或设置UIAlertView上的消息 UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Title" message:@"me...
分类:其他好文   时间:2014-11-02 16:22:21    阅读次数:496
Read4096
Given API: int Read4096(char* buf); It reads data from a file and records the position so that the next time when it is called it read the next 4k cha...
分类:其他好文   时间:2014-11-02 16:22:32    阅读次数:438
系统内置的泛型委托
#region 系统内置的泛型委托 //只要是Action委托都是无返回值的。 ////1.存储无参数无返回值的方法 //Action md = () => { Console.WriteLine("无参数无返回值。"); }; ...
分类:其他好文   时间:2014-11-02 16:20:53    阅读次数:207
HDU 4947 GCD Array
GCD ArrayTime Limit: 11000/5500 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 843Accepted Submission(s): 205Problem De...
分类:其他好文   时间:2014-11-02 16:20:21    阅读次数:276
LPC1788 nand驱动
Lpc1788自带有emc接口用于驱动nandflash,norflash,sdram设备,对于nandflash驱动因为配置简单,时序也简单 首先,针对nandflash而言应当在系统中有三个地址,分别是数据读写地址,命令读写地址以及地址设置地址,这三个地址都需要更具电路图设置,电路图如下根据这张...
分类:其他好文   时间:2014-11-02 16:20:49    阅读次数:297
mymatrix
作为mycircle的姊妹版本,其实现和mycircle大同小异->点击预览 1 2 3 4 47 48 49 50 51 碰撞的计算有点麻烦,仔细画下图就好了~
分类:其他好文   时间:2014-11-02 16:20:56    阅读次数:269
1000. A-B
1000. A-B-----》 http://soj.me/1000ConstraintsTime Limit: 1 secs, Memory Limit: 32 MBDescriptionInput A and B, output A-BInputInput two values, A and B...
分类:其他好文   时间:2014-11-02 16:19:17    阅读次数:238
有强迫症,总是希望看到的页面简洁美哒哒,就闲着无聊把模板整理了一下。
用的是ThinkInside皮肤。在设置里添加了一些页面定制的CSS代码:body{background:#333;}#blogTitle h2,#footer,.forFlow a:hover{color:#fff;}.postTitle a:link, .postTitle a:visited,...
分类:其他好文   时间:2014-11-02 16:21:35    阅读次数:186
广州地区常用的DNS解析服务器
广州电信DNS: 首选:202.96.128.143 备用:202.96.128.68首选:202.96.134.133 备用:202.96.128.166首选:61.144.56.100备用:61.144.56.101广州网通DNS:首选:221.4.66.66 备用:221.4.98.66 首选...
分类:其他好文   时间:2014-11-02 16:20:35    阅读次数:274
简述UISlide的属性和用法
UISlide属性1. minimumValue: 当值可以改变时,滑块可以滑动到最小位置的值,默认为0.0_slider.minimumValue = 10.0;2. maximumValue: 当值可以改变时,滑块可以滑动到最大位置的值,默认为1.0_slider.maximumValue = ...
分类:其他好文   时间:2014-11-02 16:19:35    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!