码迷,mamicode.com
首页 >  
搜索关键字:error connect    ( 39220个结果
由select/epoll返回的非阻塞connect还会是EINPROGRESS状态吗?
一般情况下,我们像下面代码中所示的这样使用非阻塞connect:#include #include #include #include #include #include #include #include #include #include #define EPOLL_MAXEVENTS 64in...
分类:其他好文   时间:2014-06-04 18:04:11    阅读次数:314
安装win和xp双系统 若干问题
装了winxp和linux双系统,后先在winxp下手动格式化了linux系统,后启动时提示grub错误,重新分区后系统也2010-09-17 21:07 【清风剑】 | 分类:Linux | 浏览991次用fdisk /mbr后,再ghostxp,启动提示 disk error! 用安装盘分区装了...
分类:Windows程序   时间:2014-06-04 17:53:57    阅读次数:590
安装CAD出现Error 1904.Module的解决方法
在安装AutoCAD2008时,安装过程中出现了一个小错误,虽然说不影响使用,也不影响功能,但还是需要把这个问题解决,今天就和大家分享解决这个问题的方法。错误描述会在安装过程中出现错误提示:Error 1904.Module C:Windowssystem32MacromedFlashFlash9....
分类:其他好文   时间:2014-06-03 15:45:33    阅读次数:1240
cocos2d-x 编译问题集合之error C2440: “类型转换”: 无法从“void (__thiscall ::* )(void)”转换为“
1.提示为error C2440: “类型转换”: 无法从“void (__thiscall xx::* )(void)”转换为“cocos2d::SEL_CallFuncN” 提示前 调用语句为callfuncN_selector(GameMenu::menuEnter) menuEnter这个方...
分类:其他好文   时间:2014-06-02 16:03:24    阅读次数:194
The type sun.management.ManagementFactory is not visible
Eclipse默认将这些受访问限制的API设成了Error。解决方法:只要将Windows---Preferences---Java--Complicer---Errors/Warings里面的Deprecated and restricted API中的Forbidden references(a...
分类:其他好文   时间:2014-06-02 16:00:09    阅读次数:229
Android socket 使用PrintWriter和BufferedReader发送和接收出现乱码问题解决
项目中用到了Android和C++的通信,选择了用socket 发送字符的方式,一开始使用的代码是: socket=new Socket(); InetSocketAddress is = new InetSocketAddress(IP, port); socket.connect(is, 100); PrintWriter out=new P...
分类:移动开发   时间:2014-06-02 15:32:48    阅读次数:267
[notes] ImageNet Classification with Deep Convolutional Neual Network
Paper: ImageNet Classification with Deep Convolutional Neual Network Achievements: The model addressed by Alex etl. achieved top-1 and top-5 test error rate of 37.5% and 17.0% of classifyin...
分类:Web程序   时间:2014-06-02 15:08:24    阅读次数:369
PHP之关闭网页错误提示
关闭PHP错误脚本提示是程序上线了必须做的一件事情,就是不管程序怎么报错我们都不能让错误日志在服务器上给大家看到,下面我来总结两种关闭PHP错误脚本提示的具体方法最简单的办法就是直接在php程序代码中加入下面代码:代码如下:error_reporting(E_ALL^E_NOTICE^E_WARNI...
分类:Web程序   时间:2014-06-02 13:14:07    阅读次数:338
Parse error: syntax error, unexpected T_STRING in D:\workspaces\0428\0630\08-returntype.php on line 4
那你有权限查看修改服务器的php.ini吗?你查看一下服务器的php.ini找到:short_open_tag = Off这一行,如果short_open_tag = On,那么你就把它改成Off因为如果这个为On,就意味着运行这样的php代码:也就是说等同于所以你第一行的就被服务器认为是php代码...
分类:Web程序   时间:2014-06-02 11:41:38    阅读次数:249
powershell-无法加载文件,因为在此系统中禁止执行脚本
写了一个powershell脚本测试脚本,结果执行的时候报错 $a=Get-ContentC:\script.txt|select-string-pattern"ora" if($a-eq$null) { write-host"error" } else { write-host"OK" } PSD:\>.\pshell.ps1 无法加载文件D:\pshell.ps1,因为在此系统中禁止执行脚本。有关详..
分类:其他好文   时间:2014-06-02 03:17:04    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!