一、软件包1.package-version-release.arch.rpmversion-上游开发商版本release-包程序更改(修正/向后移植记录在“更改日志”中)arch-二进制处理器架构 noarch无架构2.包含:文件存档:二进制、文档、“默认”配置文件摘要、说明、更改日志说明:依赖项、安装/卸载前/后签名3..
分类:
其他好文 时间:
2014-09-03 15:08:17
阅读次数:
284
有时,我们的代码是没有准备好,如果测试用例写入到测试方法/代码将无法运行,在这种情况下,@Test(enabled = false)有助于禁用此测试案例。测试方法是标注了@Test(enabled = false),那么并不是已经准备好测试的测试用例是绕过。现在,让我们来看看测试@Test(enab...
分类:
其他好文 时间:
2014-09-02 19:24:55
阅读次数:
150
Bydefault,RemoteTCPconnectionisnot
enabledinPostGres.DefaultbehavioristolistenforTCP/IPconnections
onlyonthelocalloopbackaddresslocalhost.Thereforeweneedto
modifypg_hba.confFiletoenableremoteaccessinPostGresatC:\ProgramFiles\PostGresSQL\9.3\data(ExampleforP..
分类:
其他好文 时间:
2014-09-02 12:38:05
阅读次数:
207
内置验证器 Flex提供了很多内置的验证器,它们都是Validator类的子类。 Flex以扩展Validator类的方式创建了内置验证器,以用于满足常用需求。 Validator组件的重要属性和函数: enabled:Boolean类型,决定是否启...
分类:
其他好文 时间:
2014-08-30 16:31:30
阅读次数:
235
项目目录结构如下:(1)index.html 用户管理 (2)app.jsExt.Loader.setConfig({enabled:true}); Ext.a...
分类:
Web程序 时间:
2014-08-29 15:55:58
阅读次数:
333
一、Window Server设置【服务器端设置】1) 修改注册表以下键值:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer\Enabled=1HKEY_LOCAL_MACHINE...
分类:
其他好文 时间:
2014-08-29 12:24:57
阅读次数:
221
提示:Uncaught Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. Missing required class: AM.controller.Users提示该错误的原因是因为Ext默认是不开启...
分类:
其他好文 时间:
2014-08-28 18:05:05
阅读次数:
175
PL_SQL常用快捷键1、 快速输入;Tools-->Preferences-->User Interface-->Editor-->AutoReplace,将Enabled复选框的按钮勾选上,点击那个文件路,选中设置快键方式的文件,如下面的shortcuts.txt文件所示,然后再输入的时候按下对...
分类:
数据库 时间:
2014-08-27 18:14:28
阅读次数:
364
实验02:YUM配置实验目标掌握YUM的配置实验步骤放入RHEL5.9iso,确保电源OK(/misc/cd)客户端配置[root@localhost~]#cd/etc/yum.repos.d/[root@localhostyum.repos.d]#lsrhel-debuginfo.repo[root@localhostyum.repos.d]#cprhel-debuginfo.reporh-server5.9.repo[root@localhost..
分类:
其他好文 时间:
2014-08-27 02:49:47
阅读次数:
255
第一,需要下载PHPMailer文件包phpmailer. http://phpmailer.sourceforge.net/第二,确认你的服务器系统已经支持socket ,通过phpinfo();查看是否支持sockets(socket 是属于PHP扩展部分),如果显现为“enabled”,那就是...
分类:
Web程序 时间:
2014-08-26 13:21:26
阅读次数:
215