posted @ 2013-06-05 08:37 Leo(binbin) 阅读(3) 评论(0) 推荐(0) 编辑
posted @ 2013-06-05 08:34 Leo(binbin) 阅读(0) 评论(0) 推荐(0) 编辑
|
||
摘要:
<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) 编辑
摘要:
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) 编辑
摘要:
SetStyle(ControlStyles.AllPaintingInWmPaint, true);SetStyle(ControlStyles.UserPaint, true);SetStyle(ControlStyles.OptimizedDoubleBuffer, true); 阅读全文
posted @ 2013-04-01 23:58 Leo(binbin) 阅读(159) 评论(0) 推荐(0) 编辑
摘要:
清除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) 编辑
摘要:
select * from tablename for xml raw('tablename') 阅读全文
posted @ 2013-02-27 11:25 Leo(binbin) 阅读(74) 评论(0) 推荐(0) 编辑 |
||