码迷,mamicode.com
首页 >  
搜索关键字:jetty9 port    ( 23041个结果
监听报错 TNS-00525: Insufficient privilege for operation 11gR2 + 连接报错ORA-12537: TNS:connection closed
1.TNS-00525: Insufficient privilege for operationStarted with pid=30869Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ora11g)(PORT=1521)))Err...
分类:其他好文   时间:2014-07-12 13:27:00    阅读次数:187
针对IE6,IE7,IE8,IE9,FF等不同浏览器的CSS写法
首先我们介绍一下HACK原理,就是不同浏览器对字符的识别不同在CSS中常用特殊字符识别表:(1)*:IE6+IE7都能识别*,而标准浏览器FF+IE8是不能识别*的;(2)!important:除IE6不能识别!important外,FF+IE8+IE7都能识别!important;(3)_:除IE...
分类:Web程序   时间:2014-07-12 09:01:02    阅读次数:294
js location的应用
location.hash 设置或获取 href 属性中在井号“#”后面的分段。location.host 设置或获取 location 或 URL 的 hostname 和 port 号码。location.hostname 设置或获取 location 或 URL 的主机名称部分。locatio...
分类:Web程序   时间:2014-07-12 08:38:26    阅读次数:275
mysql配置主从复制 第一篇
安装好一个mysql到D盘。然后把D盘的mysql文件夹复制到另外一个盘。我这里选择E盘之后修改 根目录下的 my.ini 端口号[mysqld]port = 3307ps:一定要和另外一个区分开。安装服务mysqld install mysql启动mysql服务net start mysql删除....
分类:数据库   时间:2014-07-11 11:30:15    阅读次数:211
Elastix GOIP 网关配合
方案一 Gatewaydisallow=allallow=alaw&ulawcanreinvite=nodtmfmode=rfc2833host=192.168.1.108insecure=port,inviteusername=adasecret=123adafrom-user=adatype=p...
分类:其他好文   时间:2014-07-11 09:33:06    阅读次数:382
将cocos2dx+lua创建的游戏port到windows phone
在整个Port的过程中遇到的问题总结如下 1、一定要使用最新版本的cocos2dx,原因大家看一下changelog就知道了,最近的cocos2dx版本都是在修windows phone上的bug,所以为了避免少出问题,还是直接升级到最新版本吧 2、如果你使用的是cocos2dx + lua方式,目前的project-creator并不支持lua版本的windows phone平台,但是cpp...
分类:Windows程序   时间:2014-07-11 00:49:46    阅读次数:289
Could not open Selected VM debug port (8700)
在运行项目的时候,eclipse弹出提示框“Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running. If it's being used by something else, choose a new port number in the preferences.” 在终端输入:netstat -ano ...
分类:其他好文   时间:2014-07-10 23:03:07    阅读次数:432
使用milang出错:LookupError: unknown encoding: idna
今天同事pvuTraceback (most recent call last):  File "F:\vmid.py", line 11, in     vmiddle.connect((host, port))LookupError: unknown encoding: idna...
分类:其他好文   时间:2014-07-10 21:17:06    阅读次数:365
Socket 编程
使用TCP的服务器客户机举例 服务器 设置一个简单的TCP服务器涉及下列步骤: 调用 socket()建立套接字调用Binding 把套接字绑定到一个监听端口上。在调用 bind()之前, 程序必须声明一个 sockaddr_in 结构体,用 memset()清除, and the sin_family (AF_INET), and fill its sin_port (the...
分类:其他好文   时间:2014-07-10 20:21:58    阅读次数:278
python MySQLdb 常用操作
我采用的是MySQLdb操作的MYSQL数据库。先来一个简单的例子吧:importMySQLdb try: conn=MySQLdb.connect(host=‘localhost‘,user=‘root‘,passwd=‘root‘,db=‘test‘,port=3306) cur=conn.cursor() cur.execute(‘select*fromuser‘) cur.close() conn.close() exceptMySQLdb.Error,e..
分类:数据库   时间:2014-07-10 18:20:40    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!