码迷,mamicode.com
首页 >  
搜索关键字:plain    ( 4481个结果
spring mvc 返回json
服务器端返回的是文本,客户端得到文本后将文本转换成json就可以了,服务器端将对象转换成json 的文本形式,并且需要设定文本的类型为text/plain,charset=UTF-8所以在 application-context 中添加StringConverter及jsonConvert的bean...
分类:编程语言   时间:2015-01-03 19:47:45    阅读次数:247
[AngularJS] Javascript scope and AngularJS $scope
Scope resolution of our Angular documents works exactly the same way scope resolution works in plain, old Javascript. The only difference here is that...
分类:编程语言   时间:2015-01-03 07:02:25    阅读次数:409
CentOS查看和修改MySQL字符集
通过以下命令查看了MySQL的字符集连接上mysql服务,输入以下命令mysql>showvariableslike‘character_set%‘;显示如下:[plain]viewplaincopy+--------------------------+----------------------------+|Variable_name|Value|+--------------------------+------------------..
分类:数据库   时间:2014-12-30 17:21:22    阅读次数:159
create the web service by yourshelf
start cmdnode demo.jsvar http = require('http');http.createServer(function (request, response) { response.writeHead(200, {'Content-Type': 'text/plain....
分类:Web程序   时间:2014-12-28 23:36:48    阅读次数:192
树莓派开启VNC远程桌面
分类:Raspberry PiLinux2013-03-12 10:184288人阅读评论(1)收藏举报目录(?)[+]1、安装VNC[plain]view plaincopysudoapt-getinstalltightvncserver2、增加一个桌面[plain]view plaincopyt...
分类:其他好文   时间:2014-12-27 06:40:15    阅读次数:190
[转]CentOS开机启动脚本
转载自http://www.2cto.com/os/201306/220559.html我的一个Centos开机自启动脚本的制作一、切换到/etc/init.d/二、制作sh脚本 vi andy.sh[plain]#!/bin/sh #add for chkconfig #chkconfig: 23...
分类:其他好文   时间:2014-12-26 20:16:29    阅读次数:209
[下载]Oracle LOB字段编辑工具
OraLobEditor 是Oracle LOB (CLOB, BLOB) 字段编辑工具。查看、编辑LOB (CLOB, BLOB)字段(plain text, RTF, image, hex, html, xml)。支持图片格式(JPEG, GIF, BMP, PNG, TIFF)。在十六进制方式...
分类:数据库   时间:2014-12-25 23:38:41    阅读次数:246
ueditor图片上传
net文件夹》imageUp.ashxpublic void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; //上传配置 int size = 2; //文件大小限制,单位MB /...
分类:Web程序   时间:2014-12-24 17:39:54    阅读次数:168
安卓开发 调用app发送邮件代码
Intent email = new Intent(android.content.Intent.ACTION_SEND);email.setType("plain/text");String[] emailReciver = new String[] { "earshore@gmail.com" ...
分类:移动开发   时间:2014-12-23 21:06:55    阅读次数:215
【测试】android Monkey
下面介绍一种Monkey测试方法:单一模块Monkey测试 以下这条Monkey指令为例: [plain] view plaincopy monkey -s 12 --throttle 450 -p com.android.cameraswitch --kill-process-after-error --ignore-timeouts -...
分类:移动开发   时间:2014-12-23 17:26:15    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!