- 博客(17)
- 收藏
- 关注
原创 Unable to open log device ‘/dev/log/main’: No such file or directory
在我们使用真机进行Android应用调试时,无法获得调试信息,错误提示如下:Unable to open log device ‘/dev/log/main’: No such file or directory这是因为我们的手机没有开起log记录,下面以华为U8860为例开启手机的log功能: 1、在拨号界面输入:*#*#2846579#*#* 进入测试菜单界面。 2、Projec...
2012-05-19 15:55:45
129
原创 How to add Virtualhost Apache2 on Ubuntu Linux Server
How to add Virtualhost Apache2 on Ubuntu Linux Server( Beginners Guide) by Bikram Kawan 0 * Virtual Host * Virtual Hosting * Includes * Defaults * Create a website * S...
2012-05-16 16:26:31
144
原创 Hosting multiple websites with Apache2
Hosting multiple websites with Apache2 Posted by Steve on Thu 6 Jul 2006 at 22:03 Tags: apache2, virtual domains One of the most common Apache2 questions I've seen on Debian mailing lists is fr...
2012-05-16 16:18:41
166
原创 Ubuntu安装Bugzilla
Ubuntu安装Bugzilla (2010-05-24 21:27:32) 转载▼ 标签: ubuntu bugizlla 安装 分类: Ubuntu 文档下载地址:http://www.bugzilla.org/docs/2.18/pdf/Bugzilla-Guide.pdf 安装脚本:http://blog.sina.com.cn/s/blog_65bc42cb0100i...
2012-05-16 16:15:32
152
原创 Mysql中创建用户帐户的方法
Mysql中创建用户帐户的方法 网址: http://www.eygle.com/digest/2008/01/mysql_create_user.html 1.CREATE USER CREATE USER user [IDENTIFIED BY [PASSWORD] 'password'] [, user [IDENTIFIED BY [PASSWORD] 'passw...
2012-05-16 15:23:20
134
原创 How Do I Enable Remote Access To MySQL Database Server?
By default remote access to MySQL database server is disabled for security reasons. However, some time you need to provide remote access to database server from home or a web server. If you want to re...
2012-05-16 14:04:58
128
原创 SWT&JFace
public static boolean createExcel(File file, List data){ WritableWorkbook workBook = null; try { workBook = Workbook.createWorkbook(file); } catch (IOExcept...
2012-01-16 14:09:30
96
原创 SWT&JFace
protected Control createContents(Composite parent) { Composite container = new Composite(parent, SWT.NONE); container.setLayout(new GridLayout(2, false)); TableColumnL...
2012-01-16 12:20:51
149
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人