码迷,mamicode.com
首页 >  
搜索关键字:smtp error    ( 32619个结果
[MacOSX]
When i run svn up in the folder, i got these error:svn: Error converting entry in directory 'XXXXX' to UTF-8svn: Can't convert string from native enco...
分类:其他好文   时间:2014-07-19 21:20:46    阅读次数:247
Mysql报错 Cannot load from mysql.proc
Auth: JinDate: 20140716mysql --default-character-set utf8 -h127.0.0.1 -uroot -p SHOW PROCEDURE status; ERROR 1548 (HY000): Cannot load from mysql.pro....
分类:数据库   时间:2014-07-19 21:08:37    阅读次数:327
MySql 事务处理
$mysqli=@new mysqli('localhost','root','','sqldb'); if(mysqli_connect_errno()){ echo "链接错误".$mysqli->error.":".$mysqli->errno; } /...
分类:数据库   时间:2014-07-19 00:02:17    阅读次数:252
测试下下
刚才在VS2013里面配置了一下GDAL,然后就测试了配置成功与否。熟料,竟然发现在微软的Visual Studio 2013版本中,调用MessageBox()这个函数的时候报错了。 错误信息如下 error MSB8031: Building an MFC project for a n...
分类:其他好文   时间:2014-07-18 23:19:35    阅读次数:255
android模拟器 报错:X Error of failed request: BadRequest (invalid request code or no such operation)
python2.7 python3.2差别还是蛮大的,就想着学习较新的 升级后 结果出现 输入法不显示 update-manager 和 add-apt-repository不能用,android的模拟器也打不开。前面三几个问题直接把python ls到原来的2.7版本就可以直接解决,但是最后的一个问题android模拟器无法打开 折腾了好久才解决,写此以记录 问题如下:fglrxinfo X Error of failed request: BadRequest (invalid r...
分类:移动开发   时间:2014-07-18 23:09:55    阅读次数:372
Openfire:XMPP的几种消息类型
XMPP 有以下几种消息类型:l Normall Chatl Groupchatl Headlinel Error根据官方文档(http://www.igniterealtime.org/builds/openfire/docs/3.3.2/documentation/javadoc/org/xmp...
分类:其他好文   时间:2014-07-18 21:12:52    阅读次数:168
error: png.h not found.
执行php安装 --enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --...
分类:其他好文   时间:2014-07-17 10:46:12    阅读次数:150
error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/
执行php-5.3.10 --enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-s...
分类:其他好文   时间:2014-07-17 10:33:56    阅读次数:381
centos5.10 sendmail+openwebmail
1.安装sendmail和sendmail-cfdovecotyuminstallsendmail-cfsendmaildovecot-y2.配置sendmail[root@mail~]#cd/etc/mail[root@mailmail]#vimsendmail.mc修改Addr=127.0.0.0改为如下的0.0.0.0DAEMON_OPTIONS(`Port=smtp,Addr=0.0.0.0,Name=MTA‘)修改LOCAL_DOMAIN(`localhost.domai..
分类:Web程序   时间:2014-07-17 08:55:09    阅读次数:572
win7下安装matlab后打开出错“error starting desktop”的解决办法
在matlab快捷图标上右键,选择“还原以前的版本”--“兼容性”选项卡,在“以兼容模式运行这个程序”前面打勾,并选择“windows vista”,在下面的“特权等级”中,勾选“以管理员身份运行此程序”。OK,到这里就解决了。[注意]是用“windows vista”系列的兼容模式,不要用XP兼容...
分类:Windows程序   时间:2014-07-17 00:29:37    阅读次数:438
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!