hosts 文件 C:\Windows\System32\drivers\etc//统一注释头文件 C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplatesCache\CSharp\Code\2052\...
分类:
其他好文 时间:
2014-12-08 19:31:29
阅读次数:
155
在做项目时,总是会碰到需要修改系统的默认日期这种要求,现将RDA8810的修改方法和大家分享一下:
一、修改路径kernel/drivers/rtc/rtc-rda.c
二、修改位置:
status = __rda_rtc_readl(rtc, STA_REG);
if (status & RDA_RTC_STA_NOT_PROG) {
...
分类:
其他好文 时间:
2014-12-08 10:51:15
阅读次数:
202
一直使用谷歌浏览器,性能较其它浏览都略胜一筹。但是后面用户无法登录,书签也没办法同步。比较苦恼。上网查了下。解决方法如下:C:\Windows|System32\drivers\etc的hosts文件加入以下IP域名对应关系便可。203.208.46.1760-focus-opensocial.googleusercontent.com203.208.46...
分类:
其他好文 时间:
2014-12-07 23:24:45
阅读次数:
509
彻底卸载的流程
1、删除C:\windows\inf\oem.inf路径下的所有oem文件
2、删除c:\windows\system32\drivers路径下对应的sys文件
3、(重要)
第一步:使用PsExec.exe 获取对注册表的administrator访问权限,PsExec.exe 下载地址 http://techne...
这个可能是网络问题,国内服务器经常连接不上Google的服务器
尝试下面的解决办法:
第一步:
Tools-->Options
在下图的红方框标记部分打上勾
第二步:
在C:\Windows\System32\drivers\etc目录下找到hosts文件,如下图:
用记事本打开hosts文件,在最后一行添加如下代码:
#android更新
203.208.46....
分类:
移动开发 时间:
2014-12-04 20:03:39
阅读次数:
351
1、在需要单独编译为模块的目录里执行如下命令: make CONFIG_IGB=m -C /home/centoser/linux M=/home/centoser/linux/drivers/net/ethernet/intel/igb modules2、拷贝 cp igb.ko /lib/m.....
分类:
其他好文 时间:
2014-12-03 20:56:08
阅读次数:
141
这个程序是《Linux device drivers》中的代码片段: #include #include MODULE_LICENSE("Dual BSD/GPL"); static int hello_init(void)
{ printk(KERN_ALERT "Hello,world\n");...
分类:
其他好文 时间:
2014-11-30 16:44:37
阅读次数:
212
host文件,路径为:C:\windows\system32\drivers\etc\hosts方法/步骤:方法1:用notepad++打开host文件,修改和保存方法2:(1)首先用管理管权限打开DOS程序.win8下同时按住winkey+x键,然后点中菜单中的“命令提示符(管理员)”,打开DOS...
1、修改build.propTD为ril.flightmode.poweroffMD=0ril.telephony.mode=2改为ril.flightmode.poweroffMD=1ril.telephony.mode=12.替换system\etc\firmware以上就可以了如果不行反编译f...
分类:
移动开发 时间:
2014-11-22 23:06:39
阅读次数:
626