码迷,mamicode.com
首页 >  
搜索关键字:add    ( 36740个结果
ccnp第一天实验 rip v1 和 rip v2
1. 给R1配置环回和s1/1接口ip地址R1(config)#int lo0R1(config-if)#ip add 1.1.1.1 255.255.255.0R1(config-if)#int s1/1 R1(config-if)#ip add 12.1.1.1 255.255.255.0R1(...
分类:其他好文   时间:2014-07-18 23:21:15    阅读次数:426
MyEclipse9,MyEclipse10 安装ADT
Eclipse安装ADT 时步骤是开 Eclipse IDE,进入菜单中的 "Help" -> "Install New Software" ,点击Add...确定返回后,在work with后的下拉列表中选择我们刚才添加的ADT,我们会看到下面出有Developer Tools,展开它会有Andr...
分类:系统相关   时间:2014-07-18 23:14:53    阅读次数:364
How to add total page to Odoo Report(7.0 version)
add this codes to your rml file:Page: from
分类:其他好文   时间:2014-07-18 20:38:17    阅读次数:159
Ubuntu12.04 使用apt-add-repository如何设置代理
使用sudo参数-E使得 root 用户可以使用普通用户下的环境变量,包括代理设置。jonathan@n:~$ sudo -E add-apt-repository ppa:mitya57/ppa直接在 root 用户下设置代理。jonathan@n:~$ sudo bashroot@n:~# ex...
分类:其他好文   时间:2014-07-18 19:13:15    阅读次数:517
MyEclipse8.5 无法安装ADT解决办法
打开MYECLIPSE.点击菜单栏的help ->my eclipse configure center .然后add site 指向https://dl-ssl.google.com/android/eclipse报错:Bad update sites com.genuitec.pulse2.cl...
分类:系统相关   时间:2014-07-18 16:37:08    阅读次数:293
How to limit Dialog's max height?
1. We can make it to play trick in code.At Dialog's show function, after app has set contentView, we can add a GlobalLayoutListener on decorView's Vie...
分类:其他好文   时间:2014-07-18 16:30:52    阅读次数:451
软件RAID的创建
创建软件RAID的指令是mdadm,允许将任何块设备做成RAID。mdadm是一个模式化的命令,有如下几种工作模式:创建模式:Create对应的选项:-C或--create管理模式:Manage对应的选项:--add、--fail、--remove监控模式:Monitor对应的选项:-F或--monitor增长模式:Grow对应的选项:..
分类:其他好文   时间:2014-07-17 15:35:18    阅读次数:350
c# 将窗体从一个project复制到另一个project
步骤 1 : 假设窗体名为 Form1 ,将 Form1.design.cs , Form1.cs , Form1.resx 三个文件copy 到目标文件夹 2 : 先add existing ,将 Form1.design.cs添加进去 , 然后记得改 project namespace 3 .....
分类:Windows程序   时间:2014-07-17 14:34:05    阅读次数:288
myeclipse安装svn插件的多种方式
方法一:在线安装1.打开HELP->MyEclipse ConfigurationCenter。切换到SoftWare标签页。2.点击Add Site 打开对话框,在对话框Name输入Svn,URL中输入:http://subclipse.tigris.org/update_1.6.x3.在左...
分类:系统相关   时间:2014-07-17 12:58:17    阅读次数:265
Functions类,一个Javascript的函数加法类,将两个函数加起来,顺序执行
以下是类的代码: 1 var Functions = { 2 oFunctions: null, 3 add: function (oFunc, oNewFunc) { 4 var oNew = function () { 5 oFunc();...
分类:编程语言   时间:2014-07-17 12:53:39    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!