自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (8)
  • 收藏
  • 关注

转载 聚簇索引与非聚簇索引的区别以及SQL Server查询优化技术

聚簇索引与非聚簇索引的区别以及SQL Server查询优化技术 在《数据库原理》里面,对聚簇索引的解释是:聚簇索引的顺序就是数据的物理存储顺序,而对非聚簇索引的解释是:索引顺序与数据物理排列顺序无关。正式因为如此,所以一个表最多只能有一个聚簇索引。 不过这个定义太抽象了。在SQL Server中,索引是通过二叉树的数据结构来描述的,我们可以这么理解聚簇索引:索引的叶节点就是数据节点。而

2014-12-21 16:22:18 385

转载 漫谈C#开发中的垃圾回收机制

今天我们漫谈C#中的垃圾回收机制,本文将从垃圾回收机制的原理讲起,希望对大家有所帮助。 AD:2014WOT全球软件技术峰会北京站 课程视频发布 GC的前世与今生 虽然本文是以.NET作为目标来讲述GC,但是GC的概念并非才诞生不久。早在1958年,由鼎鼎大名的图林奖得主John McCarthy所实现的Lisp语言就已经提供了GC的功能,这是GC的第一次

2014-12-17 11:36:59 348

嵌入式LINUX基础教程中文第2版 --百度网盘

嵌入式LINUX基础教程中文第2版 高清带书签 本书是嵌入式Linux领域的名著。全面深入而又简明地阐述了构建嵌入式Linux系统的精髓。书中不仅剖析了嵌入式Linux系统,而且讲述了处理器、内核、引导加载程序、设备驱动程序、文件系统等关键组件,介绍了嵌入式Linux系统的开发工具、调试技术。作者多年积累总结的嵌入式Linux开发技巧和提示,无论对初学者还是有经验的开发人员,都弥足珍贵。这一版不仅对原有章节进行了全面的修订、更新和改进,还新增了udev、USB和开源构建系统等内容。

2018-09-27

PLC开源资料

1:国外开源plc源码1份; 2:OpenPCL全套开源资料,包括开源硬件; BUS Board Schematics.zip ; CPU Board Schematics.zip; Input Board Schematics.zip; InputBoard Firmware.zip; OpenPLC Firmware.zip; OpenPLC-BUS Board.pdf; OpenPLC-CPU Board.pdf ; OpenPLC-Input Board.pdf; OpenPLC-Output Board.pdf; Output Board Schematics.zip ; OutputBord Firmware.zip ;

2018-06-07

i.MX6 Boot

This is another post that amounts to a Thank you for sharing. In this case, the thanks go to Alexandre Belloni for sharing some work on Boot time optimization he did at Adeneo Embedded. We became aware of Alexandre’s work through this thread on the U-Boot mailing list back in February. Note that this work was not done on one of our boards and doesn’t use U-Boot, but it’s cool, and it stands as proof of what the right team can achieve and a target for us all. In order to achieve this speed, Alexandre needed to do much more than optimize the boot loader though. Tailoring the early Linux startup process was every bit as important and the result is quite impressive. More details can be found: on Alexandre’s YouTube channel, in a paper he published via elinux.org, and Alexandre is currently working at Free Electrons in France and can be reached there. Well done, Alexandre, and thanks for sharing. Whoosh is an ARM Linux bootloader forked from arm-kernel-shim aimed to be really small and fast. The ultimate goal of the projet is to be a repository of various bootloader designed to be fast. It is not aiming at being generic or flexible. For now, whoosh supports Freescale i.mx53 and i.mx6x platforms. To build: ========= $ make <board>_config $ make A script is provided to help building the final bootloader + kernel image and flash it on an SDcard. Run it from the root directory of whoosh : $ make <board>_config $ ./script/FSL.sh -k <path to kernel Image or zImage> -m <path to mkimage> [<mmcdevice>]

2018-02-11

苹果核心源代码

苹果IOS9核心源代码遭泄露,泄露的部分核心代码叫iBoot。iBoot是iOS安全系统的一部分,本质上是保证iOS内核由苹果签名认证,同时执行与加载iOS系统启动的关键任务。简单来说,iBoot基本上相当于传统PC的BIOS。苹果向来将iBoot视作iOS系统安全最重要的部分之一,甚至曾提供了20万美元的赏金来寻找漏洞。 解密密码:iboot1qaz

2018-02-11

md5算法

md5算法

2017-01-13

WinCE T9输入法

WinCE T9输入法

2014-10-12

WiFi开发资料

WiFi开发资料 II_EVB_363_User_Manual_v2.pdf Nano_WiReach_DS 1_26.pdf Nano_WiReach_PB(CS) .pdf 嵌入式联网设备评估测试板DK-360.pdf DK-360 Schematic .pdf AT+i Programming Tip3-iDEN.pdf

2014-05-30

Modbus通讯协议-C#源码

Modbus通讯协议-C#源码 支持.NET2.0

2014-05-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除