上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: 1 /// <summary> 2 /// 3 /// </summary> 4 public class AjaxOnlyAttribute : ActionFilterAttribute 5 { 6 /// <summary> 7 /// Called by the ASP.NET MVC fr 阅读全文
posted @ 2015-06-13 15:49 自然去留 阅读(312) 评论(0) 推荐(0)
摘要: 1、在上添加样式:尽量不用内联样式和内部样式使用外部样式表并将它们放在标签下2、把javascript放到body标签的底部在", link); sb.AppendLine(script); } // match the st... 阅读全文
posted @ 2015-06-09 10:48 自然去留 阅读(255) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;using System.Reflection.Emit;namespace EmitD... 阅读全文
posted @ 2015-05-10 14:08 自然去留 阅读(127) 评论(0) 推荐(0)
摘要: 1、新建项目DemoService,并添加windows服务,命名DemoService2、添加代码 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.D... 阅读全文
posted @ 2015-04-11 13:53 自然去留 阅读(1465) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-04-08 20:55 自然去留 阅读(868) 评论(0) 推荐(0)
摘要: /*function obj$(id) 根据id得到对象function val$(id) 根据id得到对象的值function trim(str) 删除左边和右边空格function ltrim(str) 删除左边空格function rtrim (str) 删除右边空格function isEm... 阅读全文
posted @ 2015-03-25 13:44 自然去留 阅读(252) 评论(0) 推荐(0)
摘要: 1、先确认是否输错 用户名和密码 2、如果的确是丢失密码的话: 查看ORACLE_BASE\ORACLE_HOME\NETWORK\ADMIN的sqlnet.ora文件 sqlnet.ora 如果是 SQLNET.AUTHENTICATION_SERVICES= (NONE) , 需更改为SQLNE 阅读全文
posted @ 2015-03-13 00:13 自然去留 阅读(1518) 评论(0) 推荐(0)
摘要: ; (function ($, window, document, undefined) { $.getUrlParam = function (name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = windo 阅读全文
posted @ 2015-01-30 10:26 自然去留 阅读(336) 评论(0) 推荐(0)
摘要: 1 restore database [DataBase] with recovery 2 3 ALTER DATABASE DataBase SET OFFLINE WITH ROLLBACK IMMEDIATE 4 5 select object_id,session_id,locked_... 阅读全文
posted @ 2014-11-17 15:55 自然去留 阅读(1756) 评论(0) 推荐(0)
摘要: 1、创建项目,添加新项,名称处填写Messages.tt,如下图:添加后,Messages.tt文件内容如下:1 2 2、创建一个实体对象MessageEntry,用以传递模版信息,具体代码如下: 1 public class MessageEntry 2 { 3 p... 阅读全文
posted @ 2014-09-09 14:09 自然去留 阅读(212) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页