码迷,mamicode.com
首页 >  
搜索关键字:enable strict    ( 6758个结果
Android BlueDroid(二):BlueDroid蓝牙开启过程init
关键词:bluedroid  initNative enableNative BTIF_TASK  BTU_TASKbt_hc_work_thread set_power  preload  GKI作者:xubin341719(欢迎转载,请注明作者,请尊重版权,谢谢!)欢迎指正错误,共同学习、共同进步!! 一、   蓝牙开启流程概述,如下图所示:init、enable 和一般的函数调用相同,and...
分类:移动开发   时间:2014-10-23 12:30:42    阅读次数:288
关闭firefox缓存
在Firefox中关闭缓存看看这里在地址栏输入:about:config然后在过滤器中输入:browser.cache.disk.enable解释:When a page is loaded, it can be cached so it doesn’t need to be downloaded ...
分类:其他好文   时间:2014-10-23 11:59:14    阅读次数:131
ubuntu+Nginx + PHP
OS:ubuntu14.04 WEB Server:nginx1.7.5 PHP-5.9.4 wget http://cn2.php.net/distributions/php-5.5.9.tar.gz tar zvxf php-5.5.9.tar.gz cd php-5.5.9 ./configure --prefix=/usr/local/php? --enable-fpm --wit...
分类:Web程序   时间:2014-10-23 10:51:05    阅读次数:295
【交换机】远程登录交换机并进行交换机的备份与还原
拓扑图:实验背景:利用主机本地登录交换机并进行配置:设置console口的口令设置enable的密码远程pC通过telnet远程登录交换机并将交换机的配置保存到FTP服务器上。当交换机出现故障时,重新购买一台交换机换上,然后将老交换机的配置从FTP服务器还原到新的交换机上。查看是否新..
分类:其他好文   时间:2014-10-23 06:56:51    阅读次数:225
vsftp 配置
12anonymous_enable=NO15local_enable=YES18write_enable=NO22local_umask=02239xferlog_enable=YES42connect_from_port_20=YES52#xferlog_file=/var/log/xferlog98chroot_list_file=/etc/vsftpd/chroot_list109listen=YES116pam_service_name=vsftpd117userlist_enable=NO118u..
分类:其他好文   时间:2014-10-22 06:34:16    阅读次数:206
[Call Vibrator] How to Enable Outgoing Call Vibration without ROOT
Call Vibrator requires the radio log of phone to detect when outgoing call is answered. But since Android JellyBean(4.1), the permission for radio log...
分类:其他好文   时间:2014-10-22 06:18:03    阅读次数:260
vsftpd配置文件详解
vsftpd配置文件详解1.默认配置:1>允许匿名用户和本地用户登陆。 anonymous_enable=YESlocal_enable=YES2>匿名用户使用的登陆名为ftp或anonymous,口令为空;匿名用户不能离开匿名用户家目录/var/ftp,且只能下载不能上传。3>本地用户的登录名为本...
分类:其他好文   时间:2014-10-21 22:54:35    阅读次数:415
如何创建一个AJAX-Enabled WCF Service
原创地址:http://www.cnblogs.com/jfzhu/p/4041638.html 转载请注明出处 前面的文章中介绍过《Step by Step 创建一个WCF Service 》以及《如何使用WCF的Trace与Message Log功能》,本文介绍如何创建一个AJAX-Enable...
分类:Web程序   时间:2014-10-21 22:52:34    阅读次数:330
loadmore
实例点击loadmore.js/** loadmore.js require jQuery,artTemplate* Butterfly 2013.08.28*/define(['../utils/artTemplate'], function(template){'use strict'; ...
分类:其他好文   时间:2014-10-21 17:32:39    阅读次数:268
PHPMail的使用
一、去github下载PHPMail:https://github.com/PHPMailer/PHPMailerSMTPDebug = 3; // Enable verbose debug output$mail->isSMTP(); ...
分类:Web程序   时间:2014-10-21 17:18:36    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!