码迷,mamicode.com
首页 >  
搜索关键字:id    ( 68208个结果
crm2013关于contentIFrame不能使用
在CRM2011里面,我们可以在页面的控制台里面输入: contentIFrame.Xrm.Page.data.entity.getEntityName(); contentIFrame.Xrm.Page.data.entity.getId(); 是可以得到当前实体的名称和记录的id 而2013里面不行,那到底是怎么回事? 在2013里面,页面的排版布局跟2011不同,contentIF...
分类:其他好文   时间:2014-05-12 15:12:06    阅读次数:242
黑马程序员-OC的@property 和 @synthesize id
学习java的JDBC,成员变量的setter和getter,eclipse都能帮我们自动生成;当然xcode这款编译器也很强大,也能自动生成;1:@property @property是写在类的声明中的,具体写法;@interface Person : NSObject{ _age;...
分类:其他好文   时间:2014-05-12 08:25:56    阅读次数:336
[最小表示] poj 1509 Glass Beads
题目链接: http://poj.org/problem?id=1509 Glass Beads Time Limit: 3000MS   Memory Limit: 10000K Total Submissions: 2311   Accepted: 1343 Description Once upon...
分类:其他好文   时间:2014-05-11 13:47:01    阅读次数:292
[有向树的最小表示] poj 1635 Subway tree systems
题目链接: http://poj.org/problem?id=1635 题目意思: 判断两棵树是否为同构的。0...
分类:其他好文   时间:2014-05-11 05:37:16    阅读次数:338
poj -2955 Brackets
http://poj.org/problem?id=2955BracketsTime Limit:1000MSMemory Limit:65536KTotal Submissions:2707Accepted:1403DescriptionWe give the following inductiv...
分类:其他好文   时间:2014-05-11 01:11:17    阅读次数:258
31 属性
android:id 为控件指定相应的IDandroid:text 指定控件的文本,置尽量使用strings.xmlandroid:grivity 指定控件的基本位置 ,比如举重,居右,android:padding 指定控件的内边距,控件当中的内容android:singleLine 如果设置为真...
分类:其他好文   时间:2014-05-11 00:16:12    阅读次数:385
【ruby】ruby基础知识
Install Ruby(安装)For windows you can download Ruby fromhttp://rubyforge.org/frs/?group_id=167for Linux tryhttp://www.rpmfind.net.Our first program(从此开始...
分类:其他好文   时间:2014-05-11 00:02:21    阅读次数:602
CSU 1424 Qz’s Maximum All One Square
原题链接:http://acm.csu.edu.cn/OnlineJudge/problem.php?id=1424 逐渐找到做这种题的感觉了。 二分法。g[i][j]存储坐标(i, j)的值,s[i][j]存储的值为左上角为起始点(1,1),右下角为(i, j)的矩形区域内所有值的和,那么...
分类:其他好文   时间:2014-05-10 22:55:11    阅读次数:347
js实例_当鼠标移动到某个元素上时在元素下面显示一段提示文字
效果: 当鼠标不在自动登录上时,只显示自动登录这个表单,下面的div提示则隐藏。 当鼠标移动到自动登录这个表单时,则显示下面的div提示,当鼠标移出时再将其隐藏代码实现与原理: HTML代码: 自动登录 不要再玩游戏啦!!! CSS代码:给id为div1的...
分类:移动开发   时间:2014-05-10 21:06:06    阅读次数:1040
在服务器上远程链接另一台服务器的数据库的方法how to connet the database from the other host
iwangzheng.com16:57 [root@a02.cmsapi]$ mysql -u-p -h10.103.xx.xxWelcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 57...
分类:数据库   时间:2014-05-10 20:57:56    阅读次数:441
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!