The maximum number of controls allowed on MSCRM dashboards are 6. You cannot put the more than 6 graphs/charts/iframes/webresources etc. on the dashbo...
分类:
其他好文 时间:
2014-12-05 12:37:52
阅读次数:
139
题目链接:点击打开链接
题意 :有5种硬币的面值,分别为 1 ,5 ,10 ,25 ,50 。。 给出n 问用这些面值的硬币有多少种组成n的方式。(每种硬币无限,使用硬币数也无限)
两种做法,母函数比较长,以前也写过就不说了。。
第二种做法是DP 设 dp[i] 为组成i 的种类数,初始化dp[0]=1; (有图有真相 题目中原话 :Note that we count that there...
分类:
其他好文 时间:
2014-12-04 15:43:17
阅读次数:
174
1:standby database :
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------------------------------------------------------------------...
分类:
移动开发 时间:
2014-12-03 12:27:37
阅读次数:
472
出现这个问题是因为应用程序使用了特殊端口,修改端口就可以解决。特殊端口列表A security change has been made in Adobe Flash Player 9.0.115.0 to block commonly reserved ports (to prevent mali...
分类:
其他好文 时间:
2014-12-03 12:17:39
阅读次数:
207
Link:http://stackoverflow.com/questions/4315681/how-to-change-ipch-path-in-visual-studio-2010引用:The ipch folder is created by the IntelliSense system ...
分类:
其他好文 时间:
2014-12-02 17:14:18
阅读次数:
254
AJAX = Asynchronous JavaScript and XML(异步的javaScript和XML)
它是一种使用现有标准的新方法
与服务器交换数据并更新部分网页的艺术,在不重新加载整个页的情况下。
一个简单的DEMO
change this text
onclick="loadXMLDoc()">Change Content
func...
分类:
Web程序 时间:
2014-12-02 15:13:09
阅读次数:
193
处理办法如下:一:新建和个.txt的文件,并重新命名为change.reg二:右键-》编辑三:在打开的窗口中输入如下代码,并保存。Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D...
分类:
其他好文 时间:
2014-12-01 12:49:16
阅读次数:
208
打开 dra文件后 在菜单栏 setup - change drawing origin在命令栏输入 新的参考点位置 如想更改新坐标位置为 1,2 。输入 x 1 2 上面两步操作后即可修改!
分类:
其他好文 时间:
2014-11-30 14:03:14
阅读次数:
284
描述As is known to all,if you throw a coin up and let it droped on the desk there are usually three results. Yes,just believe what I say ~it can be the ...
分类:
其他好文 时间:
2014-11-30 00:21:50
阅读次数:
149
input输入框的change事件,要在input失去焦点的时候才会触发 $(‘input[name=myInput]‘).change(function() { ... }); 在输入框内容变化的时候不会触发change,当鼠标在其他地方点一下才会触发 用下面的方法会生效...
分类:
其他好文 时间:
2014-11-29 13:21:58
阅读次数:
161