|
f********f 发帖数: 475 | 2 改成private setter, 没出错,那说明没有其他地方改它的值。
reportInputData里有个constructor, 里面的foreach是专门给currencySummaryData
赋值的:
public ReportInputDataModels(ReportOutPutDataModels outputData)
{
startDate = outputData.startDate;
endDate = outputData.endDate;
enableRange = outputData.enableRange;
seperateReport = outputData.seperateReport;
reportName = Resources.Global.CurrencyReport;
groups = outputData.groups;
groupNa... 阅读全帖 |
|
|
i****a 发帖数: 36252 | 4 DECLARE @UserID AS INT
DECLARE @UserName AS VARCHAR(50)
SET @UserID = 3
SELECT @UserName = UserName
FROM dbo.[User]
WHERE UserID = @UserID
SELECT gm.GroupID
, @UserID AS UserID
, MAX(g.GroupName) AS GroupName
, COUNT(1) AS cnt
, @UserName AS CreatorName
FROM dbo.GroupMember gm
INNER JOIN dbo.[Group] g
ON gm.GroupID = g.GroupID
WHERE gm.GroupID IN ( SELECT GroupID
FROM dbo.GroupMember
WHERE Use... 阅读全帖 |
|
c*****t 发帖数: 1879 | 5 useradd -G groupname username
or
useradd -g groupname username
-g specify the primary (logon) group,
-G specifiy the secondary or more groups.
To change the group id to the supplementary group, use
newgrp.
P.S., study useradd well. It has most of the functions
you need to manage a user. |
|
|
|
|
|
|
|
z*********n 发帖数: 94654 | 12 总算明白DL是啥意思了,我们公司有很多 DL-GROUPNAME的邮件列表
一直没仔细琢磨这个DL代表啥,现在明白了,是distribution list |
|
|
|
r****y 发帖数: 26819 | 15 Thanks. This works. I hope they could have made GroupName effective. |
|
c**d 发帖数: 104 | 16 Those ODS graphics in the statistical procedures are predefined template
using Graphics template language(GTL). Using ods trace on to find the name
of that graph template. Then you have two ways to modify them.
1) output SAS codes of the survival graph template.
proc template;
source Stat.Lifetest.Graphics.ProductLimitSurvival;
run;
You can find and change them.
(a) "layout overlay / yaxisopts=(label="Survival Probability")".
(b) DiscreteLegend "Survival" / title=GROUPNAME across=1 lo |
|
|
w*******y 发帖数: 60932 | 18 Received this email. Fisher Price has a bunch of toys marked down to $10
each.
Link:
http://www.fisher-price.com/fp.aspx?st=900000&e=specialThumb&groupName=offer1
Includes:
Holiday Press and Go Train (original $27)
Precious Planet Gorilla (Original $20)
Little PeopleAnimalville Pilot Myles Landon & His Airport (original $17)
Little PeopleSing 'n Learn Delivery Truck (Original $22) - My daughter has
this and Loves it!
Color Me Flowerz Bouquet Maker Super Set (Original $20 )
Laugh & Learn Say ... 阅读全帖 |
|