码迷,mamicode.com
首页 >  
搜索关键字:error lnk1123    ( 30050个结果
处理git pull时代码冲突问题
今天在服务器上git pull是出现以下错误:error: Your local changes to the following files would be overwritten by merge不知道什么原因造成的代码冲突,处理方法如下:如果希望保留生产服务器上所做的改动,仅仅并入新配置项:...
分类:其他好文   时间:2014-08-05 13:25:49    阅读次数:255
jquery总结
一、$表示jquery对象 二、样本 1.ajax进行json交互 $.ajax({ url : path+"expressDic.do?parentId=" + parentId, type : ‘post‘, dataType : ‘json‘, timeout : 5000, error : function() { alert(‘加载数据异常,...
分类:Web程序   时间:2014-08-05 11:41:29    阅读次数:226
删除 OpenStack Nova Volume 时遇到的 error_deleting 问题
(1)、进入数据库mysql-uroot–p(2)、查看数据库信息mysql>showdatabases;(3)、进入cinder数据库mysql>usecinder;(4)、查看cinder数据库表信息(5)查看error_deleting状态volumesmysql>selectstatus,idfromvolumeswherestatus=‘error_deleting‘;(6)变更err..
分类:其他好文   时间:2014-08-05 11:36:20    阅读次数:702
安装opesntack mysql报错 解决方案
安装opesntackmysql报错ERROR:ErrorappearedduringPuppetrun:192.168.1.103_mysql.ppError:mysqladmin-urootpassword‘f40e1dec1deb43d3‘returned1insteadofoneof[0]#rpm-qa|grep-imysqlmysql-server-5.1.71-1.el6.x86_64perl-DBD-MySQL-4.013-3.el6.x86_64mysql-5.1.71-1.el6.x..
分类:数据库   时间:2014-08-05 03:08:29    阅读次数:244
ORA-06502: PL/SQL: numeric or value error: character to number conversion error 错误的解决方法
故障描述:中间层调用存储过程报错,到PL/SQL中对存储过程进行调试报以下错误ORA-06502: PL/SQL: numeric or value error: character to number conversion errorORA-06512: at "PROCESS_DRUG_SAME...
分类:数据库   时间:2014-08-04 20:36:38    阅读次数:2547
LNMP安装报错解决方案
configure:error:noacceptableccfoundin$PATH解决方案:yuminstall-ygccconfigure:error:xml2-confignotfound.Pleasecheckyourlibxml2installation.解决方案:yuminstall-ylibxml2-develconfigure:error:CannotfindOpenSSL‘s<evp.h>解决方案:yuminstall-yopenssl-develc..
分类:其他好文   时间:2014-08-04 18:15:48    阅读次数:213
【MySQL案例】ERROR 1418
By default, for a CREATE FUNCTION statement to be accepted, at least one of DETERMINISTIC, NOSQL, or READS SQL DATA must be specified explicitly. Otherwise an error occurs: ERROR1418 (HY000): This function has none of DETERMINISTIC, NO SQL,or READSSQL DATA...
分类:数据库   时间:2014-08-04 17:46:57    阅读次数:296
可执行程序无法在Linux上运行,显示line 1: syntax error: word unexpected (expecting ") .
【问题】用arm-linux-gcc编译出来的可执行文件clkCtl,下载到板子上,在Linux下不能运行:./clkCtl: line 1: syntax error: word unexpected (expecting ")")【解决过程】1.网上有人也遇到此问题:Syntax error: ...
分类:系统相关   时间:2014-08-04 17:25:37    阅读次数:456
ERROR 1 (HY000): Can't create/write to file '/tmp/#sql_4188_1.MYI' (Errcode: 28)
mysqlErrcode28磁盘还可以但是inode表没有了ddif=/dev/zeroof=tmpforindecount=1024bs=1024KB mke2fs-N5000000-b1024-I128tmpforinde#格式化成ext2分区(因为ext3有日志系统,会消耗空间),制定inode大小为 mount-olooptmpforinde/var/tmp root@eccubuntu:/var#df-h Filesys..
分类:数据库   时间:2014-08-04 14:43:09    阅读次数:313
Hadoop学习笔记一
第一个hands-on入门程序:参考http://blog.csdn.net/sim_szm/article/details/12578055搭建环境并跑WordCount程序,区别是我安装的是最新的hadoop版本0.23.11,JDK我使用的是SunJDK,Linux使用的是国产的Kylin。问题一:Error:JAVA_HOMEisnotsetandcouldnotbefound.解决方案:/..
分类:其他好文   时间:2014-08-04 14:39:48    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!