码迷,mamicode.com
首页 >  
搜索关键字:client browser    ( 17878个结果
[Android阅读代码]android-async-http源码学习一
android-async-http下载地址一个比较常用的Http请求库,基于org.apache.http对http操作进行封装。特点:1.每一个HTTP请求发生在UI线程之外,Client通过回调处理HTTP请求的结果,使得Client代码逻辑清晰2.每一个请求使用线程池管理执行3.支持gzip...
分类:移动开发   时间:2014-05-14 03:38:18    阅读次数:319
.net平台下socket异步通讯
1,首先添加两个windows窗体项目,一个作为服务端server,一个作为客户端Client 2,然后添加服务端代码,添加命名空间,界面上添加TextBox控件 using System.Net; using System.Net.Sockets; 3,FormLoad方法添加代码 ...
分类:Web程序   时间:2014-05-13 17:11:09    阅读次数:388
老男孩培训视频听课笔记八(在51cto上听的)--5.8 64bit 基础优化
windowsuser:administratorguestport3389Linuxuser:root普通用户很多Port:22更改ssh登录配置:位置:/etc/ssh/ssh_config—client配置/etc/ssh/sshd_config--服务器端的配置修改:第一步,备份服务器端的配置 第二步,编辑--说明#--注释说明图: /etc/init.d–yum/..
分类:其他好文   时间:2014-05-13 12:55:53    阅读次数:371
400 Bad Request The request sent by the client was syntactically incorrect ().
项目中一直出现400错误,后面搜索下,发现如下内容。SpringMVC报错信息为The request sent by the client was syntactically incorrect ()在数据绑定的时候一定要主意Controller方法中的参数名和jsp页面里的参数名字是否一致或者按...
分类:其他好文   时间:2014-05-12 19:34:51    阅读次数:221
mysql 得到重复的记录
select devicetoken from client_user group by devicetoken having count(devicetoken)>1
分类:数据库   时间:2014-05-12 02:16:42    阅读次数:273
Java Socket文件上传
客户端:import java.io.FileInputStream;import java.net.Socket;/** * Created by 290248126 on 14-5-11. */public class Client { public static void main(St...
分类:编程语言   时间:2014-05-11 23:31:37    阅读次数:408
emacs使用本地emacs server模式打开远程文件
使用emacs的用户都知道,一般要打开远程机器上的文件要使用TrampMode模式,调用方式如下: C-x C-f /remotehost:filename RET (or /method:user@remotehost:filename) 但,这样打开有点麻烦,你必要输入用户名和机器ip等  emacs提供了一种client/server的模式,当我们在本地打开一个emacs,可以将它作...
分类:其他好文   时间:2014-05-11 21:55:05    阅读次数:366
命名管道进程通信
命名管道进程通信 效果:server读取client发送的字符串。...
分类:其他好文   时间:2014-05-11 03:56:40    阅读次数:293
Samza在YARN上的启动过程 =》 之二 submitApplication
首先,来看怎么构造一个org.apache.hadoop.yarn.client.api.YarnClientclass ClientHelper(conf: Configuration) extends Logging { val yarnClient = YarnClient.createYa....
分类:移动开发   时间:2014-05-10 22:39:32    阅读次数:656
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!