如果您的电脑上运行的是 WindowsVista 或 Windows7,则可以安装
Windows InternetExplorer9 来替代您现有的 InternetExplorer 版本。定期检查下载
InternetExplorer9网页,了解 InternetExplorer9 更新。如果有...
分类:
Web开发 时间:
2014-02-07 20:11:11
收藏:
0 评论:
0 赞:
0 阅读:
417
- (void)initializePlat{ //添加新浪微博应用
[ShareSDKconnectSinaWeiboWithAppKey:@"3201194191"
appSecret:@"0334252914651e8f76bad63337b3b78f" redirectUri:@"http:...
分类:
其他 时间:
2014-02-07 20:10:21
收藏:
0 评论:
0 赞:
0 阅读:
554
1、置空Closure(闭包)引起的Memory
leak滞留的Object和domain2、用fragment实现append大量元素var f=
document.createDocumentFragment(); //创建文档碎片 for(var i=0;i<1000;i++){ var s
...
分类:
Web开发 时间:
2014-02-07 20:09:31
收藏:
0 评论:
0 赞:
0 阅读:
384
wusa windows6.1-kb2716513-x64.msu /quiet
/norestartmsxml4-kb2758694-enu.exe /quiet /norestart安装.msi文件命令:msiexec
分类:
其他 时间:
2014-02-07 20:08:41
收藏:
0 评论:
0 赞:
0 阅读:
934
slmgr /ipk 489j-abc-def-hij-mnnslmgr /skms
8.8.8.8:1688slmgr /ato
分类:
其他 时间:
2014-02-07 20:07:51
收藏:
0 评论:
0 赞:
0 阅读:
305
在两个ASP.NET页面之间传递值引言
ASP.NET提供了卓越的事件驱动编程模型,让开发者简化了应用程序的总体设计,但是这个也造成了它固有的一些问题,例如,使用传统的ASP里,我们可以通过使用POST方法很容易地实现页面间传递值,同样的事情,在使用事件驱动编程模型的ASP.NET就不是那么容易了,...
分类:
Web开发 时间:
2014-02-07 20:07:01
收藏:
0 评论:
0 赞:
0 阅读:
396
原文摘自:
http://handsomeliuyang.iteye.com/blog/1407044Activity的方法onSaveInstanceState(Bundle
outState),按照文档里说的,这个方法是在内存不够时,系统要强制杀掉这个Activity时,进行调用的。但经过我的测...
分类:
其他 时间:
2014-02-07 20:06:11
收藏:
0 评论:
0 赞:
0 阅读:
366
Visual C++ 中无法使用标准库在头中定义了两个模板函数std::min() 和
std::max()经查找原因是:在windef.h中#ifndef NOMINMAX#ifndef max#define max(a,b) (((a)
> (b)) ? (a) : (b))#endif#ifn...
分类:
其他 时间:
2014-02-07 20:05:21
收藏:
0 评论:
0 赞:
0 阅读:
354
描述I think most of you are using system named of xp
or vista or win7.And these system is consist of a famous game what is mine
sweeping.You must have p...
分类:
其他 时间:
2014-02-07 20:04:31
收藏:
0 评论:
0 赞:
0 阅读:
343
1. Xen Live CD xen也有Live CD的形式,当然是少不了Dom 0的,有Apline
Linux和Debian两种。 参见http://wiki.xen.org/wiki/LiveCD 2. Xen简介
参考http://wiki.xenproject.org/wiki/Xen_O...
分类:
其他 时间:
2014-02-07 20:03:41
收藏:
0 评论:
0 赞:
0 阅读:
382
往后的文章均以《Pro iOS Table
Views》一书为基准,可能对于iOS7有点不适用,具体细节容我稍后再验证。改变UITableView的背景设置tableview的背景色为透明色。[myTableView
setBackgroundColor:[UIColor clearColor]];...
分类:
其他 时间:
2014-02-07 20:02:51
收藏:
0 评论:
0 赞:
0 阅读:
321
最近写文档,自动目录和多级标题什么的,记录一下:1.自动生成目录,首先写好大纲,然后在 开始--样式
里面定义好标题1、2、3和正文格式,后面用起来就方便了。2.写好大纲,标题1、2、3等,然后选中这一行,分配为标题1、2、3等,后面正文就用正文格式刷一下。3.给标题1、2、3分配项目编号,开始--...
分类:
其他 时间:
2014-02-07 20:02:01
收藏:
0 评论:
0 赞:
0 阅读:
361
一、简答题1. 动态链接库和静态链接库的优缺点2. 轮询任务调度和可抢占式调度有什么区别?3.
列出数据库中常用的锁及其应用场景二、算法设计题1.
给定N是一个正整数,求比N大的最小“不重复数”,这里的不重复是指没有两个相等的相邻位,如1102中的11是相等的两个相邻位故不是不重复数,而12301是...
分类:
其他 时间:
2014-02-07 20:01:11
收藏:
0 评论:
0 赞:
0 阅读:
526
求拼接完成后的字符串包含的子回文串的数目,一开始还用暴力去做,想都不用想 肯定超时了。
复习了一下求最长子回文串的算法,发现可以类似解决。
给相邻字符之间添加一个‘@’字符,这样所有的回文串都是奇数长度,然后从左到右,统计以每个字符为中心的回文串的数目就行了,长度逐渐递增,一旦遇到不是回文串的情况,...
分类:
其他 时间:
2014-02-07 20:00:21
收藏:
0 评论:
0 赞:
0 阅读:
358
分类:
其他 时间:
2014-02-07 19:59:31
收藏:
0 评论:
0 赞:
0 阅读:
377
#include int main(){ int n;
while(scanf("%d",&n)!=EOF) { int x,ans; ans=0; for(int i=1; i<=n; i++) {
scanf("%d",&x); ans+=x; } printf("%d\n",ans); } r...
分类:
其他 时间:
2014-02-07 19:57:01
收藏:
0 评论:
0 赞:
0 阅读:
476
#include int main(){ int n,m;
scanf("%d",&m); while(scanf("%d",&n)!=EOF) { int x,ans; ans=0; for(int
i=1; i<=n; i++) { scanf("%d",&x); ans+=x; } if (m...
分类:
其他 时间:
2014-02-07 19:57:51
收藏:
0 评论:
0 赞:
0 阅读:
439
#include #include int main(){ int a,b;
while(scanf("%d%d",&a,&b)!=EOF) if (a+b) printf("%d\n\n",a+b); return
0;}
分类:
其他 时间:
2014-02-07 19:55:21
收藏:
0 评论:
0 赞:
0 阅读:
459
早期,安装好程序之后去下载了测试数据包
magento-sample-data-1.6.1.0.zip 安装在程序上之后显示错误,There has been an error processing
your requestError in file: "/home/bluedesi/public_...
分类:
其他 时间:
2014-02-07 19:54:31
收藏:
0 评论:
0 赞:
0 阅读:
414
最近完成一个项目,到最后关头了UI文件打不开了
这个问题把我折磨了半天,最终经大神指导原来是要删除C:\Users\Administrator\.designer文件夹下的gradients.xml文件删除即可...
分类:
其他 时间:
2014-02-07 18:33:40
收藏:
0 评论:
0 赞:
0 阅读:
854