Leo

软件编程技术

导航

2013年6月5日

该文被密码保护。 阅读全文

posted @ 2013-06-05 08:37 Leo(binbin) 阅读(3) 评论(0) 推荐(0) 编辑

该文被密码保护。 阅读全文

posted @ 2013-06-05 08:34 Leo(binbin) 阅读(0) 评论(0) 推荐(0) 编辑

2013年5月24日

该文被密码保护。 阅读全文

posted @ 2013-05-24 17:13 Leo(binbin) 阅读(1) 评论(0) 推荐(0) 编辑

2013年4月26日

摘要: <script type="text/javascript" language="javascript"> var msecond = 8; function timefresh() { if (msecond == 0) { var r = '<%=isRedirect %>'; window.clearInterval(); window.location = r; } else { $("#TSInfo").text("" + msecond + "秒之后将自 阅读全文

posted @ 2013-04-26 19:40 Leo(binbin) 阅读(307) 评论(0) 推荐(0) 编辑

2013年4月23日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Drawing;using System.Drawing.Drawing2D;namespace Common_Base.GDI{ /// <summary> /// 待绘制的信息类 /// </summary> public class TextList { /// <summary> /// 信息 /// </summary> public string 阅读全文

posted @ 2013-04-23 23:26 Leo(binbin) 阅读(178) 评论(0) 推荐(0) 编辑

2013年4月1日

摘要: SetStyle(ControlStyles.AllPaintingInWmPaint, true);SetStyle(ControlStyles.UserPaint, true);SetStyle(ControlStyles.OptimizedDoubleBuffer, true); 阅读全文

posted @ 2013-04-01 23:58 Leo(binbin) 阅读(159) 评论(0) 推荐(0) 编辑

2013年3月14日

摘要: 清除ssl状态C++#include "stdafx.h"#include "windows.h"#include "tchar.h"typedef BOOL (__stdcall * SSL_EMPTY_CACHE_FN_A) (LPSTR, DWORD);typedef BOOL (__stdc... 阅读全文

posted @ 2013-03-14 08:31 Leo(binbin) 阅读(1046) 评论(0) 推荐(0) 编辑

摘要: 1,新增app.manifest——————————————————————————————————————指定 requestedExecutionLevel 节点将会禁用文件和注册表虚拟化。如果要利用文件和注册表虚拟化实现向后兼容性,则删除 requestedExecutionLevel 节点。... 阅读全文

posted @ 2013-03-14 08:30 Leo(binbin) 阅读(731) 评论(0) 推荐(0) 编辑

2013年3月1日

该文被密码保护。 阅读全文

posted @ 2013-03-01 15:31 Leo(binbin) 阅读(3) 评论(0) 推荐(0) 编辑

2013年2月27日

摘要: select * from tablename for xml raw('tablename') 阅读全文

posted @ 2013-02-27 11:25 Leo(binbin) 阅读(74) 评论(0) 推荐(0) 编辑

2013年2月1日

该文被密码保护。 阅读全文

posted @ 2013-02-01 01:42 Leo(binbin) 阅读(1) 评论(0) 推荐(0) 编辑

2013年1月22日

该文被密码保护。 阅读全文

posted @ 2013-01-22 00:34 Leo(binbin) 阅读(1) 评论(0) 推荐(0) 编辑

2013年1月21日

该文被密码保护。 阅读全文

posted @ 2013-01-21 23:44 Leo(binbin) 阅读(6) 评论(0) 推荐(0) 编辑

2013年1月17日

该文被密码保护。 阅读全文

posted @ 2013-01-17 23:43 Leo(binbin) 阅读(4) 评论(0) 推荐(0) 编辑

2008年10月8日

摘要: 嵌入式数据库sqlite在Motorola Coldfire + uclinux下的移植 2005-01-05 10:18:10 余涛 我们在这里讨论的是基于Coldfire + uclinux,主芯片为mcf5249,完成sqlite在其uclinux上的移植。Motorola推出的MCF5249是以ColdFire ... 阅读全文

posted @ 2008-10-08 10:06 Leo(binbin) 阅读(463) 评论(0) 推荐(0) 编辑

点击这里给我发消息