DHCP服务器IP:192.168.1.10 一,安装dhcp [root@localhost ~]# yum install dhcp Loaded plugins: product-id, subscription-manager This system is not registered to
分类:
其他好文 时间:
2016-02-14 22:08:04
阅读次数:
220
1.centos7现状: 新系统无法再使用yum install mysql-server来安装mysql,因为已使用mariadb代替mysql。 2.安装mariadb: [root@localhost ~]# yum -y install mariadb* Loaded plugins: fa
分类:
数据库 时间:
2016-02-14 12:51:02
阅读次数:
237
一,安装BIND [root@localhost ~]# yum install bind bind-chroot bind-utils Loaded plugins: product-id, subscription-manager This system is not registered to
分类:
其他好文 时间:
2016-02-11 20:24:38
阅读次数:
284
在页面中 加载了一个webView 当点击该webView的页面 需要获取webView中的url。 在push出来的另一个页面中,重新初始化一个webView加载 下面这个方法 在webView加载的时候都会调用 loaded是一个BOOL类型的属性 未设初始值 - (BOOL)webView:(
分类:
Web程序 时间:
2016-02-02 17:40:40
阅读次数:
140
dyld: Library not loaded: @rpath Referenced from: Reason: no suitable image found. Did find: 要么使用静态库,要么General -> Embedded Binaries
分类:
移动开发 时间:
2016-01-30 09:34:24
阅读次数:
134
链接地址:http://www.cnblogs.com/TivonStone/archive/2012/04/20/2460116.html 当使用 initWithNibName 函数, 并使用 由nib文件生成的ViewController 的view属性时候,遇到这个问题。 //load lo
分类:
其他好文 时间:
2016-01-29 15:55:06
阅读次数:
162
1、load事件 img.onload = function() { alert('loaded'); } 2、readystatechange事件 img1.onreadystatechange = function() { if(img1.readyState=="complete" || im
分类:
其他好文 时间:
2016-01-28 15:20:52
阅读次数:
121
unity我一直在用5.0以下的版本 昨天升级到了最新版本5.3.1 发现无法打android包,ios也不行 提示“No Android/IOS module loaded” 下面有个Module Manager按钮,点击发现然并卵 在网上查了一下资料,得到了答案 这是原文:http://answ
分类:
移动开发 时间:
2016-01-28 12:22:46
阅读次数:
678
看到网上都没有像样的解答,我把我的情况分享出来给大家 先说说我的需求:IDA远程调试linux程序,按照教程配置好后,F9启动出现“The file can't be loaded by the debugger plugin.”,然后网上搜,然后懵逼了。 我的环境配置win7 x64 sp1 ID
分类:
其他好文 时间:
2016-01-28 10:36:15
阅读次数:
624
is_loaded, TRUE)) { return; } $config =& get_config(); if ($idiom == '') { $deft_lang = ( ! i...
分类:
编程语言 时间:
2016-01-26 15:22:33
阅读次数:
218