??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲成人av在线,亚洲综合色网站,色吊丝在线永久观看最新版本http://www.aygfsteel.com/onedaylover/archive/2008/04/16/193588.html如果有一天de如果有一天deWed, 16 Apr 2008 14:45:00 GMThttp://www.aygfsteel.com/onedaylover/archive/2008/04/16/193588.htmlhttp://www.aygfsteel.com/onedaylover/comments/193588.htmlhttp://www.aygfsteel.com/onedaylover/archive/2008/04/16/193588.html#Feedback0http://www.aygfsteel.com/onedaylover/comments/commentRss/193588.htmlhttp://www.aygfsteel.com/onedaylover/services/trackbacks/193588.html
安装apache服务器出现的问题

winxp ?apache2 安装 问题及解?
安装apache 2 出现的问题:(x)

“QOS 10048)通常每个套接字地址 (协议/|络地址/端口) 只允怋用一?
make_sock: could not bind to address 0.0.0.0:80...”

一般是IIS或其他程序占用了80端口引v?br /> 分析Q?br /> netstat -a
查看相应端口Q是否有E序占用
netstat -ab
查看具体占用E序

两种解决Ҏ(gu):
1、打开 控制面板->服务 扑ֈ IIS admin {相应服?关闭q禁?br /> 2、如果不惛_闭IIS服务 可将apache使用的端口改成其它端?br /> apache2/conf/httpd.conf 中的
Listen 80 改ؓ(f) Listen Q你要用的端口Q??Listen 8080
不过q时在你讉K你的apache 下的Web服务?在域名后要加上端口号
如:(x) http://localhost:8080

然后用CMDq入命o(h)行模?q入你安装apache的目?/apache2/bin
输入
apache -k install
apache -k start
cgwin的安装http://anying.spaces.live.com/Blog/cns!1pBetjxyWRhAf0VYS0IjiD_g!711.entry

q接http://twiki.org/cgi-bin/view/TWiki/WindowsInstallCookbookForTWiki04x01Qfor window 的安?

讄LocalSite.cfg

# Local site settings for TWiki. This file is managed by the 'configure'
# CGI script, though you can also make (careful!) manual changes with a
# text editor.
$TWiki::cfg{DefaultUrlHost} = 'http://localhost:8060';
$TWiki::cfg{ScriptUrlPath} = '/twiki/bin';
$TWiki::cfg{PubUrlPath} = '/twiki/pub';
$TWiki::cfg{PubDir} = 'c:/PROGRA~1/TWiki/twiki/pub';
$TWiki::cfg{TemplateDir} = 'c:/PROGRA~1/TWiki/twiki/templates';
$TWiki::cfg{DataDir} = 'c:/PROGRA~1/TWiki/twiki/data';
$TWiki::cfg{LocalesDir} = 'c:/PROGRA~1/TWiki/twiki/locale';
$TWiki::cfg{WorkingDir} = 'c:/PROGRA~1/TWiki/twiki/working';
$TWiki::cfg{ScriptSuffix} = '';
$TWiki::cfg{Password} = 'OmNauFZ7U.p3Y';
$TWiki::cfg{UseClientSessions} = 1;
$TWiki::cfg{Sessions}{ExpireAfter} = 21600;
$TWiki::cfg{Sessions}{ExpireCookiesAfter} = 0;
$TWiki::cfg{Sessions}{IDsInURLs} = 0;
$TWiki::cfg{Sessions}{UseIPMatching} = 1;
$TWiki::cfg{Sessions}{MapIP2SID} = 0;
$TWiki::cfg{LoginManager} = 'TWiki::LoginManager::TemplateLogin';
$TWiki::cfg{LoginNameFilterIn} = '^[^\\s\\*?~^\\$@%`"\'&;|<>\\x00-\\x1f]+$';
$TWiki::cfg{DefaultUserLogin} = 'guest';
$TWiki::cfg{DefaultUserWikiName} = 'TWikiGuest';
$TWiki::cfg{AdminUserWikiName} = 'TWikiAdminGroup';
$TWiki::cfg{AdminUserLogin} = 'admin';
$TWiki::cfg{SuperAdminGroup} = 'TWikiAdminGroup';
$TWiki::cfg{UsersTopicName} = 'TWikiUsers';
$TWiki::cfg{AuthScripts} = 'attach,edit,manage,rename,save,upload,viewauth,rdiffauth';
$TWiki::cfg{AuthRealm} = 'Enter your TWiki.LoginName. (Typically First name and last name, no space, no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit TWiki.TWikiRegistration if you do not have one.';
$TWiki::cfg{UserMappingManager} = 'TWiki::Users::TWikiUserMapping';
$TWiki::cfg{Register}{EnableNewUserRegistration} = 1;
$TWiki::cfg{Register}{HidePasswd} = 1;
$TWiki::cfg{Register}{NeedVerification} = 1;
$TWiki::cfg{PasswordManager} = 'TWiki::Users::HtPasswdUser';
$TWiki::cfg{MinPasswordLength} = 1;
$TWiki::cfg{Htpasswd}{FileName} = 'c:\\PROGRA~1\\TWiki\\twiki\\data\\.htpasswd.txt';
$TWiki::cfg{Htpasswd}{Encoding} = 'plain';
$TWiki::cfg{SafeEnvPath} = '';
$TWiki::cfg{OS} = 'WINDOWS';
$TWiki::cfg{DetailedOS} = 'MSWin32';
$TWiki::cfg{DenyDotDotInclude} = 1;
$TWiki::cfg{AllowInlineScript} = 1;
$TWiki::cfg{UploadFilter} = '^(\\.htaccess|.*\\.(?i)(?:php[0-9s]?(\\..*)?|[sp]htm[l]?(\\..*)?|pl|py|cgi))$';
$TWiki::cfg{NameFilter} = '[\\s\\*?^\\$@%`"\'&;|<>\\x00-\\x1f]';
$TWiki::cfg{AccessibleENV} = '^(HTTP_\\w+|REMOTE_\\w+|SERVER_\\w+|REQUEST_\\w+|MOD_PERL)$';
$TWiki::cfg{AntiSpam}{EmailPadding} = '';
$TWiki::cfg{AntiSpam}{HideUserDetails} = 1;
$TWiki::cfg{AntiSpam}{RobotsAreWelcome} = 1;
$TWiki::cfg{Log}{view} = 1;
$TWiki::cfg{Log}{search} = 1;
$TWiki::cfg{Log}{changes} = 1;
$TWiki::cfg{Log}{rdiff} = 1;
$TWiki::cfg{Log}{edit} = 1;
$TWiki::cfg{Log}{save} = 1;
$TWiki::cfg{Log}{upload} = 1;
$TWiki::cfg{Log}{attach} = 1;
$TWiki::cfg{Log}{rename} = 1;
$TWiki::cfg{Log}{register} = 1;
$TWiki::cfg{ConfigurationLogName} = 'c:/PROGRA~1/TWiki/twiki/data/configurationlog.txt';
$TWiki::cfg{DebugFileName} = 'c:/PROGRA~1/TWiki/twiki/data/debug.txt';
$TWiki::cfg{WarningFileName} = 'c:/PROGRA~1/TWiki/twiki/data/warn%DATE%.txt';
$TWiki::cfg{LogFileName} = 'c:/PROGRA~1/TWiki/twiki/data/log%DATE%.txt';
$TWiki::cfg{Languages}{cs}{Enabled} = 1;
$TWiki::cfg{Languages}{da}{Enabled} = 1;
$TWiki::cfg{Languages}{de}{Enabled} = 1;
$TWiki::cfg{Languages}{es}{Enabled} = 1;
$TWiki::cfg{Languages}{fr}{Enabled} = 1;
$TWiki::cfg{Languages}{it}{Enabled} = 1;
$TWiki::cfg{Languages}{nl}{Enabled} = 1;
$TWiki::cfg{Languages}{pl}{Enabled} = 1;
$TWiki::cfg{Languages}{pt}{Enabled} = 1;
$TWiki::cfg{Languages}{ru}{Enabled} = 1;
$TWiki::cfg{Languages}{sv}{Enabled} = 1;
$TWiki::cfg{Languages}{'zh-cn'}{Enabled} = 1;
$TWiki::cfg{Languages}{'zh-tw'}{Enabled} = 1;
$TWiki::cfg{DisplayTimeValues} = 'servertime';
$TWiki::cfg{DefaultDateFormat} = '$day $month $year';
$TWiki::cfg{Site}{Locale} = 'zh_CN.UTF-8';
$TWiki::cfg{Site}{LocaleRegexes} = 1;
$TWiki::cfg{UpperNational} = '';
$TWiki::cfg{LowerNational} = '';
$TWiki::cfg{PluralToSingular} = 1;
$TWiki::cfg{StoreImpl} = 'RcsLite';
$TWiki::cfg{RCS}{ExtOption} = '-x,v';
$TWiki::cfg{RCS}{dirPermission} = 493;
$TWiki::cfg{RCS}{filePermission} = 420;
$TWiki::cfg{Store}{RememberChangesFor} = 2678400;
$TWiki::cfg{RCS}{asciiFileSuffixes} = '\\.(txt|html|xml|pl)$';
$TWiki::cfg{RCS}{initBinaryCmd} = '/usr/bin/rcs  -i -t-none -kb %FILENAME|F%';
$TWiki::cfg{RCS}{initTextCmd} = '/usr/bin/rcs  -i -t-none -ko %FILENAME|F%';
$TWiki::cfg{RCS}{tmpBinaryCmd} = '/usr/bin/rcs  -kb %FILENAME|F%';
$TWiki::cfg{RCS}{ciCmd} = '/usr/bin/ci  -m%COMMENT|U% -t-none -w%USERNAME|S% -u %FILENAME|F%';
$TWiki::cfg{RCS}{ciDateCmd} = '/usr/bin/ci  -m%COMMENT|U% -t-none -d%DATE|D% -u -w%USERNAME|S% %FILENAME|F%';
$TWiki::cfg{RCS}{coCmd} = '/usr/bin/co  -p%REVISION|N% -ko %FILENAME|F%';
$TWiki::cfg{RCS}{histCmd} = '/usr/bin/rlog  -h %FILENAME|F%';
$TWiki::cfg{RCS}{infoCmd} = '/usr/bin/rlog  -r%REVISION|N% %FILENAME|F%';
$TWiki::cfg{RCS}{rlogDateCmd} = '/usr/bin/rlog  -d%DATE|D% %FILENAME|F%';
$TWiki::cfg{RCS}{diffCmd} = '/usr/bin/rcsdiff  -q -w -B -r%REVISION1|N% -r%REVISION2|N% -ko --unified=%CONTEXT|N% %FILENAME|F%';
$TWiki::cfg{RCS}{lockCmd} = '/usr/bin/rcs  -l %FILENAME|F%';
$TWiki::cfg{RCS}{unlockCmd} = '/usr/bin/rcs  -u %FILENAME|F%';
$TWiki::cfg{RCS}{breaklockCmd} = '/usr/bin/rcs  -u -M %FILENAME|F%';
$TWiki::cfg{RCS}{delRevCmd} = '/usr/bin/rcs  -o%REVISION|N% %FILENAME|F%';
$TWiki::cfg{RCS}{SearchAlgorithm} = 'TWiki::Store::SearchAlgorithms::Forking';
$TWiki::cfg{RCS}{EgrepCmd} = 'c:/PROGRA~1/GnuWin32/bin/grep -E %CS{|-i}% %DET{|-l}% -H -- %TOKEN|U% %FILES|F%';
$TWiki::cfg{RCS}{FgrepCmd} = 'c:/PROGRA~1/GnuWin32/bin/grep -F %CS{|-i}% %DET{|-l}% -H -- %TOKEN|U% %FILES|F%';
$TWiki::cfg{EnableHierarchicalWebs} = 0;
$TWiki::cfg{SystemWebName} = 'TWiki';
$TWiki::cfg{TrashWebName} = 'Trash';
$TWiki::cfg{UsersWebName} = 'Main';
$TWiki::cfg{WebMasterEmail} = 'zhanghui026@gmail.com';
$TWiki::cfg{WebMasterName} = 'TWiki Administrator';
$TWiki::cfg{MailProgram} = '';
$TWiki::cfg{SMTP}{MAILHOST} = 'smtp.sina.com.cn';
$TWiki::cfg{SMTP}{SENDERHOST} = '';
$TWiki::cfg{SMTP}{Username} = '';
$TWiki::cfg{SMTP}{Password} = '';
$TWiki::cfg{RemoveImgInMailnotify} = 1;
$TWiki::cfg{NotifyTopicName} = 'WebNotify';
$TWiki::cfg{SMTP}{Debug} = 0;
$TWiki::cfg{PROXY}{HOST} = '';
$TWiki::cfg{PROXY}{PORT} = '';
$TWiki::cfg{Stats}{TopViews} = 10;
$TWiki::cfg{Stats}{TopContrib} = 10;
$TWiki::cfg{Stats}{TopicName} = 'WebStatistics';
$TWiki::cfg{TemplatePath} = 'c:/PROGRA~1/TWiki/twiki/templates/$web/$name.$skin.tmpl, c:/PROGRA~1/TWiki/twiki/templates/$name.$skin.tmpl, c:/PROGRA~1/TWiki/twiki/templates/$web/$name.tmpl, c:/PROGRA~1/TWiki/twiki/templates/$name.tmpl, $web.$skinSkin$nameTemplate, TWiki.$skinSkin$nameTemplate, $web.$nameTemplate, TWiki.$nameTemplate';
$TWiki::cfg{LinkProtocolPattern} = '(file|ftp|gopher|https|http|irc|mailto|news|nntp|telnet)';
$TWiki::cfg{SiteWebTopicName} = '';
$TWiki::cfg{SitePrefsTopicName} = 'TWikiPreferences';
$TWiki::cfg{LocalSitePreferences} = 'Main.TWikiPreferences';
$TWiki::cfg{HomeTopicName} = 'WebHome';
$TWiki::cfg{WebPrefsTopicName} = 'WebPreferences';
$TWiki::cfg{NumberOfRevisions} = 4;
$TWiki::cfg{ReplaceIfEditedAgainWithin} = 3600;
$TWiki::cfg{LeaseLength} = 3600;
$TWiki::cfg{LeaseLengthLessForceful} = 3600;
$TWiki::cfg{MimeTypesFileName} = 'c:/PROGRA~1/TWiki/twiki/data/mime.types';
$TWiki::cfg{Plugins}{CommentPlugin}{Enabled} = 1;
$TWiki::cfg{Plugins}{EditTablePlugin}{Enabled} = 1;
$TWiki::cfg{Plugins}{InterwikiPlugin}{Enabled} = 1;
$TWiki::cfg{Plugins}{PreferencesPlugin}{Enabled} = 1;
$TWiki::cfg{Plugins}{SlideShowPlugin}{Enabled} = 1;
$TWiki::cfg{Plugins}{SmiliesPlugin}{Enabled} = 1;
$TWiki::cfg{Plugins}{SpreadSheetPlugin}{Enabled} = 1;
$TWiki::cfg{Plugins}{TablePlugin}{Enabled} = 1;
$TWiki::cfg{Plugins}{TwistyPlugin}{Enabled} = 1;
$TWiki::cfg{Plugins}{TinyMCEPlugin}{Enabled} = 1;
$TWiki::cfg{Plugins}{WysiwygPlugin}{Enabled} = 0;
$TWiki::cfg{PluginsOrder} = 'SpreadSheetPlugin';
$TWiki::cfg{MailerContrib}{EmailFilterIn} = '';
$TWiki::cfg{Languages}{bg}{Enabled} = 0;
$TWiki::cfg{Languages}{jp}{Enabled} = 0;
$TWiki::cfg{Site}{CharSet} = 'UTF-8';
$TWiki::cfg{Site}{Lang} = 'zh';
$TWiki::cfg{Site}{FullLang} = 'zh-cn';
$TWiki::cfg{PermittedRedirectHostUrls} = 'http://localhost';
$TWiki::cfg{EnableEmail} = 1;
$TWiki::cfg{UserInterfaceInternationalisation} = 1;
$TWiki::cfg{UseLocale} = 1;
$TWiki::cfg{RCS}{QueryAlgorithm} = 'TWiki::Store::QueryAlgorithms::BruteForce';
$TWiki::cfg{ExtensionsRepositories} = 'TWiki.org=(http://twiki.org/cgi-bin/view/Plugins/,http://twiki.org/p/pub/Plugins/)';
$TWiki::cfg{Register}{AllowLoginName} = 1;
1;


如果有一天de 2008-04-16 22:45 发表评论
]]>
My Oracle Cook Bookhttp://www.aygfsteel.com/onedaylover/archive/2008/03/28/189182.html如果有一天de如果有一天deFri, 28 Mar 2008 01:26:00 GMThttp://www.aygfsteel.com/onedaylover/archive/2008/03/28/189182.htmlhttp://www.aygfsteel.com/onedaylover/comments/189182.htmlhttp://www.aygfsteel.com/onedaylover/archive/2008/03/28/189182.html#Feedback0http://www.aygfsteel.com/onedaylover/comments/commentRss/189182.htmlhttp://www.aygfsteel.com/onedaylover/services/trackbacks/189182.html准备
用到的是oracle自带的用户和?
用户为scott/tiger
步骤是:(x)q接数据?nbsp; 阅读全文

如果有一天de 2008-03-28 09:26 发表评论
]]>
火箭-It's time to give McGrady a little bit of creditQ来自他们的声音Q是时候给麦子一些赞誉了Q?/title><link>http://www.aygfsteel.com/onedaylover/archive/2008/03/10/185201.html</link><dc:creator>如果有一天de</dc:creator><author>如果有一天de</author><pubDate>Mon, 10 Mar 2008 14:31:00 GMT</pubDate><guid>http://www.aygfsteel.com/onedaylover/archive/2008/03/10/185201.html</guid><wfw:comment>http://www.aygfsteel.com/onedaylover/comments/185201.html</wfw:comment><comments>http://www.aygfsteel.com/onedaylover/archive/2008/03/10/185201.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/onedaylover/comments/commentRss/185201.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/onedaylover/services/trackbacks/185201.html</trackback:ping><description><![CDATA[     摘要: Try not to take this personally, but Tracy McGrady hates you. <br>Sunday, March 09, 2008 <br> <br> All right, maybe not you specifically, but what you think. He knows you never thought much of him as a leader, even though it's pretty clear it was never really in his sereneQadj.宁静的、安静的Q?personality. He knows you think he is softQY?, a critiqueQn.批评Q?left over from those nights you begged him to drive the ball and take the hit with a bulging disk(灌篮Q? And he knows you think he is -- for lack o  <a href='http://www.aygfsteel.com/onedaylover/archive/2008/03/10/185201.html'>阅读全文</a><img src ="http://www.aygfsteel.com/onedaylover/aggbug/185201.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/onedaylover/" target="_blank">如果有一天de</a> 2008-03-10 22:31 <a href="http://www.aygfsteel.com/onedaylover/archive/2008/03/10/185201.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>一开始就一个类设计成是U程安全的,比在后期重新修复它更Ҏ(gu)http://www.aygfsteel.com/onedaylover/archive/2008/03/05/184016.html如果有一天de如果有一天deWed, 05 Mar 2008 07:50:00 GMThttp://www.aygfsteel.com/onedaylover/archive/2008/03/05/184016.htmlhttp://www.aygfsteel.com/onedaylover/comments/184016.htmlhttp://www.aygfsteel.com/onedaylover/archive/2008/03/05/184016.html#Feedback0http://www.aygfsteel.com/onedaylover/comments/commentRss/184016.htmlhttp://www.aygfsteel.com/onedaylover/services/trackbacks/184016.html     杨哥Q我刚到公司时接手他的程序)是个大牛Q他在地囄斚w开始设计的很好Q但是都是静态数据,没有数据的动态变化的ȝQ然而后来在
JMapEdit上实现模拟动态飞行以及动态监控上实现h是个头疼的问题,可能?x)多个线E访问共享变量,而且有线E对׃n变量的write操作Q在E序中尽量调整原接口以及实现方式。杨哥走了,目前在组里只有我一个h了解地图cȝE,昨天跟方sir商量新来的同事是否也能接触我的程序,方sir的回{:(x)TMonitorq是比较隄Q估计新来的同事Q是个女的)不成Q下ơ招个男的让他接。。。不爽中Q俺q是希望带个x。。?br />    
    PSQ经验ȝ?br />     在没有正同步的情况下,如果多线E访问同一个变量,你的E序存在隐(zhn)。有3U方法修复它Q?br />
  • 不要多线E共享变?/li>
  • 使状态变量ؓ(f)不可变的Q或?/li>
  • 在Q何访问状态变量的时候用同?/li>
    设计U程安全的类Ӟ使用、不可变性以及明的不便U束{面向对象技术可以你在解决同步斚w的问题时思\清晰


如果有一天de 2008-03-05 15:50 发表评论
]]>
swing Timer ?animation ?技巧一让往q因?fraction??再从0?http://www.aygfsteel.com/onedaylover/archive/2008/02/14/179906.html如果有一天de如果有一天deThu, 14 Feb 2008 04:00:00 GMThttp://www.aygfsteel.com/onedaylover/archive/2008/02/14/179906.htmlhttp://www.aygfsteel.com/onedaylover/comments/179906.htmlhttp://www.aygfsteel.com/onedaylover/archive/2008/02/14/179906.html#Feedback1http://www.aygfsteel.com/onedaylover/comments/commentRss/179906.htmlhttp://www.aygfsteel.com/onedaylover/services/trackbacks/179906.html 对于SwingE序来说java.swing.TimercM证了U程在swing调用上的安全性。通过旉参数的设|时间动态定时刷斎ͼ
对于动态往复描l来_(d)比如cM于动态的颜色变化Q动态的q行透明变化之类的周期性刷新来_(d)一般需要几个条?br /> 1.动画的周期?br /> 2.动画的当前状态在起始状态和目标状态之?br /> 实现上需要这么几个参?br />
  • 起始旉 animation startTime
  • 当前旉 currentime
  • 动画周期 animation duration
  • 往q因?fraction

    往q因数fraction

    比如动态调整透明度、动态修攚w色在动画的过E中可以讑֮起始与目标|通过fraction?-1范围内进行运进行调整?br /> 以算法来描述则ؓ(f)
  起始D?init
  目标gؓ(f) dest
  实际gؓ(f) actual
    actual=init*(1-fraction)+dest*fraction;
  比较明显的例子ؓ(f)Q将颜色从初始颜色动态变化到目标颜色
 
  Color startColor = Color.red;    // where we start
    Color endColor = Color.BLACK;         // where we end
    Color currentColor = startColor;
   ....
   描绘currentColor的一个圆
   在Timer的actionPerform里调整currentColor
   
// interpolate between start and end colors with current fraction
        int red = (int)(fraction * endColor.getRed() + 
                (
1 - fraction) * startColor.getRed());
        
int green = (int)(fraction * endColor.getGreen() + 
                (
1 - fraction) * startColor.getGreen());
        
int blue = (int)(fraction * endColor.getBlue() + 
                (
1 - fraction) * startColor.getBlue());
        
// set our new color appropriately
        currentColor = new Color(red, green, blue);

通过定时器的旉参数动态调整往q因?/h2>     通过旉参数q行计算
    如下代码所C,在Timer的actionPerform里实?br />
            long currentTime = System.nanoTime() / 1000000;
            
long totalTime = currentTime - animationStartTime;
            //调整周期的v始时?br />
            if (totalTime > animationDuration) {
                animationStartTime 
= currentTime;
            }
            
float fraction = (float)totalTime / animationDuration;
            fraction 
= Math.min(1.0f, fraction);
     注意当前只是计算ZfractionQ如何因子?-0?-1之间往复变化呢
    以下代码实现了该法
   
    // This calculation will cause alpha to go from 1 to 0 and back to 1
            
// as the fraction goes from 0 to 1
            alpha = Math.abs(1 - (2 * fraction));
      
    //repaint();//重新l制




]]>设计U程安全的类http://www.aygfsteel.com/onedaylover/archive/2008/01/28/178209.html如果有一天de如果有一天deMon, 28 Jan 2008 08:33:00 GMThttp://www.aygfsteel.com/onedaylover/archive/2008/01/28/178209.htmlhttp://www.aygfsteel.com/onedaylover/comments/178209.htmlhttp://www.aygfsteel.com/onedaylover/archive/2008/01/28/178209.html#Feedback0http://www.aygfsteel.com/onedaylover/comments/commentRss/178209.htmlhttp://www.aygfsteel.com/onedaylover/services/trackbacks/178209.html     一般来_(d)装能够保证cȝU程安全性?br />    
    首先Q确定对象的状态是由那些变量构成的。对象的状态就是field域的完整状态。比如基本类?primitive)的,int value是Countecȝ一个field,那么q个域就l成了对象的完整状态。如果对象有n个基本域Q那么对象的状态就是阈值组成的n元组Q如果一个对象引用了其他对象Q那么他的状态也同时包含了被引用的对象的域。比如collection的状态包含了所有存储在链表的节点对象的状态?br />


]]>
java desktop斚wx跟踪的网址Q持l更斎ͼhttp://www.aygfsteel.com/onedaylover/archive/2008/01/22/177064.html如果有一天de如果有一天deTue, 22 Jan 2008 07:54:00 GMThttp://www.aygfsteel.com/onedaylover/archive/2008/01/22/177064.htmlhttp://www.aygfsteel.com/onedaylover/comments/177064.htmlhttp://www.aygfsteel.com/onedaylover/archive/2008/01/22/177064.html#Feedback0http://www.aygfsteel.com/onedaylover/comments/commentRss/177064.htmlhttp://www.aygfsteel.com/onedaylover/services/trackbacks/177064.htmlCharles Ditzel的blog http://cld.blog-city.com/Q真正的开发者的blog.
Swing-labs http://swinglabs.org/,swing实验室的东西M(x)省去你很多力气,而且是开源的?br /> The Wizard API https://wizard.dev.java.net/ Wizard导向API


]]>
用java2D的scale实现囄{http://www.aygfsteel.com/onedaylover/archive/2008/01/21/176805.html如果有一天de如果有一天deMon, 21 Jan 2008 09:35:00 GMThttp://www.aygfsteel.com/onedaylover/archive/2008/01/21/176805.htmlhttp://www.aygfsteel.com/onedaylover/comments/176805.htmlhttp://www.aygfsteel.com/onedaylover/archive/2008/01/21/176805.html#Feedback2http://www.aygfsteel.com/onedaylover/comments/commentRss/176805.htmlhttp://www.aygfsteel.com/onedaylover/services/trackbacks/176805.html阅读全文

]]>
关于porter-duff的等式和12U规则演CZ?/title><link>http://www.aygfsteel.com/onedaylover/archive/2008/01/16/175675.html</link><dc:creator>如果有一天de</dc:creator><author>如果有一天de</author><pubDate>Wed, 16 Jan 2008 06:20:00 GMT</pubDate><guid>http://www.aygfsteel.com/onedaylover/archive/2008/01/16/175675.html</guid><wfw:comment>http://www.aygfsteel.com/onedaylover/comments/175675.html</wfw:comment><comments>http://www.aygfsteel.com/onedaylover/archive/2008/01/16/175675.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/onedaylover/comments/commentRss/175675.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/onedaylover/services/trackbacks/175675.html</trackback:ping><description><![CDATA[     摘要: 关于porter-duff的等式和12U规则演CZ?nbsp; <a href='http://www.aygfsteel.com/onedaylover/archive/2008/01/16/175675.html'>阅读全文</a><img src ="http://www.aygfsteel.com/onedaylover/aggbug/175675.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/onedaylover/" target="_blank">如果有一天de</a> 2008-01-16 14:20 <a href="http://www.aygfsteel.com/onedaylover/archive/2008/01/16/175675.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>关于alphaComposite的porter-duff12U规则应?/title><link>http://www.aygfsteel.com/onedaylover/archive/2008/01/15/175508.html</link><dc:creator>如果有一天de</dc:creator><author>如果有一天de</author><pubDate>Tue, 15 Jan 2008 09:29:00 GMT</pubDate><guid>http://www.aygfsteel.com/onedaylover/archive/2008/01/15/175508.html</guid><wfw:comment>http://www.aygfsteel.com/onedaylover/comments/175508.html</wfw:comment><comments>http://www.aygfsteel.com/onedaylover/archive/2008/01/15/175508.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/onedaylover/comments/commentRss/175508.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/onedaylover/services/trackbacks/175508.html</trackback:ping><description><![CDATA[关于alphaComposite的porter-duff12U规则应?br /> 如果理解h真的ȝQ经常用到的是Clear,SrcIn,Src,SrcOver<br /> 如经常用到的例子<br /> Clear,如Phtoshope的橡皮擦<br /> SrcIn,以背景ؓ(f)框框Q在背景内绘?br /> SrcOver,覆盖色与背景色؜合显C?br /> DstInQ在 fade outQreflection可以使用<br /> <br /> <img src ="http://www.aygfsteel.com/onedaylover/aggbug/175508.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/onedaylover/" target="_blank">如果有一天de</a> 2008-01-15 17:29 <a href="http://www.aygfsteel.com/onedaylover/archive/2008/01/15/175508.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <a href="http://www.aygfsteel.com/" title="狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频">狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频</a> </div> </footer> վ֩ģ壺 <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ƽԶ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ʯȪ</a>| <a href="http://" target="_blank">̽</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">°Ͷ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ƽ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">齭</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">лͨ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ګ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">̩</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">Ͼ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ˮ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ƽ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">Dz</a>| <a href="http://" target="_blank">΢ɽ</a>| <a href="http://" target="_blank">ƽȪ</a>| <a href="http://" target="_blank">˱</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">Դ</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank">ع</a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <a href="http://" target="_blank"></a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>