上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页
摘要: 1、MVC使用公用脚本 新建一个视图,将脚本代码加入,然后调用页面加入如下代码 @Html.Partial("~/Views/UserSectionView/Common.cshtml") 2、绑定下拉框值DropDownListFor下拉框默认值,注意ViewBag.TempType的TempTy 阅读全文
posted @ 2017-05-11 16:26 事理 阅读(292) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-05-11 09:25 事理 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 自动清除临时任务 实体类 参数详解 http://blog.csdn.net/lzj0470/article/details/17786847 http://www.cnblogs.com/jys509/p/4628926.html#!comments http://www.cnblogs.com/ 阅读全文
posted @ 2017-05-11 09:16 事理 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 改进:将SHA1改为SHA256,提高安全性测试 阅读全文
posted @ 2017-04-29 23:13 事理 阅读(9527) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Security.Cryptography; using System.Text; /// /// RSA加密解密 /// public static class RSAEncrypt { /// /// generate private key and public key arr[0] for private ke... 阅读全文
posted @ 2017-04-15 16:41 事理 阅读(241) 评论(0) 推荐(0) 编辑
摘要: QQ空间访客删除辅助[版本:3.1] 阅读全文
posted @ 2017-04-09 21:40 事理 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 1.关闭Sqlserver的xp_cmdshell服务,防止net user 添加用户 http://www.cnblogs.com/wh4am1/p/6664789.html#3662770 2.关于iis6.0远程溢出漏洞 关闭WebDAV服务 http://www.cnblogs.com/wh 阅读全文
posted @ 2017-04-08 23:15 事理 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 手机号码验证正则表达式:/^1[3|4|5|7|8][0-9]{5,9}$/ 阅读全文
posted @ 2017-04-05 09:24 事理 阅读(212) 评论(0) 推荐(0) 编辑
摘要: SQL2005的维护计划保存时出现这个:GUID应包含带4个短划线的32位数(XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX) 找了好久,发现有两个原因: 一是没有打补丁的原因。SQLServer2005SP2-KB921896-x86-CHS或者直接打SQL Server 阅读全文
posted @ 2016-09-28 15:53 事理 阅读(1167) 评论(0) 推荐(0) 编辑
摘要: 参考里面border-color使用,在ie上不起作用 阅读全文
posted @ 2016-08-23 12:08 事理 阅读(570) 评论(0) 推荐(0) 编辑
摘要: ie9+, chrome firefox opera下 string到Date 使用 Date("2013-01-01"); 都是ok的。 但在ie7, ie8下 返回NaN 使用如下: parseISO8601("2013-01-01"); 转载自:http://blog.csdn.net/fjh 阅读全文
posted @ 2016-08-22 16:28 事理 阅读(207) 评论(0) 推荐(0) 编辑
摘要: http://bbs.qibosoft.com/read-forum-tid-407332.htm http://blog.sina.com.cn/s/blog_7300c7d90100ow4e.html http://wenku.baidu.com/link?url=XO1bldTdG6KaRdS 阅读全文
posted @ 2016-08-16 09:50 事理 阅读(305) 评论(0) 推荐(0) 编辑
摘要: Oracle SQL Developer测试 C#调用 阅读全文
posted @ 2016-08-15 11:54 事理 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1.Oracle和sqlserver数据类型对应 2.Oracle新建自增列 create table SYTEST( syid NUMBER(10) not null, syname VARCHAR2(100) not null, sydate VARCHAR2(100)) //创建序列 crea 阅读全文
posted @ 2016-08-11 12:07 事理 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 第一种:输入整形判断 function getEvent() { if (document.all) { return window.event; } //for ie func = getEvent.caller; while (func != null) { var arg0 = func.ar 阅读全文
posted @ 2016-07-15 16:21 事理 阅读(3208) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页