1.查看httpd相关软件包 rpm -qa|grep httpd 2.卸载命令, “rpm -e 软件或服务名” 如果出现类似“httpd >= 2.2.0 is needed by (installed) gnome-user-share-0.10-6.el5.i386”这样的提示就说明,htt ...
分类:
Web程序 时间:
2018-01-25 15:39:08
阅读次数:
166
搜索关键词不对在网上查了一圈没找到合适的解决办法 去看报错的日志文件 然并卵。不过下面有个config.ini,想着以前能用现在不能用,肯定是配置问题,打开该文件 转载请注明出处http://www.cnblogs.com/yanan7890/p/8343198.html 直译过来(我翻译水平有限, ...
分类:
数据库 时间:
2018-01-24 22:21:04
阅读次数:
1078
Sysctl是一个允许您改变正在运行中的Linux系统的接口。它包含一些 TCP/IP 堆栈和虚拟内存系统的高级选项, 这可以让有经验的管理员提高引人注目的系统性能。用sysctl可以读取设置超过五百个系统变量。基于这点,sysctl(8) 提供两个功能:读取和修改系统设置。 查看所有可读变量: % ...
分类:
系统相关 时间:
2018-01-22 13:01:48
阅读次数:
353
报错如下Neither the JAVA_HOME nor the JRE_HOME environment variable is defined09:28:50 At least one of these environment variable is needed to run this pr ...
分类:
其他好文 时间:
2018-01-22 11:58:26
阅读次数:
168
7.1 为什么要动态链接 7.2 地址无关代码 7.2.1 固定装载地址的困扰 7.2.2 装载时重定位 7.2.3 地址无关代码 7.3 延迟绑定 7.4 动态链接相关结构 7.4.1 “.interp”段 7.4.2 “.dynamic”段 7.4.4 动态链接重定位表 7.4.5 动态链接时进 ...
分类:
其他好文 时间:
2018-01-11 22:19:58
阅读次数:
209
quicksork 步骤: shuffle (needed for performance guarantee) partition (scan i and j, repeat until i and j pointers cross. at last, exchange a[lo] with a[ ...
分类:
其他好文 时间:
2018-01-07 22:08:41
阅读次数:
225
线程组相当于有多个用户,同时进行同一件事,但是相同线程之间又互不影响。一个线程当中,所操作的变量不会影响其他线程组的变量。 Delay Thread creation until needed: 默认情况下,测试开始的时候,所有线程就被创建完了。如果勾选了此选项,那么线程只会在合适的需要用到的时候创 ...
分类:
编程语言 时间:
2018-01-04 16:22:54
阅读次数:
118
比较推荐的方式是采用多视图ui-view的方式。可以将不同的tab定义为不同的ui-view。如果对ui-view的使用不了解可参考ui-router里的介绍 <div> <div ui-view="filters"></div> <div ui-view="tabledata"></div> <d ...
分类:
Web程序 时间:
2018-01-02 15:19:19
阅读次数:
298
Document An image is a lightweight, stand-alone, executable package that includes everything needed to run a piece of software, including the code, a ...
分类:
其他好文 时间:
2017-12-22 21:51:44
阅读次数:
200
Project Name: Game – Legend of Swordsman Project Type: RPG GAME Project Objective: Practice In Game Programming Story Background Brief: The time is in ...
分类:
其他好文 时间:
2017-12-22 21:47:19
阅读次数:
191