- 浏览: 256580 次
- 性别:
- 来自: 大连
最新评论
-
红小豆:
Criteria和Detachedcriteria的区别及应用 -
fjjiaboming:
那就稍微翻译一下 啊....
Mysql autoReconnect 的问题 -
woyaowenzi:
非常感谢,我正想做一个画线的控件,就和windows的画图板一 ...
一个简单的FLEX画图demo -
guzen:
可以用一下flash builder 4,现在支持绝对定位了, ...
how to use flex layouts -
suifeng:
好!
一个简单的FLEX画图demo
文章列表
无聊了,说个无聊的问题:
数据库的表格名该命名为TheDatabaseName还是the_database_name的方式呢?
按照java的惯例,一般都是首字母大写,这在windows的环境下是没有问题的,但是mysql在linux环境下,mysqldump出来的ddl都是小写的,此时再倒入数据库中,一些大写的表就不认了,所以最好还是采用第二种的命名方式。
- 2009-02-18 10:17
- 浏览 1160
- 评论(0)
2.4.4. Installing the Monitor Agent on Unix
As a prerequisite for installing the MySQL Enterprise Monitor Agent on Linux
systems you must have the Linux Standards Base (LSB)
initialization functions installed.
To install the agent navigate to the directory tha ...
- 2009-02-10 13:37
- 浏览 2151
- 评论(0)
2.2.4. Service Manager Installation on Unix
To install the Service Manager find the file named
mysqlmonitor-version
-installer.bin
(where version
indicates the version
number, the OS, and the architecture ). Ensure that this file is
executable by typing:
...
- 2009-02-10 12:53
- 浏览 1194
- 评论(0)
Runtime Localization
Gordon Smith
September 25. 2007
Table of contents
<noscript type="text/javascript">showTocToggle("show","hide")</noscript>
[show
hide
]
1 Introduction
2 Sounds cool. Can I see a demo?
3 How about a simpler tutorial?
4 Wh ...
- 2009-02-08 15:41
- 浏览 3929
- 评论(0)
Helix Server支持多种流媒体文件:
音频文件:RealAudio.Wav.Au.MPEG-1.MPEG-2.MP3
视频文件:RealVideo.AVI.QuickTime.
其他类型:RealPix.RealText.GIF.JPEG.SMIL.Real G2 with Flash等等.
但
Helix SERver不支持所有的流媒体文件,所以还要一些软件支持,因此Helix Universal Platform提供了一功能强大的工具
---Helix Producer.它可以将Helix Server 不支持的流媒体文件转换成它支持的流媒体文件.
Helix Server提供了 ...
- 2009-02-05 16:59
- 浏览 3830
- 评论(0)
RealNetworks - Audio/Video Streaming Server
Information Technology Services (ITS) and the College of Liberal Arts and
Sciences (LAS) provide streaming media servers for Iowa State University
faculty and staff who wish to use audio/video media streaming for Iowa State
academic or administrative purp ...
- 2009-02-04 18:39
- 浏览 1227
- 评论(0)
https://enterprise.mysql.com/monitoring/download.php
Getting Started
Here's how to get started if you have not previously installed the MySQL Enterprise Monitor:
1. Download and read the README, Getting Started Guide, and product Documentation using the links on the left.
2. Download and install a ...
- 2009-02-04 11:12
- 浏览 2163
- 评论(0)
TypeError: Error #1034: 强制转换类型失败:无法将 Object@1aee90b1 转换为 mx.messaging.messages.IMessage。
需求背景
:
通过树形菜单加载多个不同的module。
问题现象
:module页面存在拖动,Popup,Alert或者colorpicker出现错误信息:
TypeError: Error #1034: 强制转换类型失败:无法将 mx.managers::PopUpManagerImpl@7155ac1 转换为 mx.managers.IPopUpManager。
解决方案
:
在Application加入 ...
- 2009-02-02 23:24
- 浏览 3406
- 评论(0)
MySQL官方不推荐使用autoReconnect=true,参见
http://bugs.mysql.com/bug.php?id=5020
需要另外找别的办法来解决超过8小时,链接断开的问题。
由于问题产生的根本原因在于服务到数据库的连接长时间没活动,既然重新连接的办法无效,就可以尝试另外一种办法,就是反空闲。
自己写一个线程来反空闲的话,比较麻烦。
最后在网上找到一个办法。为hibernate配置连接池,推荐用c3p0,然后配置c3p0的反空闲设置idle_test_period,只要小于MySQL的wait timeout即可。
在hibernate.cfg. ...
- 2009-02-02 11:01
- 浏览 12389
- 评论(1)
Hibernate 设计了 CriteriaSpecification 作为 Criteria 的父接口,下面提供了
Criteria和DetachedCriteria 。 Criteria 和 DetachedCriteria
的主要区别在于创建的形式不一样, Criteria 是在线的,所 以它是由 Hibernate Session 进行创建的;而
DetachedCriteria 是离线的,创建时无需 Session,DetachedCriteria 提供了 2 个静态方法
forClass(Class) 或 forEntityName(Name) 进行DetachedCrite ...
- 2009-01-18 18:52
- 浏览 4521
- 评论(1)
发信人: yimi (一米阳光), 信区: Java
标 题: spring中annotation问题
发信站: 日月光华 (2008年06月18日11:38:07 星期三), 站内信件
spring中的@Transactional需要什么配置么?
执行update以后,发现transaction没提交过,数据库没有变化
//===============================================================
Service类:
@Transactional(readOnly = false)
public void update(T t) {
...
- 2009-01-18 12:48
- 浏览 1275
- 评论(0)
今天晚上下载了flash trace panel,调试flash的log信息,不过发现把下载了这个包后,导入到项目中,
项目都不能build了,而且Dumper.as明显是有错的,goole了一下也没发现有用信息,都是转载的啥啥的,
是这个问题太简单都不屑提嘛。。。。
修正了一下,记录在这里吧,要完善一下的话,可以在构造函数中加上singleton throw exception的方式。
package de.richinternet.utils
{
import flash.net.LocalConnection;
public class Dumper
{
private sta ...
- 2009-01-15 22:50
- 浏览 1575
- 评论(0)
虽然只能画简单的矩形和线段,不过还是很有意思的。
http://axelscript.com/wp-content/Examples/DrawingWithUIComponent4/DrawingWithUIComponent4.html
- 2009-01-14 08:42
- 浏览 7514
- 评论(3)
zz from http://www.infoq.com/news/2008/04/top-10-flex-mistakes
In this post, Adobe’s James Ward
teams up with InfoQ.com to bring you another Flex Top 10 (our most recent Flex Top 10
).
Flex is an open source application development framework for building
rich Internet applications that run in the ...
- 2009-01-14 08:37
- 浏览 1023
- 评论(0)
Autumn is here again and it’s time to review some of the happenings
from the summer. Here are 43 hand selected Flex and ActionScript 3.0
libraries, APIs, tips, and tricks. There have been several new APIs
launched, Cairngorm was open sourced, a Flex 3 update was released and
Grant Skinner created a ...
- 2009-01-14 08:21
- 浏览 2363
- 评论(0)