码迷,mamicode.com
首页 >  
搜索关键字:error lnk1123    ( 30050个结果
cwan Nginx 配置
194#user nobody;worker_processes 8;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/nginx.pid;event...
分类:其他好文   时间:2014-07-03 09:31:43    阅读次数:457
一些初级Java错误,不定期增加
1. Error: Dangling meta character '*' near index 0对字符串使用split()方法截取 * ? + / | 等字符的时候会报以下异常 Dangling meta character '?' near index 0 ?+、*、|、\等符号在正则表达示中...
分类:编程语言   时间:2014-07-03 07:13:36    阅读次数:222
PHP如何关闭notice级别的错误提示
1、在php.ini文件中改动error_reporting改为:error_reporting=E_ALL & ~E_NOTICE2、如果你不能操作php.ini文件,你可以使用如下方法在你想禁止notice错误提示的页面中加入如下代码:/* Report all errors except E_...
分类:Web程序   时间:2014-07-01 19:20:22    阅读次数:225
开机就提示“请安装TCP/IP协议,error=10106”的解决的方法
一、问题描写叙述: 今天开机时提示“请安装TCP/IP协议,error=10106”,现象是popo,qq等登录不了,IE浏览器等连不了网,使用ping命令ping其它机器和路由器都能够收到返回的数据包,可是远程桌面连接不能正常使用。二、解决方法: 上网搜索,得到答案,须要又一次安装TCP/IP协议...
分类:其他好文   时间:2014-07-01 17:32:26    阅读次数:248
关于error:Cannot assign to 'self' outside of a method in the init family
有时候我们重写父类的init方法时不注意将init后面的第一个字母写成了小写,在这个方法里面又调用父类的初始化方法(self = [super init];)时会报错,错误信息如下:error:Cannot assign to 'self' outside of a method in the in...
分类:其他好文   时间:2014-07-01 17:00:40    阅读次数:321
usr/bin/mysqladmin: refresh failed; error: 'Unknown error'
debian wheezy 升级后, 因为授权错误, 导致密码给修改, 在debian的mysql safe下也无法进入.   我在/etc/mysql/my.cnf 里面已经修改了bind-address 为局域网ip 进而执行了 GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456' WITH GRANT OPTI...
分类:数据库   时间:2014-07-01 16:03:03    阅读次数:207
编译tuxedo服务遇到的问题
编译服务程序报的各种错: 1.  环境变量配置好后运行tmboot –y启动管理进程和服务进程 2.  报类似这样的错:buildserv:error while loading shared libraries:libtux.so:can't openshared object file。解决如下: exportLD_LIBRARY_PATH=$ LD_LIBRARY_PATH:/home...
分类:其他好文   时间:2014-07-01 15:54:32    阅读次数:1571
python try小例子
#!/usr/bin/pythonimporttelnetlibimportsockettry:tn=telnetlib.Telnet(‘10.67.21.29‘,60000)exceptsocket.error,e:printeexit(1)tn.set_debuglevel(1)tn.write(‘quit‘+‘\n‘)print‘ok‘socket.error为错误类型e为对象
分类:编程语言   时间:2014-07-01 15:33:07    阅读次数:215
ios8 swift开发:let var 区别讨论
localhost:~ hejiasheng$ xcrun swift Welcome to Swift! Type :help for assistance. 1> var a:Int a: Int = 0 2> let b:Int :2:5: error: 'let' declarations require an initializer expression let b:Int ...
分类:移动开发   时间:2014-07-01 14:23:25    阅读次数:443
org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase问题
由于装了两个不同版本的CDT,然后打算卸掉一个,分不开版本,就直接在plugin和feature中将所有org.eclipse.cdt开头的包删掉了。重启Eclipse安装时出现org.eclipse.equinox.internal.p2.engine.phases.CheckTrustphase错误。出现错误的原因是Eclipse的更新管理P2出错了。p2有它..
分类:系统相关   时间:2014-07-01 10:01:50    阅读次数:1369
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!