//华为编程:筷子,找到第一个单对的筷子#include #define max 37int
main(){ int n,i,j; int a[max]; int flag=0; int error=-1; scanf("%d",&n);
if(n>max) ...
分类:
其他好文 时间:
2014-07-22 23:13:33
阅读次数:
339
mysql_num_rows();返回结果集中行的数目。1 $sql1 = "select *
from movie";2 $result1 = mysql_query($sql1) or die(mysql_error());3 $count =
mysql_num_rows($result1);...
分类:
Web程序 时间:
2014-07-22 23:13:33
阅读次数:
354
今天在学习鸟哥的菜的时候,发现自己linux不可以启用vim命令,错误为:bash: vim:
command not found。 机器环境:VMWare8+RED HAT Enterprise5 解决方法: 发现问题的根源在于没有安装好vim 输入
rpm -qa|grep vim ...
分类:
其他好文 时间:
2014-07-22 23:12:56
阅读次数:
993
//华为编程:筷子,找到第一个单对的筷子#include #define max 37int
main(){ int n,i,j; int a[max]; int flag=0; int error=-1; scanf("%d",&n);
if(n>max) { printf("...
分类:
其他好文 时间:
2014-07-22 23:12:15
阅读次数:
325
最近,捣腾了一阵子在xp系统上安装ArcGIS
Server10.0(下方均简称server),解决了一些初学者可能面临的problem,给大家贴出来,希望能够给初学者一些有益的帮助。我的系统环境:XP系统已安装了VS2010(安装过了.net
framework 4.0)安装好了arcgisdes...
分类:
其他好文 时间:
2014-07-22 23:11:34
阅读次数:
439
引入:#include#includevoidfun(char**q){exit;}voidmain(){char**p,a[6][8];p=a;fun(a);}编译不能通过!ERROR:不能将”char(*)[8]”类型的值分配到”char**”类型的实体。ERROR:”char(*)[8]”类型...
分类:
其他好文 时间:
2014-07-22 23:11:34
阅读次数:
313
记录一下配置,省的以后还到处去找;(一)
添加环境变量;//第一次使用opencv的话需要加环境变量;”
%opencv%\build\x86\vc10\bin”和”%opencv%\build\common\tbb\ia32\vc10”注:%opencv%
用D:\opencv2.4替换;我的op...
http://anthon-lx.iteye.com/blog/811460完整的错误信息如下:java.sql.SQLException:
Listener refused the connection with the following error:ORA-12505,
TNS:listene...
分类:
数据库 时间:
2014-07-22 23:09:35
阅读次数:
430
$.ajax({type:"get", url:"http://",
data:"name="+userid+"&password="+password,async:true,
error:function(request){alert("Connectionerror"); }, success:...
分类:
Web程序 时间:
2014-07-22 23:06:54
阅读次数:
373
前言 Visual Studio Online,也就是以前的Team Foundation
Service,从名字可以看出这是一个团队资源管理服务。在微软的云基础架构中运行,无需安装或配置任何服务器,使用既有的IDE(如 Visual
Studio、Eclipse 或 Xcode)都可以连接上云服务...
分类:
其他好文 时间:
2014-05-01 01:37:21
阅读次数:
364