会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
James wang
Shanghai Pudong New District
首页
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
47
下一页
2018年11月15日
mysql远程连接 Host is not allowed to connect to this MySQL server
摘要: 在本机登入mysql后,更改"mysql"数据库里的"user"表里的"host"项,从"localhost"改为'%'。注意重启一下Mysql
阅读全文
posted @ 2018-11-15 21:43 James·wang
阅读(179)
评论(0)
推荐(0)
2018年11月8日
system.DateTime ToDateTime(System.String)”,因此该方法无法转换为存储表达式-解决方法
摘要: LINQ to Entities的lambda表达式中如果需要转换时间及各种时间格式请使用System.Data.Entity的类DbFunctions的各种方法 例如: 这里是构造一个无限接近24点的日期时间来进行对比(2018-11-08 23:59:00)
阅读全文
posted @ 2018-11-08 22:47 James·wang
阅读(481)
评论(0)
推荐(0)
2018年11月5日
C# 将一个string数组转换为int数组
摘要: int[] channelCIdArr = Array.ConvertAll(channelIdStr.Split(','),s=>int.Parse(s));
阅读全文
posted @ 2018-11-05 16:07 James·wang
阅读(693)
评论(0)
推荐(0)
2018年10月29日
C# lambda方式取出前十个经常联系的手机号码
摘要: 这个场景适合所有要查找相同字符串的个数并返回一个序列
阅读全文
posted @ 2018-10-29 12:02 James·wang
阅读(1499)
评论(0)
推荐(1)
2018年10月16日
jqGrid遍历所有行及获取某一行数据
摘要: $("#gridTable").find("tbody tr").not(".jqgfirstrow").each(function (i) { var inventoryQty = $(this).find('[aria-describedby="gridTable_InventoryQty"]'
阅读全文
posted @ 2018-10-16 10:28 James·wang
阅读(1391)
评论(0)
推荐(0)
2018年9月30日
背景图片自适应整个页面CSS+DIV
摘要:
阅读全文
posted @ 2018-09-30 13:43 James·wang
阅读(293)
评论(0)
推荐(0)
2018年9月12日
Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node ……
摘要: 解决办法是加一个等待时间即可解决问题:
阅读全文
posted @ 2018-09-12 09:50 James·wang
阅读(8204)
评论(0)
推荐(0)
2018年9月6日
强大的图片预览插件
摘要: 1、接入文件 2、JS 3、下载 viewer-jquery.min.js viewer.min.css
阅读全文
posted @ 2018-09-06 19:09 James·wang
阅读(1029)
评论(0)
推荐(0)
2018年9月5日
集合对象转换为数组并把其转换为以逗号或者其它符号分隔的字符串
摘要: 因为想偷懒,不想多写代码,就发现了一个不走眼的函数: public static String Join(String separator, params String[] value); // // 摘要: // 串联字符串数组的所有元素,其中在每个元素之间使用指定的分隔符。 // // 参数:
阅读全文
posted @ 2018-09-05 11:34 James·wang
阅读(548)
评论(0)
推荐(0)
2018年8月25日
Linq to Entity 求最大小值Max/Min返回null的处理方法
摘要: 如果maxId返回null则maxId.Max()的值为0
阅读全文
posted @ 2018-08-25 10:20 James·wang
阅读(1438)
评论(0)
推荐(1)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
47
下一页