thorick-world.blogspot.com
thorick's world: June 2014
http://thorick-world.blogspot.com/2014_06_01_archive.html
Row, row, row yer boat, gently down the stream of conciousness. . . . . . Sunday, June 29, 2014. Pride Day above Market Street. It's Gay Pride Sunday and I'm on BART heading for the city. Someone has arranged 2 beautiful baskets of artificial iridescent flowers. My cell phone picture doesn't do them justice! While sympathetic, I'm not on my way to the parade and festivities. Instead I'm looking forward to my favorite Sunday morning activity:. Ballet class at SF DanceCenter. What a great day! Recently I t...
thorick-world.blogspot.com
thorick's world: June 2012
http://thorick-world.blogspot.com/2012_06_01_archive.html
Row, row, row yer boat, gently down the stream of conciousness. . . . . . Sunday, June 17, 2012. 2012 Ballet's Time To Shine. Perhaps starting with the release of the movie 'Mao's Last Dancer' in 2009. Followed by the movie 'Black Swan' in 2010. Ballet is (once again) hitting the pop culture mainstream. So far this year, hopping on and riding the popularity wave we have 2 current TV series:. 2 The not-reality based 'Bunheads' on ABC. It all seems so improbable at first. Dancing is my life". The San Franc...
thorick-world.blogspot.com
thorick's world: Pride Day above Market Street
http://thorick-world.blogspot.com/2014/06/pride-day-above-market-street.html
Row, row, row yer boat, gently down the stream of conciousness. . . . . . Sunday, June 29, 2014. Pride Day above Market Street. It's Gay Pride Sunday and I'm on BART heading for the city. Someone has arranged 2 beautiful baskets of artificial iridescent flowers. My cell phone picture doesn't do them justice! While sympathetic, I'm not on my way to the parade and festivities. Instead I'm looking forward to my favorite Sunday morning activity:. Ballet class at SF DanceCenter. What a great day! What is boun...
thorick-world.blogspot.com
thorick's world: September 2011
http://thorick-world.blogspot.com/2011_09_01_archive.html
Row, row, row yer boat, gently down the stream of conciousness. . . . . . Wednesday, September 28, 2011. I decide to take a scenic route west out of Sisters Oregon. Highway 126 just out of town is a beautiful narrow road through lush forest lands which suddenly give way to vast, stark, inhospitable lava fields. So inhospitable that no vegetation has grown in the fields for centuries. It's solid rocks. Tuesday, September 27, 2011. Quite noticeable was the nice decor in the Men's Room at the city park....
thorick-world.blogspot.com
thorick's world: Aesthetics are for those that can afford it
http://thorick-world.blogspot.com/2012/09/aesthetics-are-for-those-that-can.html
Row, row, row yer boat, gently down the stream of conciousness. . . . . . Wednesday, September 19, 2012. Aesthetics are for those that can afford it. I went to a Post Office to buy some stamps the other day and was soundly disappointed with what came out of the machine. This has got to be the *worst* looking USPS issued stamp that I've ever seen. Despite it's message, there is nothing worth celebrating here, not for an instant and *certainly* not FOREVER! Look up close and marvel at the beautiful detail:.
eleven-china.blogspot.com
Dive into Technology: 一月 2009
http://eleven-china.blogspot.com/2009_01_01_archive.html
About Java, Oracle ADF, Oracle EBS, JDeveloper, Google Techs, etc. 是作用范围最广的,在作用于整个应用的运行周期内。通常情况下,. 启动)时即被初始化,因此,一般对于独立于特定的职责和角色的,且需要在整个应用的周期内都需要的资源会定义在. 被自动释放。在实际的应用中,经常会将类似于用户信息,预置文件信息或授权信息等设置到. 发生更改之前都可用,即作用于同一页面内,例如,在不同页面之间跳转时,. 65292;因此,为了避免相互之间数据冲突,可以考虑使用. 开发过程中,经常会遇到各种各样的错误,其中有些错误比较容易排查,但是有一些则相对比较难以发现错误根源,此时,经常会使用到日志来显示诊断信息以帮助发现错误。在. 这由简单的常见问题日志组成,可在本地解决或跟踪这些问题,如资源不足、安全失败和简单的配置错误。 由现场服务工程师进行问题诊断, 现场服务工程师使用的日志信息可以相当复杂和冗长,远超过系统管理员的要求。通常,这样的信息需要特定子系统中的额外日志记录。 8221;项,在“. 326] DCUtil, RETURNING:. 335] R...
eleven-china.blogspot.com
Dive into Technology: Weblogic开启关闭
http://eleven-china.blogspot.com/2009/04/weblogic_20.html
About Java, Oracle ADF, Oracle EBS, JDeveloper, Google Techs, etc. 近日由于项目需要,花了些时间部署了我们开发的demo环境到客户公司,客户公司使用的是IBM的AIX操作系统,由于是ADF应用,应用服务器也就毫无疑问地选择了Weblogic。而在应用部署过程中,总结了一些比较有用的Weblogic启动和关闭的脚本。 1、使用相关Telnet工具登录到远程服务器,创建将要发布应用的domain,这里名为demo domain。 此时,Weblogic可以正常启动,但是当使用ctrl c或关闭当前窗口后,Weblogic即立刻停止,显然在正式应用中这样的方式一般来说是不符合要求的。 3、后台启动(以服务方式启动)Weblogic:. 为解决上面描述的问题,需要在后台启动Weblogic,也就是经常提到的以服务的方式启动Weblogic,将信息输出到文件中,这里输出到demo.log。 Nohup ./startWebLogic.sh demo.log 2 &1 &. 查到后使用 kill -9 进程编号 停止该进程。 View my comp...
eleven-china.blogspot.com
Dive into Technology: 三月 2009
http://eleven-china.blogspot.com/2009_03_01_archive.html
About Java, Oracle ADF, Oracle EBS, JDeveloper, Google Techs, etc. 或 set property listener. 步骤二:在页面中取值时,如果需要在一进入页面时就将该值取到并显示在页面中,可以将取值的相关代码写在页面对应的. 65292;完成之间的导航设置。分别双击两个页面,用向导创建出. RequestContext rc = RequestContext.getCurrentInstance();. String value = (String)rc.getPageFlowScope().get("var");. List list = ADFUtils.getBindingContainer().getAttributeBindings();. For (int i = 0; i. AttributeBinding abb = (AttributeBinding)list.get(i);. If (abb.getName().equals("FirstName") {. SELECT Jobs.JOB ID,.
fokuscyber.blogspot.com
Cyber Community: November 2009
http://fokuscyber.blogspot.com/2009_11_01_archive.html
Thursday, November 26, 2009. This relaxed tour with first a visit to Banyumulek Village where Local make pots for daily use. Today this village makes high quality earthenware for overseas export. Next we visit Sukarare a Traditional weaving village, then we continue to Rambitan village with Traditional house where the local people live under a hyperbolic shaped thatched roof before proceeding to the coast. Kuta Beach is our place to enjoy Lunch. Subscribe to: Posts (Atom). The Guardian World News. Villag...
frommyworkshop.blogspot.com
My workspace: 3/1/15 - 4/1/15
http://frommyworkshop.blogspot.com/2015_03_01_archive.html
A journey to designing high performance software based on NoSQL, BigData and SOA. Book: High performance in-memory computing with apache Ignite. Being author is fun, my first book is going to be published in the end of this year. For now, a sample chapter is available for download . . Tuesday, March 17, 2015. Tuning and optimization J2EE web application for HighLoad. 1) Java 1.7 47. 2) IBM WEBSphere 8.5 as Application server. 3) Nginx as web server. 4) Alteon as load balancer. 5) Oracle 11gR2 as DataBase.
SOCIAL ENGAGEMENT