1、Android团队提供的示例项目
如果不是从学习Android SDK中提供的那些样例代码开始,可能没有更好的方法来掌握在Android这个框架上开发。由Android的核心开发团队提供了15个优秀的示例项目,包含了游戏、图像处理、时间显示、开始菜单快捷方式等。
地址:http://www.apkbus.com/android-13506-1-1.html
2、Remote...
分类:
移动开发 时间:
2014-08-10 15:53:40
阅读次数:
420
matlab读取图像并转化为灰度图像image = imread('C:\Users\Administrator\Desktop\图像降噪\src\original image\100.png');image = rgb2gray(image);image = imread('C:\Users\Ad...
分类:
其他好文 时间:
2014-08-09 21:13:59
阅读次数:
251
用户态对accept的标准使用方法:if ((client_fd = accept(sockfd, (struct sockaddr *)&remote_addr, &sin_size)) == -1) { //accept()函数让server接收客户的连接请求 perror("acce...
分类:
其他好文 时间:
2014-08-09 18:40:18
阅读次数:
323
.NET 有如下使用了自定义扩展HEADER来做验证 server.asmx代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services;usi...
分类:
其他好文 时间:
2014-08-09 18:19:58
阅读次数:
928
springmvc 结合jQuery validate插件的remote方法 通过ajax检测用户注册时用户是否已存在...
分类:
Web程序 时间:
2014-08-09 16:03:38
阅读次数:
206
1.ubuntu系统镜像,下载地址:http://www.ubuntu.com/download/desktop 选64位吧,兼容性好些。2.首先还是分区,在计算机上右键--管理--磁盘管理装Ubuntu分配的硬盘大小最好是(20G以上)不要太小,我用70GB来装Ubuntu。单击最后一个硬盘,我的...
假设有一个基于.Net的Web Service,其名称为SaveProductPOST /ProductService.asmx HTTP/1.1Host: localhostContent-Type: text/xml; charset=utf-8Content-Length: lengthSOA...
分类:
Web程序 时间:
2014-08-09 06:59:37
阅读次数:
312
I am having problems with a bit of code that accesses a restful web service. Running this code, it errors out at var httpResponse = (HttpWebResponse)h...
分类:
Web程序 时间:
2014-08-08 20:56:16
阅读次数:
1149
转载:【ubuntu】【xampp】开发环境配置XAMPP 并不适用于生产环境,而仅供开发环境使用。XAMPP 被设置为尽量开放,并提供开发者任何他/她想要的功能。这对于开发环境来说是很棒的,但对于生产环境来说却可能是致命的。这儿有一份 XAMPP 缺乏安全防护的列表:MySQL 管理员(root)...
分类:
其他好文 时间:
2014-08-08 20:47:46
阅读次数:
314
一般来说这些日志的分析价值不高,而且还占用硬盘空间,一般都会关掉。nginx配置:location~.*\.(gif|jpg|jpeg|png|bmp|swf|ico)${access_logoff;proxy_passhttp://cdel_jxjy;proxy_redirectoff;proxy_set_headerHost$host;proxy_set_headerX-Real-IP$remote_addr;proxy_set_he..
分类:
Web程序 时间:
2014-08-08 18:24:56
阅读次数:
286