自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

lee353086的专栏

工作学习笔记

  • 博客(10)
  • 资源 (30)
  • 收藏
  • 关注

原创 servlet中读写文件"/"路径,在哪里的问题

[1]jsp如何调用Bean的示例,可以用来测试Web客户端缓存是不是被去除![2]servlet中读写文件"/"路径,在哪里的问题。[3]计数器,演示曾经有多少人访问。

2014-08-29 16:35:32 3937

原创 CMake - 可执行文件 - 动态链接库 - libcurl

假设有一个TestHttpClient Solution,这个Solution下分别有TestHttpClient工程(可执行程序)和Htt

2014-08-23 10:27:39 12213

原创 测试C++代码与WebBrowser HTML的互动

testWebBrowserDlg.htestWebBrowserDlg.cpptest.html

2014-08-13 15:21:06 8662 5

原创 我的第一个调用Intrinsics函数的程序

描述: 以前需要使用汇编对CPU的指令集进行优化,现在可以直接使用Intrinsic函数达到类似效果, 可读性和移植性相对于汇编语言有长足进步。现在极少有x86架构cpu不支持SSE/SSE3指令集 所以是时候了解Intrinsic函数(SSE、SSE2)的使用。 现在让我们通过简单的例子,来了解Intrinsic函数(SSE/SSE2指令)如何使用!

2014-08-08 12:13:15 8665 4

原创 测试CPU的特性

/*功能:测试CPU的特性测试环境:Windows 8.1 64bit、Visual Studio 2013 Update1、Core i5-2500k最后更新日期:2014-04-23描述:我忘记这段代码从哪里download下来,但是经测试可以用,通过这段代码的学习, 可以写一个测试CPU是否支持SSE/SSE2特性的函数。如何运行源代码:在Visual Studio 2013下建

2014-08-08 11:28:24 1171

原创 测试了下boost的序列化反序列化功能

// testSerialization.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include #include #include #include #include #include #include /*标题:boost

2014-08-07 16:33:21 4447

原创 去WebBrowser控件的3d边框,示例代码段

MyWebBrowser.h#pragma once#include namespace kagula{ class CMyWebBrowser : public IDocHostUIHandler { public: CMyWebBrowser() { m_cRef = 0; } virtual ~CMyWebBrowser() {} LONG

2014-08-06 16:36:14 2871

原创 Visual Studio C++中的一些疑难问题(待更新)

Q1碰到#pragma comment(lib, "../Release/catCommonCtl.lib")不能调用

2014-08-06 09:55:38 655

原创 MFC复制目录树

这里记一下,免得要用的时候,东找西找。FireDirHelper.hF

2014-08-04 14:55:24 1150

原创 MFC C++代码与WebBrowser HTML的互动(还需完善)

testWebBrowser.htestWebBrowser.cpptset.html

2014-08-03 17:02:12 13202 3

the fake music sample for learning Machine Learning

the sample for learning Machine Learning. This Excel file has age, gender, and genre columns and 17 records. Generally, age and gender columns as input, genre column is for output.

2023-03-01

FFMPEG4.1 CentOS7 64位运行版

CentOS7 64bits gcc5.5 ffmpeg4.1 支持h264 AAC, 支持mp4推流

2019-03-18

libjpeg9c的VC2017静态库工程

libjpeg9c是2018年发布的jpeg第三方库。 自己新建了libjpeg9c的VC2017工程,支持Windows 10 SDK,不像网上贴的,一定需要先安装老版本的WinSDK才能编译通过。 由于不允许我上传超过13M的文件,测试工程被去掉了,还不得不去掉了部份东西,需要你有一点动手能力,做下环境配置,才能build通过。

2018-01-17

我的第一个Spring程序

我的第一个Spring程序 Environment: [1]JDK 1.7.x [2]Eclipse-jee-mars-2-win32 [3]Tomcat7 [4]Spring 3.1.0 [5]Maven 3.3.9

2016-04-08

ippicv_windows_20151201.zip

这是CMake OpenCV 3.1.0需要下载的zip文件。

2016-01-19

sqlite-netFx451-setup-bundle-x64-2013-1.0.98.0.exe

VS2013上开发SQLite所需要的运行时库和工具. This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x64 version of the System.Data.SQLite 1.0.98.0 (3.8.11.1) package. The Visual C++ 2013 Update 2 runtime for x64 is included. The .NET Framework 4.5.1 is required.

2015-11-20

WPF SendKeys

wpf向UIElement发送键盘消息。

2015-10-30

93条码打印c++源代码

93条码打印,c++源代码,解决上次上传的资源,条码打印线条宽度不正确的问题。

2015-10-08

如何打印code93的代码

使用Win32 API,打印Full ASCII Code93条码。

2015-09-29

Unity3D的SpaceShooter教程素材

Unity3D-SPACE SHOOTER教程学习资源 ---------------------------------------------------------------------- SPACE SHOOTER TUTORIAL Expand your knowledge and experience of working with Unity by creating a simple top down arcade style shooter. Using basic assets provided by Unity Technologies, built-in components and writing simple custom code, understand how to work with imported Mesh Models, Audio, Textures and Materials while practicing more complicated Scripting principles.

2015-08-03

2D ROGUELIKE

完成Roguelike教程所需要的Asset -------------------------------------------------------------- Learn how to make a 2D Roguelike game with this project. Over the course of the project will create procedural tile based levels, implement turn based movement, add a hunger system, audio and mobile touch controls. This video series was filmed in Unity 5, but is compatible with Unity 4.6 as well.

2015-08-03

UniversalTermsrvPatch

Universal Termsrv.dll Patch (远程桌面多用户同时连接数破解通用补丁)可以破解 termsrv.dll, 解除远程桌面多用户同时连接(会话)数限制。 由于 Windows XP/Vista/7 的许可限制,在一台电脑上同一时间只允许一个用户登录(会话)。 如果有第二个用户通过远程桌面服务登录本机,那么在此之前本地已登录的用户、或远程已登录的用户将被踢出。 本补丁的功能就是去除这个限制,允许多人多用户同时并行访问登录XP/Vista/7,拥有一个终端服务器的功能。 通用补丁,适合所有语言的Windows!

2015-07-27

The IDA Pro Book 2nd

THE IDA PRO BOOK 2ND EDITION The Unofficial Guide to the World’s Most Popular Disassembler

2015-06-08

libssh2_2.4.3兼容的openSSL

libssh2_2.4.3兼容的openSSL 在VS2010SP1下编译通过

2014-12-25

Introducing Character Animation with Blender Tony Mullen

学Blender的权威资料!相较于几万元的软件(比如3dsmax,Maya),它可是免费的。

2013-12-09

JavaCAPSBasics_Part_II_Examples.pdf

JavaCAPS数据集成的老资料

2013-12-09

JMS1.1 规范

This chapter describes the environment of message-based applications and the role JMS plays in this environment.

2013-12-09

Shader X5 Advanced Rendering Techniques

The Geometry Manipulation section of the book focuses on the ability of graphic processor units(GPUs) to process and generate geometry in exciting and interesting ways!

2013-12-09

Glue it(Sprite Sheet)

用来制作Sprite Sheet (网格图 )

2012-04-19

WindowsService服务方式集成框架

============================================ ods的测试环境 VS2008SP1+WinXPwithSP1 ============================================ ods的功能特性 可以很方便的为你的服务端程序,集成WindowsService服务方式的功能 ============================================ ods集成说明 使用前提 [1]ods必须在Win32编译模式下编译 [2]编译模式设置为Unicode方式 ============================================ 如何使用 [1]确保下面文件清单中的文件(共十一个文件)加入到你的工程当中 odsError.h odsError.cpp odsError.code.h odsFileSystem.h odsFileSystem.cpp(可选) odsLog.h odsLog.cpp odsService.cpp odsService.h WinSrvFramework.h WinSrvFramework.cpp [2]添加文件实现void start()函数(运行服务功能) [3]修改WinSrvFramework.cpp文件中的ServiceStop,实现stop服务功能 [4]参考RTXWinSrv.cpp的_tmain函数,使ods同你的应用集成起来 [5]修改WinSrvFramework.h文件,使服务程序名称符合你的要求 ods代码来源于网络其他人写的代码,你可以搜索ods来得到更原始的代码 ============================================

2011-03-14

网络文件服务器程序HFS

启动这个应用程序,就会建立网络文件服务器。 这样可以很方便的在你的手机中,从PC下载文件。而不用通过E-mail或同步软件等方式。

2011-03-02

Pro WPF in C# 2010: Windows Presentation Foundation in .NET 4

Pro WPF in C# 2010: Windows Presentation Foundation in .NET 4

2011-03-02

ProE4二次开发入门.docx

通过编写一个C语言程序,实现在ProE4.0中插入一个菜单项,来说明ProE4.0的二次开发。我这里使用的开发环境是Win XP SP3 + Visual Studio 2008 (英文版) SP1 + Pro E 4.0 这里假设你有一定的在Microsoft Visual Studio下C++语言开发经验。本文ProE的安装目录是在“D:\proeWildfire 4.0”,项目文件的位置在“D:\workspace”,你需要根据你的安装位置替换。

2010-12-07

Windows Phone 7开发入门(DOCX文件)

Windows Phone 7程序的开发得使用C#程序语言。存在两种框架(方式)可以开发Windows Phone程序,一种就Silver Light,另外一种是XNA Framework。Silver Light用来开发Internet富客户端程序,XNA Framework者主要用于游戏开发。这里介绍使用Silver Light开发第一个WindowsPhone7应用程序。 阅读本文前建议你有编程基础,并假设你已经从Microsoft App Hub网站上下载Windows Phone7开发工具。 我这里使用的是App Hub网站上下载的Microsoft Visual Studio 2010 Express等开发工具。 本文参考《How to: Create Your First Silverlight Application for Windows Phone》编写,原文位置在“参考资料[3]”。

2010-11-20

RTL8139ForLeopard.pkg.zip

For Reaktek RTL8139 driver for Leopard(10.5.7)

2010-09-28

AttansicL2EthernetDriverForLeopard

Atheros L2 ethernet driver for MacOS(Leopard 10.5.7)

2010-09-28

Chameleon+Install+RC3.rar

Chameleon+Install+RC3.rar 在WinXP上安装LeopardOS10.5.7上成功

2010-09-28

Leopard硬盘安装助手v0.3 (提取系统到硬盘使用).EXE

Leopard硬盘安装助手v0.3 (提取系统到硬盘使用).EXE 在WinXP上装Leopard 10.5.7测试通过

2010-09-28

jBPM工作流入门例程

工作流入门必经的四个简单例子。 vacate主要说明基本使用。 UserModel说明如何同用户模型相结合。 ForkJoin主要说明Fork结点和Join结点的使用。 countersignature主要说明如何持久化和实现较复杂的task node控制, 其中还包括如何monitor你的jBPM。

2010-09-26

Window 服务源代码框架

Window 服务源代码框架,通过这个例子你可以很容易把你的程序,转成,Window Service服务程序

2010-07-13

空空如也

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

TA关注的人

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