先看FSMC与8080端口连接简图 图1 FSMC与8080端口连接简图下面这个图是野火ISO开发板连接图 图2 野火ISO FSMC与TFT连接图FSMC_NE4作为LCD_CS片选信号,以FSMC_A23作为LCD_RS数据/命令信号。
分类:
其他 时间:
2014-07-22 22:53:03
收藏:
0 评论:
0 赞:
0 阅读:
808
Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a...
分类:
其他 时间:
2014-07-22 22:53:03
收藏:
0 评论:
0 赞:
0 阅读:
279
简介:Nginx全程是什么?Nginx ("engine x") 是一个高性能的 HTTP 和反向代理服务器,也是一个 IMAP/POP3/SMTP代理服务器。安装配置nginx.conf:主要配置项:编写helloworld运行工具原理、结构用途、用法注意相关http://www.cnblogs....
分类:
其他 时间:
2014-07-22 22:53:03
收藏:
0 评论:
0 赞:
0 阅读:
322
mac 下 parallels 虚拟机 ubuntuServer 安装 parallels tools1. 先点击ubuntu 虚拟机右下角的设置 -----安装 parallels tools ---开始挂载安装盘;2. 检查 ubuntu 虚拟机是否已经挂载了 安装盘; sudo mount ....
分类:
其他 时间:
2014-07-22 22:55:44
收藏:
0 评论:
0 赞:
0 阅读:
280
SQL Server中主外键的定义:1.create table dept(dept_no int primary key,dept_name nvarchar(50) not null)insert into dept values(10,'IT'),(20,'Finance'),(30,'Eng...
分类:
数据库技术 时间:
2014-07-22 22:55:44
收藏:
0 评论:
0 赞:
0 阅读:
435
Hadoop的数据管理,主要包括Hadoop的分布式文件系统HDFS、分布式数据库HBase和数据仓库工具Hive的数据管理。
分类:
其他 时间:
2014-07-22 22:53:04
收藏:
0 评论:
0 赞:
0 阅读:
667
使用说明: 一、创建目录 在帝国的插件目录:e/extend/创建yz目录 二、创建文件 在我们创建的目录内新建一个文件index.php,文件内容如下 fetch1("select id,title,tprice,price from {$dbtbpre}ecms_".$class_r[$clas...
分类:
其他 时间:
2014-07-22 22:53:04
收藏:
0 评论:
0 赞:
0 阅读:
384
package lianxi;public class StaticTest { int a = 0; static int b =0; StaticTest(){ a++; b++;// } /** * @param args */ public static void main(Stri...
分类:
其他 时间:
2014-07-22 22:53:04
收藏:
0 评论:
0 赞:
0 阅读:
318
进入cmd命令行,启动adb1、用adb打log:adb logcat2、过滤log信息:adb logcat | findstr *** 这里的***就是你需要设置的过滤项,如myscan3、存储log信息:adb logcat >路径4、存储过滤的log信息:最简单的方法:右键选择(选中即复制....
分类:
移动平台 时间:
2014-07-22 22:53:04
收藏:
0 评论:
0 赞:
0 阅读:
397
--根据表中数据生成insert语句的存储过程CreateProcproc_insert(@tablenamevarchar(256))as--表名称beginsetnocountonDeclare@sqlstrvarchar(4000),@sqlstr1varchar(4000),@sqlstr2...
分类:
数据库技术 时间:
2014-07-22 22:53:05
收藏:
0 评论:
0 赞:
0 阅读:
445
Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words.For exampl...
分类:
其他 时间:
2014-07-22 22:53:05
收藏:
0 评论:
0 赞:
0 阅读:
397
关于Jquery的parent和parentsparent是指取得一个包含着所有匹配元素的唯一父元素的元素集合。parents则是取得一个包含着所有匹配元素的祖先元素的元素集合(不包含根元素)。可以通过一个可选的表达式进行筛选。可以看出parent取的很明确,就是当前元素的父元素;parents则是...
分类:
Web开发 时间:
2014-07-22 22:53:05
收藏:
0 评论:
0 赞:
0 阅读:
377
高亮代码 SyntaxHighlighter
分类:
其他 时间:
2014-07-22 22:53:05
收藏:
0 评论:
0 赞:
0 阅读:
265
///using System;using System.Web;using System.Data;public class DHallZTinfo : IHttpHandler{ public void ProcessRequest(HttpContext context) { ...
分类:
Web开发 时间:
2014-07-22 22:53:06
收藏:
0 评论:
0 赞:
0 阅读:
380
7.15日志:序号时段内容成果备注18:15-11:30警报与报表库存账龄分析警报与报表编写(抓库存账龄的存储过程比较复杂,报表需要呈现的维度相对多,在学习和工作的过程中花费较多时间)213:00-17:20目前状态:1、 任务推送的需求已形成几种解决思路,正针对解决思路进行配置、开发工作,最终形成...
分类:
其他 时间:
2014-07-22 22:53:06
收藏:
0 评论:
0 赞:
0 阅读:
286
方法一:SET PASSWORDmysql -u rootmysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpass');方法二:mysqladminmysqladmin -u root password "newpass"mysql...
分类:
数据库技术 时间:
2014-07-22 22:53:06
收藏:
0 评论:
0 赞:
0 阅读:
353
为尊重原创,该文出自博主:http://www.cnblogs.com/lf6112/archive/2011/07/26/2117348.html
分类:
Web开发 时间:
2014-07-22 22:53:24
收藏:
0 评论:
0 赞:
0 阅读:
323
1. mapper任务一般执行 输入格式解析、投影(选择相关的字段)、过滤(过滤掉无关记录)。reducer任务一般2. 对于map任务和ruduce任务,tasktracker有固定数量的任务槽。3. 分片(split)的大小一般就是文件块大小。map任务的数量取决于文件大小和块大小,不用刻意去设...
分类:
其他 时间:
2014-07-22 22:53:24
收藏:
0 评论:
0 赞:
0 阅读:
443
好久没写博客了,最近只看博客不写的习惯很不好啊。好了,最近的项目中大量的用到了表单,很多表单有特殊的编写,但是在该项目中又有很多重复的地方,这个时候若能封装成htmlhelper将大大降低工作量的。下面给出基本的使用模型,备忘using System;using System.Collections...
分类:
Web开发 时间:
2014-07-22 22:53:24
收藏:
0 评论:
0 赞:
0 阅读:
315
using System; using System.Text; using System.IO; using System.Security; using System.Security.Cryptography; namespace Tgnet.Base.Security { /**...
分类:
Web开发 时间:
2014-07-22 22:53:25
收藏:
0 评论:
0 赞:
0 阅读:
286