自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(85)
  • 收藏
  • 关注

转载 博客园里写blog可以添加自己的js文件

在博客园里写blog可以添加自己的js文件,这样就可以按照自己的要求在blog里实现一些自己想要的功能。今天下午,度娘了很久,又看了一些大神的博客,debug了一下他们的代码,终于知道怎么添加js了,现在整理出来,帮助那些像我一样,想在博客上自己整整的朋友。好废话不多说了直接上图。进入自己的博客首页,点击[管理]点击管理进入如下界面,点击[文件],如下图做...

2016-04-21 12:51:00 176

转载 动态生成的html代码

//=====在网站找到了解决方法=====//动态生成的html代码var htmlCode = '<html><head><title>代码</title></head><body><div style=“width:500px;height:300px;border:1px solid #dbdbdb;”...

2016-04-13 19:15:00 336

转载 自定义博客css样式

@charset "utf-8";/* CSS Document *//**************************************************第一部分:所有的模板都使用的公共样式。公告样式是为了更好的向前和向后兼容。如果不符合你皮肤的要求,你可以在后面通过更好的优先级覆盖着这些样式,但是你不能删除这些样式。************...

2016-04-13 18:46:00 212

转载 sql去除html标签

sql去除html标签分类:sql2015-08-14 12:4027人阅读评论(0)收藏举报sql数据库sql函数--1、创建函数[sql]view plaincopycreatefunction[dbo].[clearhtml](@macovarchar(8000))returns...

2015-10-30 10:11:00 145

转载 ASP.NET MVC4+BootStrap实战

进到这个公司一直就是winform和Silverlight,实在是没有实战web项目的机会。大D也辞职了,去搞web app了。自己也该闲暇时间多学习学习,每天进步一点点。AD:【线下活动】三大新锐HTML 5企业汇聚51CTO—大话移动前端技术OK,不多说了,看一下Solution的截图基本上一看就明白了,控制器调用Biz层,Biz层调用DAL层,DAL层...

2015-10-27 18:16:00 112

转载 Asp.NET MVC 中使用 SignalR 实现推送功能

一,简介Signal 是微软支持的一个运行在 Dot NET 平台上的 html websocket 框架。它出现的主要目的是实现服务器主动推送(Push)消息到客户端页面,这样客户端就不必重新发送请求或使用轮询技术来获取消息。二,实现机制SignalR 的实现机制与 .NET WCF 或 Remoting 是相似的,都是使用远程代理来实现。在具体使用上,有两种不同目的的接口:Pe...

2015-10-27 18:10:00 131

转载 asp.net 面试题目

1、页面传值的方式及其优缺点?Session,Application,Cookies,Requst.QueryString,Requst.Form,Server.Transfer(通过Context.Handler接收整个页面)2、ASP.NET身份验证方式及其工作原理Windows 身份验证提供程序提供有关如何将 Windows 身份验证与 Microsoft Internet 信息服...

2015-10-21 23:43:00 165

转载 Get behaviour id of the ajax calender extender

<script type="text/javascript"> function onCalendarShown2(sender){ //sender is the shown extender self. //var cal = $find(sender._id); //...

2014-05-08 16:53:00 76

转载 截图Rectangle contructor with double type perameters with Jcrop for crop image

<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title> <script src="../js/jquery.min.js"></script...

2014-05-08 15:51:00 83

转载 Solving the Detached Many-to-Many Problem with the Entity Framework

IntroductionThis article is part of the ongoing series I’ve been writing recently, but can be read as a standalone article. I’m going to do a better job of integrating the changes documented h...

2014-05-07 16:00:00 213

转载 Working With Entity Framework Detached Objects

Detached objects, or objects that are created outside of Entity Framework(EF), don't have automatic tracking enabled, and updating database from detached objects is not hard, but requires extra k...

2014-05-07 15:51:00 102

转载 Attaching detached POCO to EF DbContext - simple and fast

IntroductionRecently I was playing around with Entity Framework (EF) and evaluating it for some projects. I had a very hard time figuring out how to attach detached object graph to DBContext in...

2014-05-07 15:50:00 106

转载 如何获取qq空间最近访问人列表

通过登录自己的qq号,获取最近访问人信息在aspx或者winform怎么实现啊------解决方案--------------------帮顶 没弄过. ------解决方案--------------------用webclient控件可以模拟登录, 登录后打开"最近访问人"的功能页面,下载回来正则取出即可啦 ------解决方案------------...

2014-05-06 13:43:00 86

转载 Health Monitoring in ASP.NET 2.0

What is Health Monitoring?Health Monitoring is a framework for monitoring status of running ASP.NET applications and logging significant ASP.NET application events.Why would I use Health M...

2014-04-30 15:24:00 140

转载 problem with displaying the markers on Google maps

please see live demo:http://jsbin.com/siyoquva/2/editMarkers - Google Maps JavaScript API v3 — Google ...转载于:https://www.cnblogs.com/happy-Chen/p/3700962.html

2014-04-30 11:32:00 61

转载 WebMatrix Database.Open… Close() and Dispose()

ASP.NET Web Pages framework examples of the Database helper do not include calls to Close or Dispose because the framework itself is designed to call Dispose for you at the end of a request. If y...

2014-04-29 15:06:00 87

转载 Accessing and Updating Data in ASP.NET: Retrieving XML Data with XmlDataSource Control

XmlDataSource BasicsThe XmlDataSource control exists merely as a proxy for retrieving XML data, which can then be programmatically accessed or bound to a data Web control. To access XML data fr...

2014-04-29 14:05:00 161

转载 Create web setup project that has crystal reports and sql script run manually on client system

Normally people host their published version into the www root directory and run the Crystal report runtime and runtime uses IIS directory and displays the result, so runtime fetches the applicat...

2014-04-28 13:30:00 73

转载 Visual Studio Create Setup project to deploy web application in IIS

Introduction: In this article I will explain how to create setup file in visual studio 2008/2010 to deploy web application file directly in IIS or in client machine or how to place web applicatio...

2014-04-28 11:23:00 219

转载 Google Combo Chart example with database in ASP.NET

Hide demoDownloadIn this article I’m going to explain how to create Google combo chart example with database in ASP.NET. Google charts allows you to...

2014-04-28 10:44:00 102

转载 Sliding animation on Nav Menu in mvc 4 application

You can try with the below code for a sliding animation on navigation menu<!DOCTYPE html><html><head><linkhref="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui...

2014-04-25 16:38:00 65

转载 F5 , Esc , BackSpace(BS) " keys

see the codes below:My Java Script code will be ,document.attachEvent("onkeydown", win_onkeydown_handler);function win_onkeydown_handler() { switch (event.keyCode) { case 11...

2014-04-25 15:49:00 75

转载 asp.net mvc @Html.CheckBoxFor

CheckBoxFor takes a bool, you're passing a List<CheckBoxes> to it. You'd need to do:@for(int i =0; i <Model.EmploymentType.Count; i++){@Html.CheckBoxFor(m => m.EmploymentType[i].Che...

2014-04-25 13:34:00 532

转载 ASP.NET AJAX Timer Trouble? Location is key.

If you’ve made much use of the ASP.NET AJAX Timer control, you may have noticed that it can behave somewhat unexpectedly. In this post, I’m going to take a closer look at how the Timer works and...

2014-04-25 11:06:00 180

转载 Send Asynchronous Mail With Attachment Using ASP.Net 4.5

IntroductionThis article explains how to send an email with attachments using SmtpClient.SendAsync. My Previous article explained sending Asynchronous Email in ASP.NET 4.5 I will now explain ho...

2014-04-24 16:35:00 134

转载 editting effect with toolbar copy and paste in tinymce Editor

<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><title></title><scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"type="text/j...

2014-04-24 13:45:00 76

转载 WebServer

http://www.webxml.com.cn/zh_cn/web_services_item.aspx?id=776756327947797A706B413D[新] 中文<->英文双向翻译WEB服务 ...

2014-04-24 10:33:00 62

转载 HTML 天气插件

1.获取天气代码http://tianqi.2345.com/plugin/2. 加入到页面中<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title>My JSP 'MyJsp.jsp' starting ...

2014-04-23 16:36:00 148

转载 knockout not displaying images bound to the img element

http://forums.asp.net/p/1982784/5681655.aspx?Re+knockout+not+displaying+images+bound+to+the+img+elementThe ImageDisplay.aspx and images are in the same folder.i would suggest you try the demo...

2014-04-23 15:43:00 50

转载 SQL Server 2008:表值参数的创建和使用

protected void Button1_Click(object sender, EventArgs e) { //Create a local table DataTable table = new DataTable("temp"); DataColumn col1 = new DataCol...

2014-04-23 15:38:00 80

转载 pattern accept all keyboard keys with minimum and maximum length in html textbox

got the answer...this is the pattern ^[A-Za-z0-9\s!#$&#64;%^&*()_+=-`~\\\]\[{}|';:/.,?><]转载于:https://www.cnblogs.com/happy-Chen/p/3682210.html

2014-04-23 09:47:00 63

转载 C#: Generate WebPage Thumbmail Screenshot Image

There are a few services out there that serve up screenshots of any webpage for you to display on your website. One popular one is Kwiboo; this is the one that DotNetKicks uses. For some time now...

2014-04-22 14:57:00 74

转载 how to enable fileupload and button control after once uploading of images

<% @PageLanguage="C#"AutoEventWireup="true"CodeFile="FileuploadandButton.aspx.cs"Inherits="DataControl_FileuploadandButton" %> <! DOCTYPEhtml><...

2014-04-22 11:14:00 55

转载 Products - Cloud APIs

Aspose for Cloud is a cloud-based document generation, conversion and automation platform for developers. Aspose for Cloud’s REST APIs give developers on all platforms total control over document...

2014-04-18 13:14:00 85

转载 Inline Editing With The WebGrid

Unlike the Web Forms GridView control, the Web Pages WebGrid doesn't offer anything by way of inline editing capability. This article looks at one approach to solving that requirement through the...

2014-04-18 11:04:00 206

转载 Auto-detecting Credit Card Type

There was a time when people thought the internet required a completely different payment method than the real world. After a very short period of time, everyone came to realize that credit cards...

2014-04-18 09:46:00 159

转载 Introducing jQuery Connect

<!DOCTYPE html> <html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script> <link href="http://twitter.github.io/bootstrap/a...

2014-04-16 16:40:00 73

转载 Drawing lines with a mouse - JSFiddle

Drawing lines with a mouse - JSFiddlevar canvas = new fabric.Canvas('c', { selection: false });var line, isDown;canvas.on('mouse:down', function(o){ isDown = true; var pointer =...

2014-04-16 13:34:00 80

转载 jquery ajax calls to asp.net web methods authentication error

I discovered this by creating the application again from scratch thanks to this other site: http://blogs.msdn.com/b/webdev/archive/2013/12/19/building-a-basic-web-forms-application-using-visual-...

2014-04-15 14:46:00 72

转载 检测flash 版本

var nav = navigator;var module = { Plugins: { list: function() { var list = []; if (nav.plugins) { for (var i = 0, ...

2014-04-04 17:17:00 127

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除