上一页 1 2 3 4 5 6 ··· 12 下一页

2010年4月7日

摘要: 常用Visual C# 快捷键大放送1. F12:转到定义;Shift+F12:转到引用 2. F5:启动;Ctrl+F5:开始执行(不调试);Shift+F5:停止调试 3. F7:查看代码;Shift+F7:查看视图设计器 4. Ctrl+Alt+L:解决方案资源管理器 5. Ctrl+Alt+J:对象浏览器 6. F4:显示属性窗口 7. Ctrl+Alt+X:工具箱 8. Ctrl+Alt... 阅读全文

posted @ 2010-04-07 09:58 Leon0812 阅读(233) 评论(0) 推荐(0) 编辑


2010年3月2日

摘要: 代码 阅读全文

posted @ 2010-03-02 13:30 Leon0812 阅读(188) 评论(0) 推荐(0) 编辑


2010年2月23日

摘要: Global.asax中配置: void Application_Start(object sender, EventArgs e) { // Code that runs on application startup List<string> programList = new List<string>(); programList.Add("WEBR1010"); A... 阅读全文

posted @ 2010-02-23 13:57 Leon0812 阅读(192) 评论(0) 推荐(0) 编辑

摘要: using System;using System.Runtime.InteropServices;/// <summary>/// C#调用非托管的DLL/// <description>/// 非托管的就特殊处理(实际上你拷贝到bin是没有任何作用的,因为CLR会把文件拷贝到一个临时目录下,然后在那运行Web,而CLR只会拷贝托管文件,这就是为什么把非托管的DLL放到b... 阅读全文

posted @ 2010-02-23 11:16 Leon0812 阅读(370) 评论(0) 推荐(0) 编辑


2010年1月30日

摘要: <div id=demo style="overflow:hidden;height:100;width:240;background:#4183B1;color:#ffffff"><div id=demo1>这里放置要滚动的内容要滚动的内容要滚动的内容要滚动的内容要滚动的内容要滚动的内容要滚动的内容要滚动的内容要滚动的内容要滚动的内容要滚动的内容要滚动的内容要滚动的内容要... 阅读全文

posted @ 2010-01-30 10:30 Leon0812 阅读(172) 评论(0) 推荐(0) 编辑


2010年1月29日

摘要: PATH=C:\Program Files\Microsoft Visual SourceSafemkdir Ehrs-2008cd Ehrs-2008set ssdir=D:\EHRSKPIset ssuser=X5044set sspwd=X5044ss get $/* -R -i-rmdir /s/q Publishmkdir Publishdel build.txtPATH=D:\VS20... 阅读全文

posted @ 2010-01-29 10:32 Leon0812 阅读(250) 评论(0) 推荐(0) 编辑


2010年1月14日

摘要: Reporting Service for SQL 2008匿名访问报表方法下載文檔 下載工具1.将AnonymousSecurity.cs编译成Microsoft.Samples.ReportingServices.AnonymousSecurity.dll,拷贝这个DLL到C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Repo... 阅读全文

posted @ 2010-01-14 17:16 Leon0812 阅读(989) 评论(0) 推荐(0) 编辑


2010年1月13日

摘要: <script type="text/javascript"><!--function getElementPos(elementId) { var ua = navigator.userAgent.toLowerCase(); var isOpera = (ua.indexOf('opera') != -1); var isIE = (ua.indexOf('msie') !=... 阅读全文

posted @ 2010-01-13 15:52 Leon0812 阅读(158) 评论(0) 推荐(0) 编辑


2009年12月13日

摘要: 代码修改web.configCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include"ifx.h"exportprototypeLoadReportTool(HWND);exportprototypeInstallFW(HWND);export... 阅读全文

posted @ 2009-12-13 11:03 Leon0812 阅读(352) 评论(0) 推荐(0) 编辑


2009年12月12日

摘要: http://blog.csdn.net/erqie/archive/2006/12/01/1424297.aspx 阅读全文

posted @ 2009-12-12 15:54 Leon0812 阅读(201) 评论(0) 推荐(0) 编辑


上一页 1 2 3 4 5 6 ··· 12 下一页

Copyright © 2024 Leon0812
Powered by .NET 8.0 on Kubernetes