`
cjblog
  • 浏览: 68623 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论
文章列表

ubuntu install svn

在线安装svn插件。help ->install new software ->添加一个svn:http://subclipse.tigris.org/update_1.6.x sudo apt-get install libsvn-java eclipse.ini配置中添加如下信息: -vmargs -Djava.library.path=/usr/lib/i386-linux-gnu/jni/ 如果你装的是64位的系统,那么改为: -Djava.library.path=/usr/lib/x86_64-linux-gnu/jni/
打开软件中心,搜索wqy 安装 WenQuanYi Bitmap Song CJK font for X 在重新设置浏览器字体为wenquan字体即可   google chrome http://www.linuxidc.com/Linux/2010-08/27482.htm

ubuntu 目录结构

ubuntu没有盘符这个概念,只有一个根目录/,所有文件都在它下面 /    根目录     bin       //系统程序     boot     //内核和启动程序,所有和启动相关的文件都保存在这里          grub    //引导器相关文件     ...

ubuntu install nmap

sudo apt-get install nmap nmap -v
使用smbclient 命令 : smbclient //192.168.0.1/share -U **** password:***** 回车就可以用,用命令get下载文件,用put上传文件。 smbclient介绍: 命令 说明 ?或help [command] 提供关于帮助或某个命令的帮助 ![shell command] 执行所用的SHELL命令, ...

ubuntu install jdk

1、首先到oracle下载上下载jdk-7u25-linux-i586.tar.gz 2、将jdk-7u25-linux-i586.tar.gz拷贝到/usr/jdk/目录下面,这里如果没有jdk文件夹,则创建该文件夹,命令: sudo mkdir jdk  //创建文件夹jdk sudo tar -cvf jdk-7u25-linux-i586.tar.gz    //解压缩文件 sudo cp -R /home/chenjun/java/jdk1.7.0_25 /usr/java        //把下载的文件拷贝到心创建的目录下面 3、设置环境变量,用gedit打开/etc/ ...
下载google chrome deb包 http://www.google.cn/intl/zh-CN/chrome/browser/?installdataindex=chinabookmarkcontrol&brand=CHUN 1.按Ctrl+Alt+T打开终端: 切换到chrome的所在目录: cd Downloads 2.安装: sudo dpkg -i google-chrome-stable_current_i386.deb   这时会提示错误,依赖关系没有满足,无法安装。 3.接下来,我们解决依赖关系。 sudo apt-get -f ins ...

extjs ajax form 提交

Ext.ux.data.writer.FormParam,针对Ext.data.writer.Json这个类进行的修改,不同之处看红色标记除:   /** * @class Ext.data.writer.Json This class is used to write {@link Ext.data.Model} data to the server in a JSON format. The {@link #allowSingle} configuration can be set to false to force the records to always be en ...

extjs4 tab 样式修改

默认的extjs tab给人感觉不够大气,修改了哈样式表 tab-bar.css: /* CSS Document */ .ui-tab-bar{ padding-top:1px; } .ui-tab-bar .x-tab-bar{ background:#FFF !important; border:0 !important; } .ui-tab-bar .x-tab-bar-strip { top: 31px !important; /* Default value is 20*/ } .ui-tab-bar .x-tab-bar-st ...
Ext.define('Ext.ux.data.proxy.Ajax', { extend: 'Ext.data.proxy.Ajax', async:true, doRequest: function(operation, callback, scope) { var writer = this.getWriter(), request = this.buildRequest(operation); if (operation.allowWrite()) { request ...

extjs form 回车提交

/** * 该表单提供对各个元素回车验证并且自定切换到下一个元素功能 */ Ext.define("Ext.ux.form.Panel",{ extend:"Ext.form.Panel", isValid:function(){ var isValid = true; Ext.Array.each(this.items.items,function(item,index){ if(!item.isValid()){ isValid = false; item.focus(); ret ...
TortoiseGit使用扩展名为ppk的密钥,而不是ssh-keygen生成的rsa密钥。也就是说使用ssh-keygen -t rsa -C "yourname@yourcompany.com"产生的密钥在TortoiseGit中不能用。而基于github的开发必须要用到rsa密钥,因此需要用到TortoiseGit的putty key generator工具来生成既适用于github的rsa密钥也适用于TortoiseGit的ppk密钥,配置步骤如下: 1、运行TortoiseGit开始菜单中的Puttygen程序 2、点击“Generate”按钮,鼠标在上图 ...
官方地址:http://www.redmine.org/ 所需环境介绍:http://www.redmine.org/projects/redmine/wiki/RedmineInstall#Requirements The required Ruby versions for a given Redmine version is: Redmine version Supported Ruby versions Rails version used current trunk ruby 1.8.72, 1.9.2, 1.9.3, 2.0.01, jruby-1.6.7, jr ...
PowerDesigner15破解补丁: http://down.qiannao.com/space/file/tiger7456/share/2009/12/5/PowerDesigner15-5b98-65b9-6b63-5f0f-7248-6ce8-518c-8865-4e01.rar/.page PowerDesigner15下载: http://download.sybase.com/eval/PowerDesigner/PowerDesigner15_Evaluation.exe java在线api:http://doc.java.sun.com/DocWeb/ Inn ...

blazeds相关信息

blazeds部署指南和文档:http://livedocs.adobe.com/blazeds/ 下载地址:http://sourceforge.net/adobe/wiki/Projects/
Global site tag (gtag.js) - Google Analytics