Eclipse->help->install new 。。。。
addname:phppath:http://download.eclipse.org/tools/pdt/updates/3.0/milestones/
分类:
Web程序 时间:
2014-05-26 11:23:19
阅读次数:
307
在使用Ubuntu作为开发环境时经常需要在全局安装一些依赖框架等,这个时候就常常需要用到root权限,但是在Ubuntu下第一次使用su命令时会提示认证失败;查找资料后发现Ubuntu下root权限默认是锁定的,可能是处于安全考虑,但是作为开发人员肯定是需要root权限的。
在命令行中可以输入下面命令设置root密码,这样就能随时使用root权限了:
sweetvvck@sweet...
分类:
其他好文 时间:
2014-05-26 05:56:09
阅读次数:
186
1.下载Lua库和其编译工具
lua
for window 下载地址:http://luaforwindows.luaforge.net/ 目前最常用的版本是5.1 ,点击下载 .
安装完成后会有一个是lua的命令行程序(Lua),一个是SciTE编辑器(SciTE)。
2.编辑插件
lua 自带sciTE这个编辑器,但是为了方便编写lua与c/cpp直接的互调而选用了vs的一个国人...
分类:
其他好文 时间:
2014-05-26 04:33:29
阅读次数:
314
Several ports(8080,8009)required by Tomcat v6.0 Server at localhost are already in use.The server may already be running in another process, or a system process may be using the port, To start this server you will need to stop the other process or change t...
分类:
编程语言 时间:
2014-05-26 03:41:22
阅读次数:
364
一、开发环境
ReadHat6.3 32位、mysql5.6.15、gcc4.4.6
二、编译
gcc -I/usr/include/mysql
-L/usr/lib -lmysqlclient main.c -o main.out
-I:指定mysql头文件所在目录(默认去/usr/include目录下寻找所用到的头文件)
-L:指定mysql动态库文件所...
分类:
数据库 时间:
2014-05-25 18:22:28
阅读次数:
421
之前我在 《 Windows下Qt 5.2 for Android开发入门》一文中介绍了 Windows 下 Qt on Android 开发环境的搭建,略过了 Android SDK 的安装,实际还是有一些朋友会在这里遇到问题。这里再专门介绍一下 Android SDK 的安装。...
分类:
移动开发 时间:
2014-05-25 09:59:28
阅读次数:
293
1.gemFile
在rails 4 之后没有grop 了 要记得哦
# group :assets do
gem 'sass-rails', '~> 4.0.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
# end
# 页面渲染
gem 'jquery-rails' #这个
gem 'exe...
分类:
Web程序 时间:
2014-05-24 18:00:06
阅读次数:
435
linux64位android开发环境 miui patchrom项目开发 ...
分类:
其他好文 时间:
2014-05-24 12:02:36
阅读次数:
322
一.开发环境准备
1.从gSoap官方网站http://gsoap2.sourceforge.net下载gSoap工具包。 本例下载的是2.8.15的版本。
2.根据说明文档(README)配置安装gSoap工具包。 说明: 一般下载的gSoap工具包中已经包含了生成Web Service客...
分类:
其他好文 时间:
2014-05-24 09:38:29
阅读次数:
270
linux64位android开发环境 baidu patchrom项目开发 ...
分类:
其他好文 时间:
2014-05-24 09:35:23
阅读次数:
375