码迷,mamicode.com
首页 >  
搜索关键字:cannot connect to th    ( 19082个结果
Qt信号槽中槽函数为虚函数的一些感想
有时候,在写connect的时候会去犹豫一个问题----我的槽函数到底需不需要为虚函数。这个问题在我每次写connect的时候我都会反问自己,因为确实,如果你不去深究里面的moc,你发现不了太多问题。 比如有这么一个demo.#include #include #include class Tes....
分类:其他好文   时间:2014-07-16 21:51:52    阅读次数:206
does not support ASP.NET compatibility 错误
The service cannot be activated because it does not support ASP.NET compatibility. ASP.NET compatibility is enabled for this application. Turn off ASP...
分类:Web程序   时间:2014-07-16 21:16:57    阅读次数:189
MySQL中的配置参数interactive_timeout和wait_timeout(可能导致过多sleep进程的两个参数)
1)interactive_timeout:参数含义:服务器关闭交互式连接前等待活动的秒数。交互式客户端定义为在mysql_real_connect()中使用CLIENT_INTERACTIVE选项的客户端。参数默认值:28800秒(8小时)(2)wait_timeout:参数含义:服务器关闭非交互...
分类:数据库   时间:2014-07-16 20:51:40    阅读次数:247
CTCI 3.5
Implement a MyQueue class which implements a queue using two stacks./*Use two stacks, when enqueue, first pop all the elements in stack2 on stack1, th...
分类:其他好文   时间:2014-07-16 20:39:50    阅读次数:234
SQLHelper For C#.Net
public class SqliteHelper { //获取连接字符串 private static readonly string str = ConfigurationManager.ConnectionStrings["conStr"].Connect...
分类:数据库   时间:2014-07-16 20:23:59    阅读次数:192
ubuntu 安装pyqt4 eric
tar xvf eric4-4.5.7.tar.gztar xvf eric4-i18n-zh_CN.GB2312-4.5.7.tar.gzcd eric4-4.5.7/python install.pyError: cannot import name Qsci==================...
分类:其他好文   时间:2014-07-16 20:23:11    阅读次数:200
新部署的linux web服务器error Host ‘*.*.*.*’ is not allowed to connect to this MySQL server
最近上头交给我个任务,把WINDOWS平台下开发的网站,部署在LINUX环境上。把mysql安装好了,所有表单都导入没问题,然后代码都放在tomcat下的webapps文件夹下了,主页面可以正常显示,但有两个问题:用户登录或注册的时候总是提示:Connecting to 192.168.2.10.....
分类:数据库   时间:2014-07-16 20:20:17    阅读次数:237
[ISSUE]cannot run on the selected destination
mac 10.7 xcode 4.6.3编译cocos2d-x 3.x 的HelloCpp 的时候,出现如上问题原来越遇到过,一直不知道是什么情况引起的,把它作为xcode的莫名其妙的bug一些解决方法,一切以试为主:1. 修改bundle name, 或者修改product name, 或者修改i...
分类:其他好文   时间:2014-07-16 20:12:25    阅读次数:165
python sqlite1
#-*- coding:UTF-8 -*-# 导入SQLite驱动:import sqlite3# 连接到SQLite数据库# 数据库文件是test.db# 如果文件不存在,会自动在当前目录创建:conn = sqlite3.connect('test.db')# 创建一个Cursor:cursor...
分类:数据库   时间:2014-07-16 19:59:59    阅读次数:220
网页title标题的闪动效果
通过网页title来提示用户有新消息这个功能很常见,比如现在的微博,还有一些邮箱,这个功能都很常见。1 显示信息数:2 3 开始闪动4 停止闪动 1 var flashTitlePlayer = { 2 start: function (msg) { 3 th...
分类:Web程序   时间:2014-07-12 08:42:55    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!