应用计算 •
489 引用 •
258 回帖 •
0 关注
问答
关注
-
【问题】 Let’s say I have given data as string: +———-+ |Size | +———-+ |15X10 | |5X4 | |3 | |2X6X5 | ..
-
【问题】 具体如下: 数据库的表结构简单如下: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ..
-
【问题】 I have these rows from the SQL: '201401';'t';2000;'F' '201401';'t';9000;'M' '201401';'f';12 ..
-
【问题】 现有张表如下: -1 20141226 1 -1 20141225 1 -1 20141224 1 -1 20141223 1 -1 20141222 1 -1 20141219 1 ..
-
[链接]【问题】 I have more datasources configured in Jasperserver repository. I can get the report,pas ..
-
例题描述和简单分析 有 csv 文件 emp.csv,如下: EMPID,FIRSTNAME,LASTNAME,EMAIL,UPDATEDATE 123,John,Smith,john.smi ..
-
-
例题描述和简单分析 Oracle数据库中,有 BRANCH 表,存储 DVD 分店信息,部分数据如下所示: BID STREET CITY B001 street1 New York B002 ..
-
例题描述和简单分析 有文本文件 txt.txt,如下所示: abc 123 First line 需要将文本文件的行序,逆序排序,输出成新文件,结果如下: Firs ..
-
【问题】 SalesCode TeamBelow CD0001 a,b,c CD0002&nbs ..
-
[链接]【问题】 I am new to Jasper report. I am working on the report which shows transaction data in a ..
-
针对多列带有嵌套结构的数据进行聚合查询。 下面要统计每条记录的 income,output 的数量和。 _id income output 1 {'cpu':1000, 'mem':500,& ..
-
[链接]【问题】 Hi Guys, I need to convert the data like below by using Actuate. Either in iob level or ..
-
【问题】 i have two tables, for example : Table 1 - Transaction TransID |User | Dat ..
-
【问题】 3 10 11 21 30 34 36 40 41 53 58 64 68 76 85 87 91 94 101 104 116 123 3 10 20 21 23 34 36 39 ..
-
将非结构化的 MongoDB 数据转换成结构化的数据,导出成 csv 文件,可供迁移到其它数据库等应用。 如有集合 scores 成绩数据表,含有 subject 嵌套子文档记录各科成绩表,需 ..
-
【问题】 i have a text file with name text.txt : 09102306614,2,104 09106148895,2,104 09102 ..
-
【问题】 I use Version: Luna Service Release 1 (4.4.1) Build id: 20140925-1800 Could you tell me how ..
-
【问题】 i have csv as input with 2 columns and want to sort data on basis of date column (dd/mm/yyy ..
-
例题描述和简单分析 有 txt 文件 data1.txt,如下: ID,Name,LastName,Department 12345,John,Samon,Computer Science 1 ..
-
MongoDB数据库采用bson的格式存储,存储的内容是文档型的。每一条记录就是一个文档,每个文档中的键不一定相同,键的个数也不一定相等,对这样嵌套的文档结构关系,进行分组统计就比较麻烦。比如 ..
-
【问题】 Is there a way to get one count of connected items to the parent level and one count for th ..
-
【问题】 Table1 [图片] Table2 [图片] I need to make output like this [图片] [图片] 【回答】 SQL 无法直接生成变动列数的结果集,需 ..
-
【问题】 名称 参数 价格 日期 曲轴A 中 4.3 5.1 曲 ..
-
MongoDB的数据存储使用嵌套结构非常普遍,它通过嵌套子文档,实现一对多的关联关系。但嵌套结构分组进行子文档去重数据计算时,常需要将嵌套结构提升为扁平结构,再通过 $group 聚集运算来实 ..