码迷,mamicode.com
首页 >  
搜索关键字:enable strict    ( 6758个结果
linux x64下编译libjpeg
下载libjpeg源码:http://www.ijg.org/,下载jpegsrc.v9a.tar.gz解压源码,命令:tar -zxvfjpegsrc.v9a,源码文件夹为jpeg-9a运行命令:./configure --prefix=jpeg-9a/release --enable-share...
分类:系统相关   时间:2014-12-03 23:13:35    阅读次数:278
‘‘Strict Standards: Declaration of‘‘ php错误
最近装系统php5.5.16的版本出现问题: 在config.php上加上: error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);...
分类:Web程序   时间:2014-12-03 19:43:14    阅读次数:164
Enable Access Logs in JBoss 7 and tomcat--转
JBoss 7 is slightly different than earlier version JBoss 5 or 6. The procedure to enable access logs in JBoss 7 is also changed and you must be famili...
分类:数据库   时间:2014-12-03 16:59:22    阅读次数:870
linux 之软件包管理 (六) 光盘yum源
cent os有两张光盘,需要软件不在第一张就在第二张 挂载光盘 、 使光盘yum源生效,别的网络yum源失效(后缀名不是repo就行,采用重命名方式,也可以修改enable = 1): 修改自己光盘yum源: linux修改严格按照格式,包括注释添加! 就这样OK!...
分类:系统相关   时间:2014-12-03 15:42:55    阅读次数:180
Android设置AlertDialog中按钮的可用(Enable)状态
弹出一个保存文件的对话框,要控制输入内容限制,同时内容为空时保存按钮不可用。直接上代码:LayoutInflater mInflater = LayoutInflater.from(mActivity);View saveView = mInflater.inflate(R.layout.alert...
分类:移动开发   时间:2014-12-03 15:40:23    阅读次数:145
如何禁用Visual Studio 2013的Browser Link功能
VS2013新增的Browser Link功能虽然“强大”,但我并不需要。但默认是开启的,会在页面中自动添加如下的代码,真是烦人!如何干掉Browser Link功能?还我干净的页面代码。. How do I turn off Browser Link?You can uncheck “Enable...
分类:其他好文   时间:2014-12-02 14:47:53    阅读次数:182
CentOS7编译安装MPLAYER!!!
Linux装软件就是折磨人!!Mplayer官网下好release版本然后./configure --[options]注意:--prefix=/usr/local/mplayer 是安装路径--enable-gui 安装图形化用户界面--enable-freetype 调节字体--with-cod...
分类:其他好文   时间:2014-12-01 23:57:15    阅读次数:409
CentOS7 增加tomcat 启动,停止,使用systemctl进行配置
1,centos7 使用 systemctl 替换了 service命令 查看全部服务命令: systemctl list-unit-files --type service 查看服务 systemctl status name.service 启动服务 systemctl start name.service 停止服务 systemctl stop name.service 重启服务 systemctl restart name.service 增加开机启动 systemctl enable...
分类:其他好文   时间:2014-12-01 14:22:42    阅读次数:286
Struts2之命名空间详解及JSP文件上传了解
a)学习要懂得取舍,有些不必要,甚至根本就用不到的东西,就不要浪费时间去学。比如前面说的externalReferenceResolver和strict-method-invocation,我之所以没有进行说明,一方面是其实连我都不知道这两个属性是干什么的,另一方面就是对我们来讲无关紧要的东西,不常用的东西知道就行,没必要非得面面俱到,处处了解。...
分类:Web程序   时间:2014-11-30 09:17:53    阅读次数:144
Cisco AP Commands for AP1262N
1, 确认是胖AP后,你可以给它的interface bri 0配个IP地址,然后IE打开登这个IP地址就可以了。 Cisco AP Commands for AP1262N-K-9 >enable #config #interface bVI 1 #ip address 192.168.1.1 255.255.255.0 #no shut #ip dhcp pool ap-...
分类:系统相关   时间:2014-11-30 08:13:38    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!