码迷,mamicode.com
首页 >  
搜索关键字:agent configuration    ( 10494个结果
在电脑上浏览手机网页
1.下载google浏览器2.运行 ->chrome.exe --user-agent="Mozilla/5.0 (Linux; U; Android 2.2; en-us; Nexus One Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) V...
分类:移动开发   时间:2014-06-29 13:54:03    阅读次数:358
Xmpp学习之Asmack取经-asmack入门(一)
1、XMPPConnection:它主要是用来创建一个跟XMPP服务端的Socket连接。它是与Jabber服务端的默认连接并且已经在RFC 3920中精确定义过了。示例如下: XMPPConnection connection=new XMPPConnection(configuration...
分类:其他好文   时间:2014-06-07 02:11:01    阅读次数:164
在PC上测试移动端网站和模拟手机浏览器的5大方法
查了很多资料,尝试了大部分方法,下面将这一天的努力总结下分享给大家,也让大家免去看那么多文章,以下介绍的方法,都是本人亲自测试成功的方法,测试环境winxp。一、Chrome*浏览器chrome模拟手机总共有四种方法,原理都一样,通过伪装User-Agent,将浏览器模拟成Android设备。以下标...
分类:移动开发   时间:2014-06-04 21:57:38    阅读次数:248
ConfigurationManager
ConfigurationManager读取和写入 提供对客户端应用程序配置文件的访问 通过引入System.Configuration.dll可以用ConfigurationManager类来读取项目中保存在App.config中的配置信息,如: ...
分类:其他好文   时间:2014-06-04 19:03:39    阅读次数:302
[转载] scribe配置
目录(?)[-]Scribe can be configured withGlobal Configuration VariablesStore ConfigurationStore Configuration VariablesFile Store ConfigurationNetwork Sto...
分类:其他好文   时间:2014-05-30 08:27:50    阅读次数:381
win8发布 wcf问题
WCF services don’t run on IIS 8 with the default configuration, because the webserver doesn’t know, how to handle incoming requests targeting .svc fil...
分类:Windows程序   时间:2014-05-30 06:12:19    阅读次数:314
通过端口 8080 连接到主机 localhost 的 TCP/IP 连接失败。错误:“驱动程序收到意外的登录前响应。请验证连接属性,并检查 SQL Server 的实例正在主机上运行,且在此端口接受
1. 点击 开始 --> 所有程序 --> Microsoft SQL Server2005 --> 配置工具-->SQL Server configuration Manager- 选择左边 SQL Server 2005 网络配置 -->双击 MSSQLSERVER 协议--> 选中 TCP/....
分类:数据库   时间:2014-05-29 23:11:42    阅读次数:1671
MVC.Net:读取Web.config/App.config配置
需要读取Web.config/App.config的配置很简单,首先我们需要将配置写入到中,例如: 读取配置语句(需要引入System.Configuration):ConfigurationManager.AppSettings["thumbSize_weight"]Done!
分类:移动开发   时间:2014-05-29 15:15:54    阅读次数:536
[Android] An internal error occurred during: "Launching New_configuration". Path for project must have only one segment.
出错:An internal error occurred during: "Launching New_configuration".Path for project must have only one segment.【解决过程】1.很明显,此处没有设置对应的AVD,即用于运行程序的andro...
分类:移动开发   时间:2014-05-28 23:45:20    阅读次数:707
那些琐碎的知识-----登录验证码
1、新建文件CheckCode.aspx 前台不用写,后台代码为: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.We....
分类:其他好文   时间:2014-05-26 18:04:47    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!