会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
人生为卒
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
30
下一页
2018年11月27日
sql server 占用物理内存过大的问题
摘要: 转载 https://www.cnblogs.com/visibleisfalse/p/6170640.html 前段时间部署了一台测试机,将网站、数据库、接口都等很多应用都部署在同一台机器上,而且这台机器其实只是一台普通的电脑,8g内存而已。 后来发现网站会挂掉,然而测试机访问量并不大,这点访问量
阅读全文
posted @ 2018-11-27 10:13 人生为卒
阅读(482)
评论(0)
推荐(0)
2018年11月1日
在asp.net mvc3 中,在controller中使用HttpPostedFileBase file 参数获取上传的文件,文件路径问题
摘要: 转载:https://zhidao.baidu.com/question/444203596.html 在asp.net mvc3 中,在controller中使用HttpPostedFileBase file 参数获取上传的文件,开始的时候file.filename获取的为文件的名称,后来不知为何
阅读全文
posted @ 2018-11-01 14:21 人生为卒
阅读(5524)
评论(0)
推荐(0)
2018年10月31日
NPOI 空单元格的获取
摘要: IRow row = sheet.GetRow(i); 坑:如果此行存在空的cell,则row.Cells[index] 不能获取到,空的单元格不能生成cells
阅读全文
posted @ 2018-10-31 17:00 人生为卒
阅读(1213)
评论(0)
推荐(0)
2018年10月29日
web预览图片
摘要: 图片预览弹出框 图片预览js方法,需要传入路径 Controller方法
阅读全文
posted @ 2018-10-29 15:50 人生为卒
阅读(242)
评论(0)
推荐(0)
2018年10月26日
对象的属性赋值
摘要: var property = condition.GetType().GetProperty("PropertyName"); property.SetValue(condition, "value", null);
阅读全文
posted @ 2018-10-26 12:00 人生为卒
阅读(98)
评论(0)
推荐(0)
2018年10月25日
Web请求
摘要: 注意https和http的区别
阅读全文
posted @ 2018-10-25 15:35 人生为卒
阅读(209)
评论(0)
推荐(0)
2018年10月16日
Sql Server 获取数据库最近执行的操作
摘要: select top 1000 s2.dbid, DB_NAME(s2.dbid) as [dbname], (select top 1 substring(s2.text,statement_start_offset/2+1, ((case when statement_end_offset=-1 then( len(convert(nvarchar(max),s2.text))*2...
阅读全文
posted @ 2018-10-16 14:39 人生为卒
阅读(280)
评论(0)
推荐(0)
2018年10月9日
服务安装脚本
摘要: 服务安装脚本 set binPath=%CD%sc create ServiceName binPath= "D:\WebSite\Service\ServiceName.exe" displayname= "ServiceDisplayname" start= auto
阅读全文
posted @ 2018-10-09 16:51 人生为卒
阅读(231)
评论(0)
推荐(0)
2018年9月28日
生成并保存二维码图片,此方法最清晰
摘要: #region 程序集 ThoughtWorks.QRCode.dll, v1.0.2774.19990// E:\WorkSpace\AutoReceivingSystem\03-CD\SMS.TaskService\WorkDll\NEW\ThoughtWorks.QRCode.dll#endr
阅读全文
posted @ 2018-09-28 11:25 人生为卒
阅读(794)
评论(0)
推荐(0)
2018年8月11日
c# get,set设置默认值
摘要: public virtual string SplitPlateType { get { if (SplitPlateType == null) { return "默认值"; ...
阅读全文
posted @ 2018-08-11 14:39 人生为卒
阅读(10306)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
30
下一页
公告