contest-start.blogspot.com
Ocean 學習筆記: 2015/5/11
http://contest-start.blogspot.com/2015_05_11_archive.html
Flex,Flash,ActionScript3.0 , HTML5 、Javascript、前端技術、Java。 唯一值,通常為組織或專案項目。通常會以full domain name作為值,例如org.codehaus.mojo。 Package生成名字的依據,這是base name 整體名稱是由 artifactId version 組成。 打包的類型,例如jar、war、EAR. 專案放置位置,例如git的所在位置 。 依賴關係的置放區塊,例如用到某個jar library, 放在此處的描述maven將會自動下載至專案中, 避免常常找不到jar的窘境。 Http:/ repo.spring.io/release. Http:/ repo.springsource.org/milestone. Http:/ m2.neo4j.org/releases/. Https:/ maven.apache.org/pom.html. 訂閱: 文章 (Atom). Nginx tomcat memcached (windows) 反向代理、負載平衡、sessione共享.
contest-start.blogspot.com
Ocean 學習筆記: 關於 Java 反編譯
http://contest-start.blogspot.com/2015/05/java.html
Flex,Flash,ActionScript3.0 , HTML5 、Javascript、前端技術、Java。 Javap -private {class name}. Example : javap -private Learn 2 1.class. 使用Intellij IDEA 14 ,開發scala (未使用sbt),IDE會將scala轉成 .class檔,會放置out資料夾中,此時就可使用 javap -private {class name} 來查看scala 如何將 scala轉成 java程式碼。 另外在反編譯上有個好用的JAD(Java Decompiler) 一個小咖啡杯,只要將要反編譯的拖拉過去就可以看到結果啦。 Wiki : http:/ en.wikipedia.org/wiki/JAD (JAva Decompiler). Tools : http:/ jd.benow.ca/. Tools : http:/ www.brouhaha.com/ eric/software/mocha/. Created by ocean on 2015/5/12. 167;Javac ...
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,.
seaquest.com
Flex 4 / PHP Data-Centric Photo Transfers Article « Seaquest
http://www.seaquest.com/2010/06/01/flex-4-php-data-centric-photo-transfers-article
Just another WordPress weblog. PHP Data-Centric Solutions using Zend Framework. My Adobe Flex / PHP Client / Server Articles on O’Reilly InsideRIA ». Flex 4 / PHP Data-Centric Photo Transfers Article. June 1, 2010. RIA Client / Server. I used the WebORB for PHP. Web application server, when I wrote the InsideRIA article titled Photo Gallery Mate Framework, With Photo Caching. The thrust of the article was about a photo gallery written in Flex 3. I had to modify the internals of the WebORB for PHP. Respon...
seaquest.com
Photo Gallery « Seaquest
http://www.seaquest.com/category/photo-gallery
Just another WordPress weblog. Archive for the 'Photo Gallery' Category. My Adobe Flex / PHP Client / Server Articles on O’Reilly InsideRIA. June 6, 2010. RIA Client / Server. And WebORB for PHP. AMF 3 Photo Data Objects. Following are my six articles on DeveloperRIA. On related to developing Adobe Flex clients using Adobe Flash Builder. Which resource data from PHP Web application servers. Using Flex 4 Clients with the PHP Zend Framework Server. Flex 4 / PHP Data-Centric Photo Transfers. June 1, 2010.
seaquest.com
June « 2010 « Seaquest
http://www.seaquest.com/2010/06
Just another WordPress weblog. Monthly Archive for June, 2010. My Adobe Flex / PHP Client / Server Articles on O’Reilly InsideRIA. June 6, 2010. RIA Client / Server. And WebORB for PHP. AMF 3 Photo Data Objects. Following are my six articles on DeveloperRIA. On related to developing Adobe Flex clients using Adobe Flash Builder. Which resource data from PHP Web application servers. Using Flex 4 Clients with the PHP Zend Framework Server. Flex 4 / PHP Data-Centric Photo Transfers. June 1, 2010. Internals w...
seaquest.com
February « 2010 « Seaquest
http://www.seaquest.com/2010/02
Just another WordPress weblog. Monthly Archive for February, 2010. DevelopRIA: Photo Gallery Maté Framework, With Photo Caching Article. February 1, 2010. RIA Client / Server. And WebORB for PHP. AMF 3 Photo Data Objects. Photo Gallery Maté Framework, With Photo Caching. Has just been published on the DevelopRIA. The article’s example photo gallery. For the details of how this photo gallery client / server solution works along with a detailed analysis of core software code. Blog articles on these topics:.
SOCIAL ENGAGEMENT