MPC8313ERDB在Linux从NAND FLASH读取UBoot环境变量的代码分析 Yao.GUET@2014-05-19 一。故事起因 由于文件系统的增大,已经大大的超出了8MB的NOR FLASH。而不得不把内核,文件系统和设备树文件保存到NAND FLASH上。可是由于使用的是RAMDI ...
分类:
数据库 时间:
2017-04-18 17:00:54
阅读次数:
280
/*css代码*/ /* poptip */ .poptip{position: absolute;top: 20px;left:20px;padding: 6px 10px 5px;*padding: 7px 10px 4px;line-height: 16px;color: #DB7C22;fo ...
分类:
Web程序 时间:
2017-04-18 13:19:33
阅读次数:
175
<table> <caption></caption> <thead> <tr> <th></th> </tr> </thead> <tbody> <tr> <td></td> </tr> </tbody> <tfoot> <tr> <td></td> </tr> </tfoot> </table> ...
分类:
其他好文 时间:
2017-04-17 23:07:29
阅读次数:
152
需求: 使用能够上网的外网pc(win7操作系统)。远程訪问公网tp-link下的的mac电脑 环境: mac os tp-link pc 工具: putty TightVNC 或者 TeamViewer 方法一 方法一: 使用TeamViewer 9。傻瓜式的訪问。须要注意的是版本号须要尽量保持最 ...
分类:
系统相关 时间:
2017-04-17 16:01:36
阅读次数:
294
问题状况:使用Putty登录到linux服务器后,alt+f的快捷键正常,但alt+b的快捷键不能使用 解决方案:禁用Lingoes的alt+b的快捷键。 用着Putty+Putty Connection Manager,挺不错的,可是在shell里不能使用alt+b的快捷键,alt+f是可以用的。 ...
分类:
其他好文 时间:
2017-04-16 23:00:19
阅读次数:
256
config.php文件设置如下: <?php return array( //'配置项'=>'配置值' //后台 'URL_MODE'=>0, 'DB_TYPE'=>'mysql', 'DB_HOST'=>'localhost,192.168.1.2',//两台数据库服务器 'DB_PORT'=> ...
分类:
数据库 时间:
2017-04-16 18:50:21
阅读次数:
231
新建一个空网站,添加Global.asax全局处理。 文件目录如图: 在global类中添加代码: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 using Syst ...
分类:
Web程序 时间:
2017-04-15 20:12:44
阅读次数:
209
import requests import bs4 import urllib.request import urllib import os hdr = {'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHT... ...
分类:
编程语言 时间:
2017-04-15 14:55:13
阅读次数:
151
public class UserModle{ private String userName; private String passWord; public void setUserName(String userName) { // TODO Auto-generated method stu ...
分类:
移动开发 时间:
2017-04-11 15:00:11
阅读次数:
304