方法一:在线安装1.打开HELP->MyEclipse
Configuration 不过多数情况下再myeclipse实现不了 Center。切换到SoftWare标签页。2.点击Add Site
打开对话框,在对话框Name输入Svn,URL中输入:http://subclipse.tigr...
分类:
系统相关 时间:
2014-05-26 07:55:43
阅读次数:
420
在Eclipse里初次使用Maven,右键project->add
dependency, 发现search不管用,这时候需要按照以下步骤操作:Goto "Preferences ->
Maven"Check"Download repository index updates on start"an...
分类:
系统相关 时间:
2014-05-26 07:16:26
阅读次数:
390
TLPTLP是一个优秀的电源管理工具,不必做任何设置就可以让你的电脑很好的工作注意: 在安装TLP之前,请卸载相关工具,比如
"laptop-mode-tools", "Jupiter"...等等如何安装ubuntu 12.04. 13.10 和 14.04sudo
add-apt-reposito...
分类:
其他好文 时间:
2014-05-26 06:44:00
阅读次数:
1277
本人系统为Ubuntu 13.04 LTS 64bit,各种google下成功wine安装了QQ用用
1.首先安装最新版的wine1.52,没记错版本号应该是这个
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.6
sudo apt-get in...
分类:
其他好文 时间:
2014-05-26 05:33:54
阅读次数:
621
图像的输入输出
C风格的操作:
const char *pstrImageName = "秽土转生第七版.jpg";
const char *pstrWindowsTitle = "窗口标题";
//从文件中读取图像
IplImage *pImage = cvLoadImage(pstrImageName, CV_LOAD_IMAGE_UNCHANGED);
//创建窗口
cvN...
分类:
其他好文 时间:
2014-05-26 03:47:36
阅读次数:
296
1、 先在/工程名/WebRoot/WEB-INF/lib/struts2-core-2.1.8.jar中找到struts-2.1.dtd文件。
2、 在Myeclipse8.6——》Window——》Preferences
3、 在搜索框输入xml文件,找到XMLCatalog,单击XML Catalog出现如上页面,之后单击Add按钮,出现如下图:...
分类:
其他好文 时间:
2014-05-24 23:46:52
阅读次数:
471
一、常见操作
1、复制表结构create table t2 like t1
复制表数据insert into t2 select * from t1
2、mysql索引
alter table用来创建普通索引、unique索引或primary key索引
alter table t add index index_name(column_list)
al...
分类:
数据库 时间:
2014-05-24 14:43:02
阅读次数:
363
Quick Referenceinsmodmodprobermmod User-space
utilities that load modules into the running kernels and remove them.#include
module_init(init_function)...
分类:
其他好文 时间:
2014-05-24 12:05:39
阅读次数:
286
Command to launch genymotion headless -player
--vm-name Nexus_4if player is not already added to path, add it to path using
below command in your ~/.b...
分类:
其他好文 时间:
2014-05-24 10:13:35
阅读次数:
320
private void button1_Click(object sender, EventArgs
e) { IList arrayAnimal = new ArrayList(); arrayAnimal.Add("12");
arrayAnimal.Add("df"); arrayA...
分类:
其他好文 时间:
2014-05-24 09:37:46
阅读次数:
211