??xml version="1.0" encoding="utf-8" standalone="yes"?>一级在线视频,色一区二区三区,julia中文字幕一区二区99在线 http://www.aygfsteel.com/xiaoxiaoleemin/天道酬勤Q小加?/description>zh-cn Sun, 06 Jul 2025 18:00:37 GMT Sun, 06 Jul 2025 18:00:37 GMT 60 CVSd用户的命?/title> http://www.aygfsteel.com/xiaoxiaoleemin/archive/2008/11/18/241150.htmlxiaoxiaoleemin xiaoxiaoleemin Tue, 18 Nov 2008 07:17:00 GMT http://www.aygfsteel.com/xiaoxiaoleemin/archive/2008/11/18/241150.html http://www.aygfsteel.com/xiaoxiaoleemin/comments/241150.html http://www.aygfsteel.com/xiaoxiaoleemin/archive/2008/11/18/241150.html#Feedback 0 http://www.aygfsteel.com/xiaoxiaoleemin/comments/commentRss/241150.html http://www.aygfsteel.com/xiaoxiaoleemin/services/trackbacks/241150.html CVS服务器端Qcvsnt
2. 在命令行H口中首先登?span id="Mark" style="color: #ee6600; background-color: yellow">cvsQ命令如下:
cvs -d :pserver:administrator@127.0.0.1:/mycvs login 注:q里要用自己操作pȝ的管理员用户代替administrator
3: d用户
cvs -d :pserver:administrator@127.0.0.1:/mycvs passwd -a zyx
q样创Z用户名ؓzyx的̎P此时?span id="Mark" style="color: #ee6600; background-color: yellow">cvs的安装目录下会生成一个passwd文gQ里边存储着用户名和l过linux加密后的密码。这时候如果用命ocvs -d :pserver:zyx@127.0.0.1:/mycvs login dpȝQ可能会提示zyx是无效的用户Q在有的机器上这时用户就成功创徏不会提示无效用户Q后面这条命令也无需执行Q暂且不知道Z不同的机器有q种差异Q,需要再执行如下命o该用户与操作系l用L定:
4Q?span id="Mark" style="color: #ee6600; background-color: yellow">cvs -d :pserver:administrator@127.0.0.1:/mycvs passwd -r zyinxin(操作pȝ用户? -a zyx
q时passwd文g中的记录变ؓzyc:***(加密的密?: zyinxin(zyc用户的别?
现在客户端可以用zyc用户来share project了?br />
到这里又出现了另外一个问题,用zyc来share project以后Q在服务器所在的机器上可以通过import from CVS repository来导入项目,但是?其它机器上就提示Connection failed或者connection time out的错误。这是由于服务器端的防火墙的原因Q在控制面板->安全中心->例外中,为端?401Q?402关闭防火墙即可?
]]> 修改IP,DNS{网l设|的脚本 http://www.aygfsteel.com/xiaoxiaoleemin/archive/2008/10/16/234692.htmlxiaoxiaoleemin xiaoxiaoleemin Thu, 16 Oct 2008 05:53:00 GMT http://www.aygfsteel.com/xiaoxiaoleemin/archive/2008/10/16/234692.html http://www.aygfsteel.com/xiaoxiaoleemin/comments/234692.html http://www.aygfsteel.com/xiaoxiaoleemin/archive/2008/10/16/234692.html#Feedback 0 http://www.aygfsteel.com/xiaoxiaoleemin/comments/commentRss/234692.html http://www.aygfsteel.com/xiaoxiaoleemin/services/trackbacks/234692.html
netsh interface ip set address name = "本地q接" source= static addr=IP地址 mask=子网掩码 gateway=|关 gwmetric=1
netsh interface ip set dns name="本地q接" source=static addr=DNS
netsh interface ip add dns name = "本地q接" addr=备用DNS
蓝色部分替换为具体的地址卛_?/span>
]]> 修改GMF属性视?/title> http://www.aygfsteel.com/xiaoxiaoleemin/archive/2008/04/03/190589.htmlxiaoxiaoleemin xiaoxiaoleemin Thu, 03 Apr 2008 04:53:00 GMT http://www.aygfsteel.com/xiaoxiaoleemin/archive/2008/04/03/190589.html http://www.aygfsteel.com/xiaoxiaoleemin/comments/190589.html http://www.aygfsteel.com/xiaoxiaoleemin/archive/2008/04/03/190589.html#Feedback 0 http://www.aygfsteel.com/xiaoxiaoleemin/comments/commentRss/190589.html http://www.aygfsteel.com/xiaoxiaoleemin/services/trackbacks/190589.html
上图中色的椭圆l点在ecore模型中代表MethodQ在属性视图中可见它的一些属性。如果要使TimeProperty属性gؓ"NONE"ӞTimeUnit和Value值分别变?NONE"?.0Q应该如下修改MethodItemProvidercM的notifyChanged()Ҏ(紫色的代码是d的,其他均ؓGMF生成的)Q?br />
public void notifyChanged(Notification notification) {
updateChildren(notification);
switch (notification.getFeatureID(Method. class )) {
case EventPackage.METHOD__PROPERTY_NAME:
{
// 如果该项讄为NONE,那么TimeUnit和Value应该分别设|ؓNONE?.0
Method owner = (Method)notification.getNotifier();
TimeProperty newValue = (TimeProperty)notification.getNewValue();
if(newValue.equals(TimeProperty.NONE))
{
owner.setTimeUnit(TimeUnit.NONE);
owner.setValue(0.0);
}
}
case EventPackage.METHOD__VALUE:
case EventPackage.METHOD__TIME_UNIT:
case EventPackage.METHOD__CLASS_NAME:
case EventPackage.METHOD__METHOD_NAME:
case EventPackage.METHOD__PARAMETERS:
case EventPackage.METHOD__RETURN_TYPE:
fireNotifyChanged( new ViewerNotification(notification, notification.getNotifier(), false , true ));
return ;
}
super .notifyChanged(notification);
}
MethodItemProvidercM于genmodel生成的edit目中,它相当于Property View的ContentProvider?br />
]]> GMF~辑器中囑օ的前景色Q字体,U条宽度的定制方?/title> http://www.aygfsteel.com/xiaoxiaoleemin/archive/2008/04/01/190221.htmlxiaoxiaoleemin xiaoxiaoleemin Tue, 01 Apr 2008 15:05:00 GMT http://www.aygfsteel.com/xiaoxiaoleemin/archive/2008/04/01/190221.html http://www.aygfsteel.com/xiaoxiaoleemin/comments/190221.html http://www.aygfsteel.com/xiaoxiaoleemin/archive/2008/04/01/190221.html#Feedback 0 http://www.aygfsteel.com/xiaoxiaoleemin/comments/commentRss/190221.html http://www.aygfsteel.com/xiaoxiaoleemin/services/trackbacks/190221.html 阅读全文 ]]> 用JDOMdxml文g http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/09/116242.htmlxiaoxiaoleemin xiaoxiaoleemin Wed, 09 May 2007 10:16:00 GMT http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/09/116242.html http://www.aygfsteel.com/xiaoxiaoleemin/comments/116242.html http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/09/116242.html#Feedback 1 http://www.aygfsteel.com/xiaoxiaoleemin/comments/commentRss/116242.html http://www.aygfsteel.com/xiaoxiaoleemin/services/trackbacks/116242.html 阅读全文 ]]> GMF:ZType的连? http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/07/115703.htmlxiaoxiaoleemin xiaoxiaoleemin Mon, 07 May 2007 06:42:00 GMT http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/07/115703.html http://www.aygfsteel.com/xiaoxiaoleemin/comments/115703.html http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/07/115703.html#Feedback 0 http://www.aygfsteel.com/xiaoxiaoleemin/comments/commentRss/115703.html http://www.aygfsteel.com/xiaoxiaoleemin/services/trackbacks/115703.html 阅读全文 ]]> EMF建模常见问题 http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/07/115626.htmlxiaoxiaoleemin xiaoxiaoleemin Mon, 07 May 2007 06:10:00 GMT http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/07/115626.html http://www.aygfsteel.com/xiaoxiaoleemin/comments/115626.html http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/07/115626.html#Feedback 1 http://www.aygfsteel.com/xiaoxiaoleemin/comments/commentRss/115626.html http://www.aygfsteel.com/xiaoxiaoleemin/services/trackbacks/115626.html 1.Ecore Editor中根元素的直接子元素属性页中有“Ns Prefix"?Ns URI"两项需要设|,前者可以设|ؓ模型的名字,后者随便设|一个URI地址Q如"http://"+模型名字。如果这两项不设|,那么当修改了ecore模型后,从genmodel?#8220;Reload" ecore模型时出错?br> 2.某个EReference如果多重性ؓ"0...*",则在属性页中把lower bound讄?Qupper bound讄?1?br> 3.genmodel根元素的W一层子元素的属性页中,"All"cd?#8220;prefix”属性值是指EMF生成的代码中Factory和Package{类的前~Q可以指定ؓ模型名字Q首字母大写以符合类名的习惯Q?#8220;base package”属性值是生成的各个包的前~Q假设指定ؓ“com.example"。然后有“Ecore”cdQ其中的各个属性值是从ecore模型中读q来的,不可修改Q其?#8220;Package”cd下的"Name"属性值是包名的一部分Q假设指定ؓmodelQ,接在前面的base packageg后,那么生成的Model 部分代码分别有三个包Qcom.example.model; com.example.model.impl; com.example.model.util. btwQ在有的GMF 版本中,如果包名存在首字母大写的单词Q那么生成代码的时候会出错?br>
]]> GMFQ基于Reference的连?/title> http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/06/115632.htmlxiaoxiaoleemin xiaoxiaoleemin Sun, 06 May 2007 15:15:00 GMT http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/06/115632.html http://www.aygfsteel.com/xiaoxiaoleemin/comments/115632.html http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/06/115632.html#Feedback 4 http://www.aygfsteel.com/xiaoxiaoleemin/comments/commentRss/115632.html http://www.aygfsteel.com/xiaoxiaoleemin/services/trackbacks/115632.html 阅读全文 ]]> GMF的安装依赖的插g http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/06/115620.htmlxiaoxiaoleemin xiaoxiaoleemin Sun, 06 May 2007 13:08:00 GMT http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/06/115620.html http://www.aygfsteel.com/xiaoxiaoleemin/comments/115620.html http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/06/115620.html#Feedback 0 http://www.aygfsteel.com/xiaoxiaoleemin/comments/commentRss/115620.html http://www.aygfsteel.com/xiaoxiaoleemin/services/trackbacks/115620.html 阅读全文 ]]> 如何昄Outline视图 http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/06/115596.htmlxiaoxiaoleemin xiaoxiaoleemin Sun, 06 May 2007 10:03:00 GMT http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/06/115596.html http://www.aygfsteel.com/xiaoxiaoleemin/comments/115596.html http://www.aygfsteel.com/xiaoxiaoleemin/archive/2007/05/06/115596.html#Feedback 0 http://www.aygfsteel.com/xiaoxiaoleemin/comments/commentRss/115596.html http://www.aygfsteel.com/xiaoxiaoleemin/services/trackbacks/115596.html public class MySchoolEditor extends EditorPart implements ISelectionListener {
...
protected IContentOutlinePage contentOutlinePage; 阅读全文 ]]>
վ֩ģ壺
|
Ͽ |
|
Ī |
|
봨 |
|
ĺ |
|
ũ |
ԣ |
|
|
ʩ |
պ |
ɽ |
Դ |
ƺ |
ˮ |
|
κ |
|
ˮ |
ɽ |
ͺ |
|
ֺ |
|
|
|
|
佭 |
|
|
|
ӱ |
|
|
|
ڻ |
Ϫ |