下载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
最近装系统php5.5.16的版本出现问题: 在config.php上加上: error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);...
分类:
Web程序 时间:
2014-12-03 19:43:14
阅读次数:
164
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
cent os有两张光盘,需要软件不在第一张就在第二张
挂载光盘
、
使光盘yum源生效,别的网络yum源失效(后缀名不是repo就行,采用重命名方式,也可以修改enable = 1):
修改自己光盘yum源:
linux修改严格按照格式,包括注释添加!
就这样OK!...
分类:
系统相关 时间:
2014-12-03 15:42:55
阅读次数:
180
弹出一个保存文件的对话框,要控制输入内容限制,同时内容为空时保存按钮不可用。直接上代码:LayoutInflater mInflater = LayoutInflater.from(mActivity);View saveView = mInflater.inflate(R.layout.alert...
分类:
移动开发 时间:
2014-12-03 15:40:23
阅读次数:
145
VS2013新增的Browser Link功能虽然“强大”,但我并不需要。但默认是开启的,会在页面中自动添加如下的代码,真是烦人!如何干掉Browser Link功能?还我干净的页面代码。. How do I turn off Browser Link?You can uncheck “Enable...
分类:
其他好文 时间:
2014-12-02 14:47:53
阅读次数:
182
Linux装软件就是折磨人!!Mplayer官网下好release版本然后./configure --[options]注意:--prefix=/usr/local/mplayer 是安装路径--enable-gui 安装图形化用户界面--enable-freetype 调节字体--with-cod...
分类:
其他好文 时间:
2014-12-01 23:57:15
阅读次数:
409
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
a)学习要懂得取舍,有些不必要,甚至根本就用不到的东西,就不要浪费时间去学。比如前面说的externalReferenceResolver和strict-method-invocation,我之所以没有进行说明,一方面是其实连我都不知道这两个属性是干什么的,另一方面就是对我们来讲无关紧要的东西,不常用的东西知道就行,没必要非得面面俱到,处处了解。...
分类:
Web程序 时间:
2014-11-30 09:17:53
阅读次数:
144
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