Content-disposition说明以及中文乱码
摘要:http://xianfengmc.blog.163.com/blog/static/82690025200976101051437/————————————————————————————————————————————————————Content-disposition 是 MIME 协议的扩展,MIME 协议指示 MIME 用户代理如何显示附加的文件。Content-disposition 的有效值范围在征求意见文档 (RFC) 1806 中讨论Content-Disposition就是当用户想把请求所得的内容存为一个文件的时候提供一个默认的文件名。具体的定义如下content-dis
阅读全文
posted @
2013-01-20 12:07
网络大豆
阅读(7047)
推荐(0) 编辑
html中iframe子页面与父页面元素的访问以及js变量的访问
摘要:http://www.2cto.com/kf/201212/180051.html————————————————————————————————————————————————1、子页面访问父页面元素parent.document.getElementById('id')和document相关的方法都可以这样用2、父页面访问子页面元素document.getElementById('iframeId').contentDocument.getElementsByTagName('table'); contentDocument后可以使用docu
阅读全文
posted @
2013-01-18 22:26
网络大豆
阅读(326)
推荐(0) 编辑
fx-games
摘要:https://bitbucket.org/rbair/fx-games/wiki/Home——————————————————————————————————————————————FX Experience GamesThis project is home to the FX Experience initiative to develop games in JavaFX. It is a community driven project in its early stages. The current focus is on developing simple games that d
阅读全文
posted @
2013-01-18 09:53
网络大豆
阅读(240)
推荐(0) 编辑
JavaFX game on Raspberry PI
摘要:http://www.vihrearobotti.com/other/javafx_raspberrypi——————————————————————————————————————————————IntroThere seems to be a lot of cool things happening on Java SE embedded world.Java SE for ARM has now been there for while, but it has been lacking support for properly accelerated 2D graphics -- you
阅读全文
posted @
2013-01-18 09:40
网络大豆
阅读(362)
推荐(0) 编辑
invokeAndWait for JavaFX
摘要:http://www.guigarage.com/2013/01/invokeandwait-for-javafx/——————————————————————————————————————————————————Swing offers the two methods SwingUtilities.invokeAndWait(…) and SwingUtilities.invokeLater(…) to execute a Runnable object on Swingsevent dispatching thread. You can read more about this meth
阅读全文
posted @
2013-01-18 09:27
网络大豆
阅读(426)
推荐(0) 编辑
Writing a Tile Engine in JavaFX
摘要:http://jayskills.com/blog/2013/01/09/writing-a-tile-engine-in-javafx/————————————————————————————————————————————————————————————————————Artikel Navigation← Java Stammtisch in MünchenWriting a Tile Engine in JavaFXVeröffentlicht am 9. Januar 2013 by tuennWith the advent of embedded version
阅读全文
posted @
2013-01-15 13:29
网络大豆
阅读(329)
推荐(0) 编辑
Concurrency in JavaFX
摘要:http://docs.oracle.com/javafx/2/threads/jfxpub-threads.htm————————————————————————————————————————————————————————————————Concurrency in JavaFXThis article describes the capabilities provided by the javafx.concurrent package to create multithreaded applications. You learn how to keep your JavaFX app
阅读全文
posted @
2013-01-06 19:56
网络大豆
阅读(316)
推荐(0) 编辑
JxtaBiDiPipe中connect方法的问题
摘要:先看代码 /** * Connects to a remote JxtaServerPipe * * @param group group context * @param peerid peer to connect to * @param pipeAd PipeAdvertisement * @param timeout timeout in ms, also reset object default timeout to that of timeout * @param msgListe...
阅读全文
posted @
2013-01-04 21:30
网络大豆
阅读(299)
推荐(0) 编辑