码迷,mamicode.com
首页 >  
搜索关键字:field    ( 5688个结果
水晶报表(crystal report )中显示CheckBox
1,在crystal report 报表的右边field explorer导航栏里面新建一个formula field 并命名2,右键edit刚建好的formula field ,写一个控制checkbox 显示的表达式如下:if {Command.CLAIMANT_SIGNATURE_FLAG} ...
分类:其他好文   时间:2014-08-21 18:56:54    阅读次数:230
artlist分页
{dede:arclist tagid='index' pagesize='5'}[field:title/][field:info/]...{/dede:arclist}{dede:arcpagelist tagid='index'/}
分类:其他好文   时间:2014-08-21 14:49:34    阅读次数:177
django学习之Model(五)MakingQuery
接着上篇。10-一次更新多个对象有时想要对QuerySet中的所有对象的某一个field来设定一个值,这时候可以像下边这样用update():# Update all the headlines with pub_date in 2007.Entry.objects.filter(pub_date_...
分类:其他好文   时间:2014-08-21 01:28:37    阅读次数:232
oracle常用命令
表信息: 1 SELECT tabCols.COLUMN_NAME AS "Field", 2 tabCols.DATA_TYPE || '(' || tabCols.DATA_LENGTH || ')' AS "Type", 3 cons.constraint_type...
分类:数据库   时间:2014-08-20 19:28:32    阅读次数:244
在多线程中使用静态方法是否有线程安全问题
类的成员分为两类,静态成员(static member)和实例成员(instance member)。静态成员属于类,实例成员则属于对象,即类的实例。 简单讨论一下在一个类中使用静态字段(static field)和静态方法(static method)是否会有线程安全问题。 我们在知道, 静态字....
分类:编程语言   时间:2014-08-20 17:56:52    阅读次数:219
ax没有distinct ,只能projId进行group by
Query query =new Query(); SysTableLookup lookup; QueryBuil dDataSource ds; TableId table=tableNum(InventTrans); FieldId field=f...
分类:其他好文   时间:2014-08-20 15:55:12    阅读次数:132
Java操作Redis
1.下载Jar包jedis-2.5.1.jar2.Java代码@TestpublicvoidtestDemo(){Jedisredis=newJedis("192.168.89.30",10123);//hsetkeyfieldvalue将哈希表key中的域field的值设为value。redis.hset("bdliu","name","bdliu");redis.hset("bdliu","mail","bdliu@sohu.com");redis.hset("bdliu..
分类:编程语言   时间:2014-08-20 14:26:43    阅读次数:226
POJ 2481 Cows(树状数组)
Description Farmer John's cows have discovered that the clover growing along the ridge of the hill (which we can think of as a one-dimensional number line) in his field is particularly good.  Fa...
分类:其他好文   时间:2014-08-20 14:10:52    阅读次数:225
POJ 3042 Grazing on the Run (区间DP)
区间dp,~~~~ dp[i][j][0]表示i到j之间已经走过,并且现在在i点的staleness(可以理解为枯萎指数)最小值, dp[i][j][1]表示i到j之间已经走过,并且现在在j点的staleness最小值。 于是对于在i点,可能从i+1->i,也可能从j->i,即: 很重要的一点,在我们转移到i时,除了即将到达的i点,还有未到达的(n-(j-i...
分类:其他好文   时间:2014-08-20 10:30:56    阅读次数:178
A - Playground
My kid's school cleared a large field on their property recently to convert it into a playing area. The field is polygonal. The school administration ...
分类:其他好文   时间:2014-08-20 10:25:06    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!