码迷,mamicode.com
首页 >  
搜索关键字:source not found    ( 23545个结果
性能优化——统计信息——SQLServer自动更新和自动创建统计信息选项 (转载)
原文译自:http://www.mssqltips.com/sqlservertip/2766/sql-server-auto-update-and-auto-create-statistics-options/?utm_source=dailynewsletter&utm_medium=email...
分类:数据库   时间:2014-06-29 15:31:26    阅读次数:330
【转】Python version 2.7 required, which was not found in the registry
安装setuptools的时候,不能再注册表中识别出来python2.7在网上找了方法,仅作笔记,供下次使用方法:新建一个register.py 文件,把一下代码贴进去,保存(G盘) 1 # 2 # script to register Python 2.0 or later for use wit...
分类:编程语言   时间:2014-06-29 14:45:14    阅读次数:312
uva10474 - Where is the Marble?
1 #include 2 #include 3 using namespace std; 4 const int Max = 100000; 5 int num[Max]; 6 int find_[Max]; 7 bool found[Max]; 8 int pos[Max] = { 9 ...
分类:其他好文   时间:2014-06-07 03:49:29    阅读次数:250
在Xcode4 中将iPhone使用的xib转换成iPad使用的xib
来源:http://blog.3snews.net/space.php?uid=6188&do=blog&id=64200http://www.giser.net/?p=9821 以source code 的方式打开xib文件2 将”com.apple.InterfaceBuilder3.Cocoa...
分类:其他好文   时间:2014-05-29 14:13:52    阅读次数:255
FlashPaper 使用经验之谈
李志海20101229QQ:76855049CSDN:资源下载地址:http://lizhihai_99.download.csdn.net/http://download.csdn.net/source/2947794一、目的我的这篇文章侧重点是如何很好的应用FlashPaper,不是告诉大家Fl...
分类:其他好文   时间:2014-05-29 13:45:06    阅读次数:286
Dispatch Semaphore
A dispatchsemaphore(信号量) is useful if you need a concurrency control for a small portion(部分) of the source code that has smaller granularity(颗粒度) than...
分类:其他好文   时间:2014-05-28 21:51:45    阅读次数:395
uboot dm9000驱动故障
手头有一块6410开发板,已经有别人提供的uboot代码,但是在检测dm9000时显示下面的输出:Net: No ethernet found.当然其他网络命令例如ping等都执行失败。但是在(include/configs/*6410*.h)下添加一行(增加debug)信息:#define D.....
分类:其他好文   时间:2014-05-28 18:54:24    阅读次数:483
LINQ语句中的.AsEnumerable() 和 .AsQueryable()的区别【转】
在写LINQ语句的时候,往往会看到.AsEnumerable() 和 .AsQueryable() 。例如:string strcon ="Data Source=.\\SQLEXPRESS;Initial Catalog=Db_Example;Persist Security Info=True;...
分类:其他好文   时间:2014-05-28 16:07:41    阅读次数:418
eclipse忽略js文件报错
eclipse中js文件报错的情况,或许大家早已习以为常了,那么有什么好的方法可以将其忽略掉呢?如果你也在寻找此问题,那么本文或许可以帮助到你忽略某个js文件报错的方法: Project Properties > JavaScript > Include Path > Source > 选中Excl...
分类:Web程序   时间:2014-05-28 13:05:48    阅读次数:285
Maven source jar get
Maven作为项目管理的包,同时也能方便的将source-jar下载的本地,省去了每次到网上分别下载的问题。Maven下载Jar包同时下载源文件和文档示例,在maven生成的工程里面:mvn eclipse:eclipse -DdownloadSources -DdownloadJavadocs参考...
分类:其他好文   时间:2014-05-28 09:57:12    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!