SV的边界
Blog is Log
2009-05-08
桑梓贴吧视频数据的解决方案
›
由于种种问题以及磁盘阵列空间有限,桑梓贴吧的阵列趋近饱和,为了解决这个问题最近稍微研究了一下,根据实际的发现,桑梓贴吧的视频文件有一些在网站后台已经被删除,但是在服务器上的文件却没有被删除。这样一来,我就在猜想这种情况恐怕不少。于是,经过一番考虑,想到了一个方法。 这个方法的...
2009-05-05
php扩展的动态编译
›
有时候需要安装php的模块,这个时候重新编译php就相当不合适了。因此使用类似于apache的动态编译的特性就不错了。对于php来说,我们有很棒的工具,以pdo_mysql为例。 一下假设我的php已经安装在/opt/php php的源代码在/home/test/php里。 cd...
2009-05-01
JavaFX GUI Learning: Task Learning
›
Learning from practice! This article is the note of my learning of JavaFX under the offical javaFX website tutorial: http://www.javafx.com/d...
JavaFX Script Learning: Basic Knowledge
›
Declaring Variables: There are two type variables in JavaFX, var or def, we can use 'var' and 'def' keyword to declare var...
2009-04-27
JavaFX Script Learning: Data Binding and Triggers
›
One of the most useful feature in JavaFX is its Data Binding and Triggers functions. According to the official tutorial, Data binding is the...
›
主页
查看网络版本