Android Client and Jsp Server
1. Interestfriend
Server
https://github.com/eltld/Interestfriend_server
https://github.com/774663576/Interestfriend_server
https://github.com/eltld/quyou_web
Client
https://github.com/774663576/Interestfriend
https://github.com/eltld/Interestfriend
2. biyanzhi
Server
https://github.com/eltld/biyanzhi_server
https://github.com/774663576/biyanzhi_server
Client
https://github.com/eltld/biyanzhi
https://github.com/774663576/biyanzhi
3. cartoon
Server
https://github.com/eltld/cartoon_server
https://github.com/774663576/cartoon_server
Client
https://github.com/eltld/cartoon
https://github.com/774663576/cartoon
4. kaoyanqun
Server
https://github.com/eltld/kaoyanqun_server
https://github.com/774663576/kaoyanqun_server
Client
https://github.com/eltld/kaoyanqun
https://github.com/774663576/kaoyanqun
5. meitu
Server
https://github.com/eltld/meitu_server
https://github.com/774663576/meitu_server
Client
https://github.com/eltld/meitu
https://github.com/774663576/meitu
6. TVRemoteControl
https://github.com/eltld/TVRemoteControlServer
https://github.com/774663576/TVRemoteControlServer
Client
https://github.com/eltld/TVRemoteControl
https://github.com/774663576/TVRemoteControl
7. tanxin
https://github.com/eltld/tanxin
https://github.com/774663576/tanxin
https://github.com/eltld/changlianxi
https://github.com/774663576/changlianxi
8. Findme
Server
https://github.com/eltld/FindMe_Server
Client
https://github.com/eltld/FindMe_Android
https://github.com/hongdong/FindMe_Android
https://github.com/eltld/FindMe
9. taupst
Server
https://github.com/eltld/taupst_serverClient
https://github.com/eltld/taupst_client4android
https://github.com/eltld/taupst_client4ios
https://github.com/eltld/taupstios
10 english
Server:
https://github.com/eltld/english_server
11
https://github.com/jewelzqiu/sjtubbs
Android Client and Jsp Server的更多相关文章
- Android Client and PHP Server
1 FEApplication https://github.com/eltld/FEApplication https://github.com/eltld/FE-web https://githu ...
- android binder 机制二(client和普通server)
在讲它们之间的通信之前,我们先以MediaServer为例看看普通Server进程都在干些什么. int main() { -- // 获得ProcessState实例 sp<ProcessSt ...
- Apache2.4:AH01630 client denied by server configuration
问题说明:Apache服务总共有4个,是为了防止单点故障和负载均衡,负载均衡控制由局方的F5提供. 访问的内容在NAS存储上,现象是直接访问每个apache的服务内容都是没有问题,但是从负载地址过来的 ...
- Java虚拟机6:内存溢出和内存泄露、并行和并发、Minor GC和Full GC、Client模式和Server模式的区别
前言 之前的文章尤其是讲解GC的时候提到了很多的概念,比如内存溢出和内存泄露.并行与并发.Client模式和Server模式.Minor GC和Full GC,本文详细讲解下这些概念的区别. 内存溢出 ...
- 十五天精通WCF——第三天 client如何知道server提供的功能清单
通常我们去大保健的时候,都会找姑娘问一下这里能提供什么服务,什么价格,这时候可能姑娘会跟你口述一些服务或者提供一份服务清单,这样的话大 家就可以做到童嫂无欺,这样一份活生生的例子,在wcf中同样是一 ...
- Couldn't open file on client side, trying server side 错误解决
09-09 09:43:21.651: D/MediaPlayer(3340): Couldn't open file on client side, trying server side09-09 ...
- 403 Forbidden client denied by server configuration[apache2, linux]
在LAMP的配置过程中, 由于APACHE的版本问题, 即使是APACHE2和APACHE2.2也有很大的不同. 一般都有同一个环境配置多个虚拟网站的情况, 如果你在配置过程中遇到APACHE的不同版 ...
- ORA-12737: Instant Client Light: unsupported server character set CHS16GBK/ZHS16GBK解决方案
二.Navicat for Oracle的配置 1.启动该工具,出现如下的开始界面,单击“连接”选项,进行连接数据库,如图所示: 6.在“新建连接”对话框中,输入任意的连接名,选择默认的连接类型,输入 ...
- navicat连接oracle报错ORA-12737: Instant Client Light: unsupported server character set CHS16GBK”
原文如下http://blog.163.com/cp7618@yeah/blog/static/7023477720142154449893/?COLLCC=1318255100& 这个工具可 ...
随机推荐
- 我的window平台下的软件
SocksCap64-Portable-3.0(配合google drive 使用) ShadowsocksR-win-3.7.4 dropbox xx-net chrome switchyomega ...
- mybatis源码学习: 编译的方法
mybatis3用了一段时间,抽出时间来研究一下.具体用法参考官方文档就行,源码在这里.mybatis相对而言,规模较小,可以从中学习如何编写高质量的java项目. mybatis3使用maven管理 ...
- 求职基础复习之冒泡排序c++版
代码中在第一层循环中增加一个bool值,是为了防止在排序完成后还继续无谓的比较,最多会有(n-1)*(n-2)/2次循环. #include<iostream> using namespa ...
- Numpy矩阵取列向量
>>> A=matrix("1 2;3 4") >>> A matrix([[1, 2], [3, 4]]) >>> A[:, ...
- T-SQL游标
游标是面向行的,它会使开发人员变懒,懒得去想用面向集合的查询方式实现某些功能. 在性能上,游标会迟更多的内存,减少可用的并发,占用带宽,锁定资源,当然还有更多的代码量. 用一个比喻来说明为什么游标会占 ...
- Hadoop MapReduce概念学习系列之mr程序组件全貌(二十)
其实啊,spilt是,控制Apache Hadoop Mapreduce的map并发任务数,详细见http://www.cnblogs.com/zlslch/p/5713652.html map,是m ...
- 动软代码生成与 EntityFramework 实体生成模板
有用到EntityFrameWork的同学们,可以用用. 实体工程中添加EF6的dll 还有 ValidBox4Mvc.ValidRules.dll应用到项目中,此dll下载地址:http://www ...
- SD卡中的命令CMD
SD卡中的命令是SD控制器和SD卡之间的桥梁,它封装了SD卡的实现细节,不影响SD卡中FLASH的读写变更. 命令的长度是48位,它的字段如图: SD校准定义的CMD如下:
- yum添加网易和搜狐源
先进入yum源配置目录 cd /etc/yum.repos.d 备份系统自带的yum源 mv CentOS-Base.repo CentOS-Base.repo.save 163的yum源: wget ...
- KVM 虚拟机命令行安装配置
KVM作为linux内核的一部分,有着无法比拟的优势,相信KVM的大范围企业应用指日可待. 一.KVM宿主服务器环境配置 1. 查看CPU是否支持VT技术 cat /proc/cpuinfo | eg ...