代码改变世界

【WEBAPI】关于WEBAPI无法获取数据的问题之一(Issues while making a POST to a Web API from JQuery)

2013-02-25 10:12 by 朱峰(Peter.zhu), 426 阅读, 0 推荐, 收藏, 编辑
摘要:I have a web api with the following POST Methodpublic HttpResponseMessage Post([FromBody]string package) I have a console app that uses the HttpCLient with no problems. When I try to make a call by means of jQuery, I get null on the package variable.This is the code I have right now:$.ajax({url:  阅读全文

CSS层叠样式表之CSS解析机制的优先级

2013-02-01 17:01 by 朱峰(Peter.zhu), 275 阅读, 0 推荐, 收藏, 编辑
摘要:样式的优先级多重样式(Multiple Styles):如果外部样式、内部样式和内联样式同时应用于同一个元素,就是使多重样式的情况。一般情况下,优先级如下:(外部样式)External style sheet <(内部样式)Internal style sheet <(内联样式)Inline style。有个例外的情况,就是如果外部样式放在内部样式的后面,则外部样式将覆盖内部样式。示例如下:<head> <style type="text/css"> /* 内部样式 */ h3{color:green;} </style> & 阅读全文

读书笔记《Professional ASP.NET Server Control and Component Development》

2013-01-18 11:56 by 朱峰(Peter.zhu), 238 阅读, 0 推荐, 收藏, 编辑
摘要:Professional ASP.NET Server Control and Component Development 专业的ASP.NET服务器控件与组件开发基础 阅读全文

ASP.NET 自定义控件学习研究

2013-01-18 11:01 by 朱峰(Peter.zhu), 197 阅读, 0 推荐, 收藏, 编辑
摘要:ASP.NET,自定义控件,服务器控件 阅读全文

【转载】Step by Step Creation of Crystal Report using its Features Group, Graph, Cross-Tab and Sub Report

2013-01-17 16:34 by 朱峰(Peter.zhu), 606 阅读, 0 推荐, 收藏, 编辑
摘要:asp.net 开发水晶报表 一步一步开发向导. 阅读全文

【高技能鉴定辅导材料】ASP.NET 母版页和内容页中的事件

2013-01-16 09:37 by 朱峰(Peter.zhu), 142 阅读, 0 推荐, 收藏, 编辑
摘要:高技能鉴定辅导材料,ASP.NET,母版页,内容页,事件 阅读全文

【SQL】常用数据库操作及面试问题总结 - 学生老师课程学分

2013-01-14 22:45 by 朱峰(Peter.zhu), 535 阅读, 0 推荐, 收藏, 编辑
摘要:-- Student(SID,Sname,Sage,Ssex) 学生表-- Course(CID,Cname,TID) 课程表-- SC(SID,CID,score) 成绩表-- Teacher(TID,Tname) 教师表USE [TestDB]GO/****** Object: Table [dbo].[Teacher] Script Date: 01/14/2013 22:30:24 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTI... 阅读全文

ASP.NET程序员工作面试网络收藏夹

2013-01-14 21:58 by 朱峰(Peter.zhu), 251 阅读, 0 推荐, 收藏, 编辑
摘要:想找份程序员工作嘛?面试,电话面试,笔试,英语口语面试....过五关斩六将... 阅读全文

【SQL】How to get First and Last day of a month – TSQL

2012-12-27 11:30 by 朱峰(Peter.zhu), 525 阅读, 0 推荐, 收藏, 编辑
摘要:How to get First and Last day of a month – TSQL 阅读全文

【SQL】How to get First and Last day of a Year – TSQL

2012-12-27 11:28 by 朱峰(Peter.zhu), 306 阅读, 0 推荐, 收藏, 编辑
摘要:【SQL】How to get First and Last day of a Year – TSQL 阅读全文
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页