- 博客(51)
- 资源 (4)
- 收藏
- 关注
原创 WPF操作SQLite
IDE:VS2017 community通过NuGet获取SQLiteSQLite增、删、改、查:using System;using System.Collections.Generic;using System.Data.SQLite;using System.Linq;using System.Text;using System.Threading.Task
2017-05-19 11:22:13
3058
原创 WPF异常捕捉
public partial class App : Application{ public App() { Application.Current.DispatcherUnhandledException += Application_DispatcherUnhandledException; // UI线程异常捕获 AppDomain.Curr
2017-05-17 17:30:32
646
原创 WPF本地化(多语言)语言解决方案
工程目录结构:LocalizedLangExtension.csusing System;using System.Collections.Generic;using System.ComponentModel;using System.Diagnostics;using System.Globalization;using System.Linq;using
2017-05-17 11:37:28
2943
1
原创 Linux内核的list_head民用改造
修复博客:http://blog.csdn.net/lh806732/article/details/53946839list_head.h#pragma once#ifndef __LIST_HEAD_H__#define __LIST_HEAD_H__#ifdef __cplusplusextern "C" {#endif#include <stdio....
2016-12-30 00:08:40
617
转载 Linux 初始 RAM 磁盘(initrd)概述
本文来源:http://www.ibm.com/developerworks/cn/linux/l-initrd.htmlLinux 初始 RAM 磁盘(initrd)概述学习 initrd 的剖析、创建以及在 Linux 引导过程中的用法Linux® 初始 RAM 磁盘(initrd)是在系统引导过程中挂载的一个临时根文件系统,用来支持两阶段的引导
2014-03-05 11:06:03
849
转载 嵌入式Linux中initrd的应用--浅析ramdisk、ramfs、initrd和initramfs
嵌入式Linux中initrd的应用--浅析ramdisk、ramfs、initrd和initramfs本来来自于:http://hi.baidu.com/deep_pro/item/8a23322969ab89d00e37f956在Essential Linux.Device Drivers里看到这样一句话在嵌入式系统开发过程中, initrd 和 initramfs
2014-03-05 11:04:42
943
原创 CreateWindow
// 包含头文件windows.h#include #include "tchar.h"// 预先声明Message Handler,可以叫做任何名字,这里是MyWindowProcedureLRESULT CALLBACK MyWindowProcedure(HWND, UINT, WPARAM, LPARAM);// 以下是所有Windows程序都需要的WinMain函数// WinM
2010-03-05 15:59:00
1800
原创 内存映射(读取二进制文件)
二进制文件中前4个字节为文件的大小。前32-36个字节关于文件的格式,格式之后为4个通道的数据,分别为:CH1/CH2/CH3/CH4 DWORD CTEST1Dlg::ReadDataFormIgnFile(TCHAR *tcFileName, const DWORD dwDataLen, USHORT *pCH1, USHORT *pCH2, USHORT *pCH3, USHOR
2010-03-02 13:44:00
2541
原创 s3c2416 键盘驱动的代码
s3c2450kbd.cpp //// Copyright (c) Microsoft Corporation. All rights reserved.//#include #include #include #include #undef ZONE_INIT#include #include #include #include #include "s3c2450kb
2010-02-23 08:51:00
1374
原创 2416 睡眠唤醒的代码
PowerButton.c //// Copyright (c) Microsoft Corporation. All rights reserved.//#include #include #include #include #include "pwr.h"#include #define SIZEOFARRAY(a) (sizeof(a) / sizeof(a[0])
2010-02-23 08:48:00
1558
原创 VS2005工程批处理编译示例
工程名 :IgntionDataAnalysis存放路径:E盘根目录工程属性:本工程为windows XP下Dll工程,最终生成目标为DLL目标名称:IgntionDataAnalysis.dll 批处理文件:Build.bat Build.bat内容如下: @echo offset SOLUTION_FILE=IgntionDataAnal
2010-01-06 16:56:00
1231
s3c6410简易版uboot
2013-07-21
curl_demo.rar
2021-02-15
TinyUI-windows模拟器演示程序
2020-05-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅