会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
洛阳之晨,譬如临安初雨
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
30
31
32
33
34
35
36
37
38
···
61
下一页
2017年12月18日
判斷是否為手機網站
摘要: 這兩個都可以判斷是手機登錄還是PC登陸,可以參考
阅读全文
posted @ 2017-12-18 09:31 洛晨随风
阅读(144)
评论(0)
推荐(0)
2017年12月1日
URL的编码和解码
摘要: 如果在一段URL中需要回调地址作为参数,防止乱码,可以这么写: localhost:15521/Customer/SingleLogin?backurl=" + HttpUtility.UrlEncode(returnUrl); 解码方法: HttpUtility.UrlDecode(returnU
阅读全文
posted @ 2017-12-01 15:57 洛晨随风
阅读(183)
评论(0)
推荐(0)
2017年11月27日
前端接受文件调用后台上传文件的方法
摘要: 需要用到 slice() 方法 参考 http://www.w3school.com.cn/jsref/jsref_slice_array.asp 前端HTML使用标签是 type=file的input标签,可以直接选择文件上传 JS:
阅读全文
posted @ 2017-11-27 11:49 洛晨随风
阅读(1237)
评论(0)
推荐(0)
2017年11月21日
数据库监控系统
摘要: http://waringid.blog.51cto.com/65148/955939/
阅读全文
posted @ 2017-11-21 09:50 洛晨随风
阅读(215)
评论(0)
推荐(0)
2017年11月14日
Entity Framework 6事务回滚
摘要: 使用EF6你有新的事务处理可以使用类似于: 复制代码 using (var context = new PostEntityContainer()) { using (var dbcxtransaction = context.Database.BeginTransaction()) { try {
阅读全文
posted @ 2017-11-14 17:05 洛晨随风
阅读(2672)
评论(0)
推荐(0)
2017年11月7日
mysql用一个表更新另一个表
摘要: 写法: UPDATE Document, ObservationRequestSET Document.CreateOrganizationName = ObservationRequest.OrganizationNameWHERE Document.BusinessID = Observatio
阅读全文
posted @ 2017-11-07 17:35 洛晨随风
阅读(251)
评论(0)
推荐(0)
2017年11月1日
EF写in
摘要: qualityStatisticsInfoSql.Where(t => successStateArray.Contains(t.UploadReportFlag)); 如果写成 qualityStatisticsInfoSql.In(); 有可能SQL会生成出or的查询。or查询不走,mysql索
阅读全文
posted @ 2017-11-01 09:43 洛晨随风
阅读(204)
评论(0)
推荐(0)
2017年10月13日
对类参数的序列化和反序列化XML
摘要: /// /// Xml序列化与反序列化 /// public class XmlUtil { #region 反序列化 /// /// 反序列化 /// /// 类型 /// XML字符串 /// public stat...
阅读全文
posted @ 2017-10-13 10:50 洛晨随风
阅读(347)
评论(0)
推荐(0)
2017年10月12日
季度的计算方法
摘要: http://www.cnblogs.com/qinersky902/p/5065870.html 获取指定时间的代码地址 var quarter = (info.Day.Value.Month - 1) / 3 + 1;//季度 info.Day,指定时间,这里用来获取指定时间的月份
阅读全文
posted @ 2017-10-12 19:04 洛晨随风
阅读(824)
评论(0)
推荐(0)
2017年9月18日
常用mysql系统参数参考
摘要: http://aaronsa.blog.51cto.com/5157083/1741481
阅读全文
posted @ 2017-09-18 11:05 洛晨随风
阅读(174)
评论(0)
推荐(0)
上一页
1
···
30
31
32
33
34
35
36
37
38
···
61
下一页
公告