09 2016 档案
Newtonsoft.Json异常处理
摘要:var resultStr="{\"Success\":false,\"Data\":1}"; GetRequestPriceRendaInfo getrequestpriceinfo = Newtonsoft.Json.JsonConvert.DeserializeObject<GetReques 阅读全文
posted @ 2016-09-20 10:35 wolf12 阅读(2291) 评论(1) 推荐(0)
nginx.conf
摘要:#user nobody;worker_processes 4; #nginx进程数,建议设置为等于CPU总核心数 #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; # 阅读全文
posted @ 2016-09-01 17:18 wolf12 阅读(213) 评论(0) 推荐(0)
.net服务端信息
摘要:if (Session["wolf"]==null) { Session["wolf"] = Guid.NewGuid(); } Label0.Text = "请求开始时间:" + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); Label1.Text = 阅读全文
posted @ 2016-09-01 17:16 wolf12 阅读(240) 评论(0) 推荐(0)
sql server 查看表的死锁和Kill 死锁进程
摘要:查询出来 select request_session_id spid, OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT 杀死死锁进程 ki 阅读全文
posted @ 2016-09-01 16:35 wolf12 阅读(343) 评论(0) 推荐(0)