码迷,mamicode.com
首页 >  
搜索关键字:post change    ( 39369个结果
C#/.NET Little Wonders: Use Cast() and OfType() to Change Sequence Type(zz)
Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easie...
分类:Web程序   时间:2014-07-16 23:25:24    阅读次数:601
The JRE could not be found. Edit the server and change the JRE location.
Tomcat报错: The JRE could not be found. Edit the server and change the JRE location.EClipse -> windows -> prefreances -> server -> installed runtimes ->...
分类:其他好文   时间:2014-07-16 23:25:15    阅读次数:263
ios网络学习------3 用非代理方法实现异步post请求
#pragma mark - 这是私有方法,尽量不要再方法中直接使用属性,因为一般来说属性都是和界面关联的,我们可以通过参数的方式来使用属性 #pragma mark post登录方法 -(void)loginWithPostWithName:(NSString *)userName pwd:(NSString *)pwd { //1确定地址NSURL NSString *url...
分类:移动开发   时间:2014-06-28 06:55:39    阅读次数:261
jQuery基础---Ajax基础教程
jQuery基础---Ajax基础内容提纲:1.Ajax 概述2.load()方法3.$.get()和$.post()4.$.getScript()和$.getJSON()5.$.ajax()方法6.表单序列化发文不易,转载请注明出处~一.Ajax概述Ajax 这个概念是由 Jesse James ...
分类:Web程序   时间:2014-06-27 13:46:17    阅读次数:281
jquery ajax例子
(1)取得服务端当前时间 jquery对象.load(url,sendData,function(backData,textStatus,xhr){... ...}) load():如果无参的话,就以GET方式发送 如果有参的话,就以POST方式发送 ...
分类:Web程序   时间:2014-06-27 13:04:26    阅读次数:211
网页头部出现空白
转自: http://www.sealog.info/?post=3昨天群里一朋友询问网页顶部一行空白无法去除的解决办法。常见的解决办法均不能解决问题。深入研究了下,总结几点以加强记忆。一、没有正确使用margin设置边距,margin指的是空白长度,用于控制容器中的内容和容器边缘的距离。view ...
分类:Web程序   时间:2014-06-27 12:52:40    阅读次数:335
MongoDB基础知识
一、基本操作1)创建> post={"title":"MyBlog Post", "content":"Here's my blog post.", "date":new Date()}> db.blog.insert(post)2)查看> db.blog.find()或者 db.blog.find...
分类:数据库   时间:2014-06-27 11:22:03    阅读次数:254
ios网络学习------1get post异步请求
网络请求的步骤: //1确定地址NSURL NSString *urlString = [NSString stringWithFormat:@"www.baidu.com"]; NSLog(@"%@",urlString); //url中,如果包含中文字符需要转换成带百分号的格式,提供给服务器解码(如果服务器用的是utf-8)。 urlString = [u...
分类:移动开发   时间:2014-06-27 10:25:02    阅读次数:236
ios网络学习------2 用非代理方法实现异步post请求
#pragma mark - 这是私有方法,尽量不要再方法中直接使用属性,因为一般来说属性都是和界面关联的,我们可以通过参数的方式来使用属性 #pragma mark post登录方法 -(void)loginWithPostWithName:(NSString *)userName pwd:(NSString *)pwd { //1确定地址NSURL NSString *url...
分类:移动开发   时间:2014-06-27 07:42:35    阅读次数:287
Drive Array Accelerator Status Change
今天收到客户监控系统发来的服务器报警,客户一台HPDL38G5监控端收到如下一条报警信息DriveArrayAcceleratorStatusChange.Thearrayacceleratorboard attachedtothearraycontrollerinSlot1hasanewstatusof4.(Acceleratorstatusvalues:1=other,2=notConfigured,3=enabled,4=tmpDi..
分类:其他好文   时间:2014-06-27 06:39:08    阅读次数:382
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!