上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: //给 image上写数字。 Image1.Picture.Bitmap.Height:= Image1.Height; Image1.Picture.Bitmap.Width:= Image1.Width; Image1.Picture.Bitmap.Canvas.Font.Size:=10... 阅读全文
posted @ 2014-10-20 15:40 不能失败 阅读(200) 评论(0) 推荐(0) 编辑
摘要: function fn_Search() { var beginDt = $("#txtBegin").val(); var endDt = $("#txtEnd").val(); $.post('@Url.Action("MessageGet... 阅读全文
posted @ 2014-10-14 12:38 不能失败 阅读(1073) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient; using Dapper; // to have a play, instal... 阅读全文
posted @ 2014-10-07 15:08 不能失败 阅读(2272) 评论(0) 推荐(2) 编辑
摘要: Dictionary myDic = new Dictionary(); myDic.Add(System.DBNull.Value.ToString(), "---"); myDic.Add("Male", "男"); ... 阅读全文
posted @ 2014-10-07 01:23 不能失败 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 1. 网上邻居->右键 属性->本地连接 右键属性->Microsoft网络的文件和打印机共享去掉选中 (影响端口: 139,445)2. 禁止ADMIN$缺省共享 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanser... 阅读全文
posted @ 2014-10-06 15:50 不能失败 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 官网http://www.quartz-scheduler.net/相关的 Log 说明http://netcommon.sourceforge.net/docs/2.1.0/reference/html/index.html懒惰的肥兔 (他写不少相关的文章,值得一读)http://www.cnbl... 阅读全文
posted @ 2014-10-04 14:30 不能失败 阅读(373) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/25295980/delphi-2006-2010-error-cannot-create-file-c-users-admin-appdata-local-temp-ed安装 ide fix pack 解决这个问题。http:/... 阅读全文
posted @ 2014-10-03 14:13 不能失败 阅读(496) 评论(0) 推荐(0) 编辑
摘要: @Html.TextBox("txtIDNumber", "", new { @class = "l-text required idnumber", style = "width: 186px ;" }) 阅读全文
posted @ 2014-10-03 12:12 不能失败 阅读(556) 评论(0) 推荐(0) 编辑
摘要: var args = new DynamicParameters(new {}); if (obj.orderId != null) { sb.Append(" AND OrderId = @OrderId"); args.Add("OrderId", obj.o... 阅读全文
posted @ 2014-09-28 23:48 不能失败 阅读(1202) 评论(0) 推荐(0) 编辑
摘要: -- 目前遇到这个问题都是在切换服务器时发生的。 旧服务器备份的数据库还原到新服务器,都会遇到这种问题--切决方案如下:-- 查找孤立用户列表EXECUTE sp_change_users_login 'REPORT'--修复这些孤立用户也就是将这些用户与恢复的数据库关联起来EXECUTE sp_c... 阅读全文
posted @ 2014-09-28 23:18 不能失败 阅读(349) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页