会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Bill 李
博客园
首页
新随笔
联系
订阅
管理
2016年5月3日
ASP.NET项目中的web.config文件里配置数据库连接并在程序代码中获取连接字符串
摘要: 获取web.config里面的数据库连接
阅读全文
posted @ 2016-05-03 15:48 Bill 李
阅读(372)
评论(0)
推荐(0)
LINQ TO SQL Linq入门基础
摘要: linq 入门基础
阅读全文
posted @ 2016-05-03 11:21 Bill 李
阅读(325)
评论(0)
推荐(0)
2015年5月26日
ASP.NET实现伪静态
摘要: ASP.NET伪静态实现
阅读全文
posted @ 2015-05-26 16:21 Bill 李
阅读(233)
评论(0)
推荐(0)
2014年10月21日
HttpWebRequest post请求的一个例子
摘要: using System;using System.IO;using System.Collections;using System.Data;using System.Linq;using System.Web;using System.Web.Services;using System.Web....
阅读全文
posted @ 2014-10-21 09:11 Bill 李
阅读(1349)
评论(0)
推荐(0)
2014年3月25日
js Get more parameters from URL
摘要: 1 // 获取地址栏的参数数组 2 function getUrlParams() { 3 var search = window.location.search; 4 // 写入数据字典 5 var tmparray = search.substr(1, search.l...
阅读全文
posted @ 2014-03-25 15:47 Bill 李
阅读(175)
评论(0)
推荐(0)
2014年3月18日
sitemapediter configuration
摘要:
阅读全文
posted @ 2014-03-18 09:04 Bill 李
阅读(102)
评论(0)
推荐(0)
2014年1月16日
CRM 赋值问题
摘要: 如果文本框是只读的,值会赋不进去,加上这句话就ok啦Xrm.Page.getAttribute("name").setSubmitMode("always");
阅读全文
posted @ 2014-01-16 16:42 Bill 李
阅读(183)
评论(0)
推荐(0)
CRM Fetch report
摘要: //fetch 格式 (enableprefiltering="1" prefilterparametername="CRM_Filteredxd_productionbudget" 过滤条件) //实体之间的连接查询
阅读全文
posted @ 2014-01-16 16:36 Bill 李
阅读(208)
评论(0)
推荐(0)
CRM2011 and CRM2013 get ID
摘要: crm 2011 获取当前实体idXrm.Page.data.entity.getId();crm 2011 获取当前实体名称Xrm.Page.data.entity.getEntityName()crm 2011 获取父实体id (前提是新窗口打开): window.parent.opener.X...
阅读全文
posted @ 2014-01-16 16:33 Bill 李
阅读(248)
评论(1)
推荐(0)
CRM JS 日期格式化及时间设置
摘要: 日期格式化var myDate = new Date();var myDate1 = new Date();myDate1.setMonth(0);myDate1.setDate(-1);var rq = myDate -myDate1 ;var s1 = Math.ceil(rq/(24*60*60*1000));var s2 = Math.ceil(s1/7);var nowDayOfWeek = myDate.getDay()-1; //今天本周的第几天 (由于是显示周一开始,而不是周日开始)var nowDay = myDate.getDate(); //当前日 var nowMont
阅读全文
posted @ 2014-01-16 16:31 Bill 李
阅读(505)
评论(0)
推荐(0)
下一页
公告