ProblemYou want to instantiate and display a
map on a viewSolutionCreate an instance of the MKMapView class and add it to a
view or assign it as a sub...
分类:
其他好文 时间:
2014-06-03 12:19:39
阅读次数:
314
1.cd到Qt安装目录C:\Qt\qt-win-opensource-src-4.3.42,configure -static -release nmake
sub-src执行完就好了==============参考:http://www.caole.net/diary/qt_deploy.html...
分类:
其他好文 时间:
2014-06-03 08:05:17
阅读次数:
575
关于指令精简,这方面的事是由于loop,je,ja老报错,说越界多少字节。搜索了这方面信息才知道mov,dx,0,与sub
dx,dx的区别。这个看来是以后的学习内容 。另外想找份工作, 本人linux开发3年,主要用c,pro*c,自动编译用的是大伙都知道
的make与架子。对计算机底层技术特别感...
分类:
其他好文 时间:
2014-06-03 06:28:13
阅读次数:
291
题目:Problem DescriptionGiven a two-dimensional
array of positive and negative integers, a sub-rectangle is any contiguous
sub-array of size 1 x 1 or gr...
分类:
其他好文 时间:
2014-05-31 11:35:43
阅读次数:
271
算法入门经典训练指南88页练习::这道题只要把原矩阵扩大4倍,那么其跟最大子矩阵的题目就很类似,把二维转化成一维,求最大的序列和,不过这个序列的长度不能超过n。长度不能超过n?
那这道题又跟hdu 3415HDU 3415 Max Sum of Max-K-sub-sequence (单调队列) 1...
分类:
其他好文 时间:
2014-05-30 18:14:46
阅读次数:
471
jQuery EasyUI Tree Create from HTML markup Folder
Sub Folder 1 File 11 File 12 File 13 File 2 File 3 File 4 File 5 ...
分类:
Web程序 时间:
2014-05-29 17:48:25
阅读次数:
473
打开 ../ include/
common.func.php添加代码//将缩放图转变为文章第一张图片function
firstimg($str_pic){$str_sub=substr($str_pic,0,-7).".jpg";//删除缩略图字符串最后七位,然后再补上后缀.jpgreturn
...
分类:
其他好文 时间:
2014-05-27 17:06:48
阅读次数:
304
Entity Framework
无法直接使用泛型,但是我们可以通过使用继承的办法来间接使用泛型。Imports System.Data.EntityImports
System.ComponentModel.DataAnnotationsModule Module1 Sub Main() Data...
分类:
其他好文 时间:
2014-05-26 16:38:59
阅读次数:
237
1. Accept:告诉WEB服务器自己接受什么介质类型,*/* 表示任何类型,type/*
表示该类型下的所有子类型,type/sub-type。2. Accept-Charset: 浏览器申明自己接收的字符集Accept-Encoding:
浏览器申明自己接收的编码方法,通常指定压缩方法,是否支...
分类:
Web程序 时间:
2014-05-26 08:49:31
阅读次数:
223
Suffix Tree to get maximum symmetrical
sub-string.
分类:
其他好文 时间:
2014-05-23 04:21:13
阅读次数:
237