码迷,mamicode.com
首页 >  
搜索关键字:custom    ( 2797个结果
LINQ to SQL语句(4)之Join
1.一对多关系(1 to Many):var q = from c in db.Customers from o in c.Orders where c.City == "London" select o;语句描述:Customers与Orders是一对多关系。即Orders在Custom...
分类:数据库   时间:2014-06-28 22:05:43    阅读次数:356
Form_通过Custom.pll新增菜单项(案例)
2014-05-31 BaoXinjian一、摘要custom.pll 一个每次form启动时都会调用的pll包,因此有些对标准form的客制化可以在custom.pll中实现个人感觉和form个性化有类似性,区别是form个性化通过设定去设定,而custom.pll通过代码中实现而且对custom...
分类:其他好文   时间:2014-06-28 19:42:01    阅读次数:362
微软职位内部推荐-SDE
微软近期Open的职位:Organization Summary:Engineering, Community & Online (ECO) is looking for a great "Software Development Engineer" to join our team. Custom...
分类:其他好文   时间:2014-06-28 14:11:20    阅读次数:232
微软职位内部推荐-SDE
微软近期Open的职位:Organization Summary:Engineering, Community & Online (ECO) is looking for a great "Software Development Engineer" to join our team. Custom...
分类:其他好文   时间:2014-06-24 10:29:18    阅读次数:237
企业级监控软件使用zabbix监控IOPS
01.在服务端创建zabbix组configuration---Templates---createtemplate---TemplateLinux DiskIO===其中选择组为"Template"在TemplateLinuxDiskIO中创建Discoveryrule:Name:Diskdevice discovery Key:custom.vfs.dev.discovery FilterMacro{#DISK}Regexp@Disk devicefordiscover..
分类:其他好文   时间:2014-06-16 17:00:42    阅读次数:543
AngularJS - Directive Restrictions
While it’s cool to make a custom element like we did the the previous cast, it’s actually more common to do things like create custom attributes. Thes...
分类:Web程序   时间:2014-06-16 10:19:04    阅读次数:276
自定义actionbar
android中的actionbar可提供自定义view,具体是先写好自定义view的布局,然后在代码中获取Actionbar对象,调用 setCustomView方法。 但是这样,它还是会显示前面的LOGO,即使你设置 不显示 LOGO和标题。解决的方法是调用 actionBar.setDisplayOptions(ActionBar.DISPLAY_SHOW_CUSTOM); 具体代码如下...
分类:其他好文   时间:2014-06-14 07:45:30    阅读次数:215
Firebug 2.0 正式发布,网页开发插件
Firebug 2.0 is compatible with Firefox 30 – 32Firebug 2 UI:The screenshot shows Win OS theme other OSes (Linux and Mac) have own custom theme.New Feat...
分类:Web程序   时间:2014-06-13 06:46:35    阅读次数:334
工作过程中遇到的链接笔记
(1):这个包包含一个简单的基于平面文件的 Custom Java Authentication Provider。它对于离线设置或测试安装非常方便,不需要任何第三方软件。请点击
分类:其他好文   时间:2014-06-12 15:47:18    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!