码迷,mamicode.com
首页 >  
搜索关键字:usage report    ( 3968个结果
Report Studio值提示通过prompt宏函数给sql查询传参
场景:当我们在DW中新建了一个表,但是在FM中没有创建模型,想针对这个表直接做一个报表,那么就需要在reportstudio中直接用sql来查询,为了追求查询速度,我们可以把页面用户选择的条件直接传给sql.如下图:上面是省份对应key值为1-2-3-4-5,下面是商品类型对应key值为1-2,省份...
分类:数据库   时间:2014-08-14 16:35:08    阅读次数:270
【DateStructure】 Charnming usages of Map collection in Java
When learning the usage of map collection in java, I found serveral beneficial methods that was encountered in the daily life. Now  I made a summary:  [java] view plaincopy i...
分类:编程语言   时间:2014-08-14 01:30:28    阅读次数:207
【DataStructure】Charming usage of Set in the java
In an attempt to remove duplicate elements from list, I go to the lengths to take advantage of  methods in the java api. After investiagting the document of java api, the result is so satisfying that ...
分类:编程语言   时间:2014-08-14 01:30:17    阅读次数:256
squid logformat
version:squid-3.3.11 Usage: logformat<name><formatspecification> Definesanaccesslogformat. The<formatspecification>isastringwithembedded%formatcodes %formatcodesallfollowthesamebasicstructurewhereallbut theformatcodeisoptional..
分类:其他好文   时间:2014-08-13 19:21:19    阅读次数:231
shell 1
断断续续 的写shell 老是忘记,现在把写过的传上来 ,好复习 #?/bin/bash usage(){ echo?"usage?:?`basename?$0`?11111111111111111111111?11" } #echo?$# LOGDIR="" if?[?$#?!=?2?];then ?usa...
分类:其他好文   时间:2014-08-12 17:46:15    阅读次数:203
Linux开关机命令(shutdown,reboot,halt,init)
命令简介 shutdown, reboot,halt,init都可以进行关机,大致用法。 /sbin/halt [-n] [-w] [-d] [-f] [-i] [-p] [-h] /sbin/reboot [-n] [-w] [-d] [-f] [-i] /sbin/poweroff [-n] [-w] [-d] [-f] [-i] [-h] [root@linux ~]$ reboot --h usage: reboot [-n] [-w] [-d] [-f] [-h] [-i] ...
分类:系统相关   时间:2014-08-12 00:45:53    阅读次数:247
RadioButton Control
RadiobuttonFive usage:DataTable table = new DataTable(); table.TableName = "Parent"; table.Columns.Add("Index_Code", typeof(stri...
分类:其他好文   时间:2014-08-11 23:50:43    阅读次数:272
【DataStructure】Another usage of List: Polynomial
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】 Apolynomialis a mathematical function of the fo...
分类:其他好文   时间:2014-08-11 21:22:42    阅读次数:308
Linux Ubuntu下Dropbox图标消失
Linux下的Dropbox是支持命令行模式的.,在terminal中输入dropbox后,如下提示:Dropbox command-line interfacecommands:Note: use dropbox help to view usage for a specific command....
分类:系统相关   时间:2014-08-11 11:28:22    阅读次数:290
Maven常用插件--转
=========Maven Report Plugin=========1.源码分析Java代码maven-pmd-plugin2.代码格式检查Java代码maven-checkstyle-plugin3.代码相似度检查Java代码org.codehaus.mojosimian-maven-plu...
分类:其他好文   时间:2014-08-11 10:01:32    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!