码迷,mamicode.com
首页 >  
搜索关键字:not supported    ( 848个结果
CentOS 下配置hostapd共享WiFi
CentOS 下配置hostapd共享WiFi有两种方法可以实现软AP:一种是桥接模式,也就是利用新建BRIDGE将内网和外网连接起来;还有一种是路由模式,利用NAT将内网数据包与外网数据包进行转换。这里我使用的是路由模式。 tips:首先需要确认无线网卡支持AP mode,[root@localhost /]#iw list,在列出的内容里面查看Supported interface modes...
分类:其他好文   时间:2015-05-14 18:41:23    阅读次数:315
Spring-事物传播行为
spring事物的传播属性(7种)REQUIRED(默认) 业务方法需要在一个容器里运行。如果方法运行时,已经处在一个事务中,那么加入到这个事务,否则自己新建一个新的事务。 存在事物,则使用当前事物;没有事物,创建新的事物NOT_SUPPORTED 声明方法不需要事务。如果方法没有关...
分类:编程语言   时间:2015-05-13 00:46:27    阅读次数:162
发送邮件时,报postdrop: warning: inet_protocols: IPv6 support is disabled: Address family not supported by
Linux6.5发送邮件时,异常postdrop: warning: inet_protocols: IPv6 support is disabled: Address family not supported by 报错信息:  sendmail: warning: inet_protocols: IPv6 support is disabled: Address famil...
分类:Web程序   时间:2015-05-12 09:26:56    阅读次数:310
mac os vim 乱码
1 yum -y groupinstall chinese-support 2 3 vim /etc/sysconfig/i18n 4 5 LANG="zh_CN.UTF-8" 6 LANGUAGE="zh_CN.UTF-8:zh_CN.GB2312:zh_CN" 7 SUPPORTED="z...
分类:系统相关   时间:2015-05-10 20:07:45    阅读次数:185
JAVA程序调试错误集
这边文章是我记录调试JAVA程序的错误,每次遇到都会更新!         错误1.HTTP Status 405 - HTTP method GET is not supported by this URL        解决方法:解决办法:删除super.doGet(request, response);...
分类:编程语言   时间:2015-05-08 22:14:26    阅读次数:175
发行说明 | Flash Player? 17、AIR? 17
已修正的问题 2015 年 3 月 12 日 AIR [iOS 模拟器] 对使用 Xcode 5 的模拟器打包 ipa 时,会出现错误消息“Application architecture is not supported on ios”。 [iOS] 使用部署 Ad hoc + 快速包装器发布具有“...
分类:其他好文   时间:2015-05-06 11:21:55    阅读次数:210
ubuntu终端显示中文乱码
1.修改/var/lib/locales/supported.d/local文件,在文件中添加 zh_CN.GBK GBK zh_CN.GB2312 GB2312 2.sudo dpkg-reconfigure --force locales 然后在输出的结果中会出现 zh_CN.GB2312 done zh_CN.GBK done 出现done就成功了,...
分类:系统相关   时间:2015-05-05 19:42:32    阅读次数:186
add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plist.(转载)
在使用个推时出现这个错误 [ application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your ...
分类:其他好文   时间:2015-05-05 18:21:22    阅读次数:145
Start – Modern minimalist OpenCart 2.X 自适应主题模板 ABC
START – MODERN MINIMALIST OPENCART 2.X 自适应主题模板 ABC-0573-04 ? ??? Two OpenCart versions supported: 1.5.5.x and 1.5.6.x Cross browsers compatibility: IE9, IE10, IE11 Firefox, Safari, Oper...
分类:其他好文   时间:2015-05-05 00:10:21    阅读次数:161
depthstencil buffer 不支持 msaa
phyreengine dx11 MRT不支持depth rendertarget 的msaa他里面竟然只写着,// not supported yet!!!!导致hdao 时开msaa的话,depth 用不了,因为depth target没有被resolve,连srv他都没建立呢solution把...
分类:其他好文   时间:2015-05-04 17:08:11    阅读次数:151
848条   上一页 1 ... 64 65 66 67 68 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!