码迷,mamicode.com
首页 >  
搜索关键字:unsupported media ty    ( 5268个结果
TableInfo<T> or TypeInfo
class TableInfo where T : new() { public TableInfo() { Type type = typeof(T); TableAttribute tableattr = ty...
分类:其他好文   时间:2014-05-19 09:29:01    阅读次数:210
调用Restful Service 出现415 Unsupported Media Type的问题(Rest Request Header中的Content-Type问题)
用Chrome的插件Simple REST Client 调用POST的REST服务时,老是报415错误,如图。一开始就以为是服务端的问题,各种google,百度,折腾了一下午未果。 晚上继续看,一不小心看到返回的Response的Headers中Content-Type的值与冒号之间有一个空格,于...
分类:其他好文   时间:2014-05-17 17:47:55    阅读次数:445
SQLServer 列出每个表的列和属性
USE DBProjectSYGOSELECT OBJECT_SCHEMA_NAME(T.[object_id], DB_ID()) AS [架构名] , T.[name] AS [表名] , AC.[name] AS [列名] , TY.[name] A...
分类:数据库   时间:2014-05-16 06:11:58    阅读次数:339
Ubuntu 10.04下架设流媒体服务器
Ubuntu 10.04下架设流媒体服务器目前主流的流媒体服务器有微软的windows media server、RealNetworks的Helix server和苹果公司的Darwin Streaming Server. 微软的windows media server只能在windows 200...
分类:其他好文   时间:2014-05-16 00:08:39    阅读次数:545
wordpress安装(ubuntu+nginx+php+mariadb)
一、环境ubuntu12.04.4nginx 1.6.0mariadb 10.0更新系统补丁sudo apt-get updatesudo apt-get dist-upgrade -y挂载swap分区dd if=/dev/zeroof=/media/fasthdd/swapfile.img bs=...
分类:数据库   时间:2014-05-15 17:23:21    阅读次数:1622
Shark0.9.0安装
Shark0.9.0错误如下: Starting the Shark Command Line Client Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/hadoop/hive/cli/CliDriver : Unsupported major.minor version 51.0...
分类:其他好文   时间:2014-05-15 05:42:17    阅读次数:375
Linux下不能进入windows的NTFS分区之挂载错误问题(error mounting)
装了Windows 8.1与Ubuntu双系统后,在Ubuntu系统下想进入Windows的某个NTFS分区,点击时却出现下面错误:Error mounting /dev/sda2 at /media/love/Mis Archiivos...
分类:Windows程序   时间:2014-05-15 05:29:20    阅读次数:1433
遵照std::allocator实现自定制的内存分配器
下面是标准库STL中allocator的实现 template class allocator : public _Allocator_base { // generic allocator for objects of class _Ty public: typedef allocator other; typedef _Allocator_base _Mybase; t...
分类:其他好文   时间:2014-05-15 05:05:57    阅读次数:385
eclipse 搭建salesforce开发环境
Launch Eclipse and click Help > Install New Software.... Click Add.... In the Add Repository dialog, set the Name to "Force.com IDE" and the Location to "http://media.developerforce.com/...
分类:系统相关   时间:2014-05-15 02:51:11    阅读次数:480
android点滴之标准SD卡状态变化事件广播接收者的注册
目前最完整的,需要注册的动作匹配如下: IntentFilter intentFilter = new IntentFilter(Intent.ACTION_MEDIA_MOUNTED); intentFilter.addAction(Intent.ACTION_MEDIA_UNMOUNTED); intentFilter.addAction(Intent.ACT...
分类:移动开发   时间:2014-05-14 14:45:27    阅读次数:361
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!