- 博客(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
119
原创 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
134
原创 Hosting multiple websites with Apache2
Hosting multiple websites with Apache2Posted by Steve on Thu 6 Jul 2006 at 22:03Tags: apache2, virtual domainsOne of the most common Apache2 questions I've seen on Debian mailing lists is fr...
2012-05-16 16:18:41
157
原创 Ubuntu安装Bugzilla
Ubuntu安装Bugzilla(2010-05-24 21:27:32)转载▼标签:ubuntubugizlla安装 分类: 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
139
原创 Mysql中创建用户帐户的方法
Mysql中创建用户帐户的方法网址: http://www.eygle.com/digest/2008/01/mysql_create_user.html1.CREATE USERCREATE USER user [IDENTIFIED BY [PASSWORD] 'password'] [, user [IDENTIFIED BY [PASSWORD] 'passw...
2012-05-16 15:23:20
128
原创 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
117
原创 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
91
原创 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
141
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人