CodeInject代码注入源码源码描述:CInject(orCodeInject)允许直接往托管的代码中注入代码,而无需反编译。可在单个或者多个方法中注入你要执行的代码。使用CInject时你无需了解目标应用的细节,你通过注入来轻松对应用功能进行改造.ProvidesruntimeintelligencesuchasValuesofargumentstothecalledfunctionObjectlifetimeofamethod/variablescalledwithinthemethodAllowscustomizationofloggingordiagnosticsAllowsextensionofinjectorstotailoryourownsolutionastheneedbeMeasurethemethodexecutiontimetocheckperformanceBuildyourownpluginsusingCInjectinformationCInjectsupportsbuildingyourownpluginsThepluginreceivesinform
WPF迷你计算器源码源码描述:用WPF做的一个简易小型计算器,感兴趣的用户可以下载完善它。MiniCalciIBuildupasmallcalculatorapplicationusingWindowsForm.Bygoingthroughthis,begginerscanknowhowsimpleistobuildaapplication.Moreoveritsveryeasyandconvenient.Throughthissample,wecanunderstanghowthebuttonworks.Howweprogramabuttonandknowaboutitsproperties.Therearesomelimitations.Userwillnotgetcorrectanswerforhighernumbers.Youwillalsogettoknowsomebasicfunctionimplementationlikefordatatypesconversion.
C#单词填字游戏源码源码描述:本文介绍了一个简单的应用程序,可以将一个单词列表,可以从右到左或右矩阵的一个语言填字游戏。Thisarticledescribesasimpleapplicationthatcanplacealistofwords,ineitherright-to-leftorleft-to-rightlanguageinamatrix,asacrossword.Acrosswordisawordpuzzlecreatedfromagridofwhiteandblacksquares,placingwordshorizontallyandverticallyonthesesquareswhileeachtwowordswhichcrosseachotherrequirehavinganidenticalletterattheplacetheyarecrossed.Theapplicationdescribedandincludedinthisarticleisusefulwheneverthereisaneedtocreateamechanismwhichwillplac
轻量级图片浏览器源码源码描述:ImageFanNET2.0是轻量级的图像浏览器,支持多核心处理。应用程序如下:左侧为文件目录树窗口右侧为文件里图片的缩略图列表当点击鼠标左键或按回车键,缩略图会打开一个新窗口,包含完整大小的图像用户可以使用此窗口遍历图像列表Theapplicationisdesignedinthetraditionalstyleofcontemporaryimageviewersasfollows:AdriveslistandcorrespondingdirectoriestreeontheleftsideofthewindowAthumbnailslistontherightside,revealingthumbnailstotheimagescontainedinsidetheselecteddriveanddirectorySelectingadriverefreshesthelistofdirectoriesandrevealsthethumbnailstotheimagescontainedontherootdrive.Selectingaspecificdi
C#定时关机小工具源码项目描述C#编写的一个定时关机小工具用到的类有Timer,TimeSpan,DateTime还有线程完成的这个关机小工具Ihaveusedvarioustechniquesinthisapplicationthatcanbeusefulforbeginnersandintermediateprogrammers.BeforeIstartexplainingthepartsoftheprogram,youhavetoknowsomevariables'namesandmeaningsusedintheprogram.AutoShutDateTime:aglobalvariableoftypeDateTimethatholdstheDateandTimeofAutomaticShutdownselectedbytheuser.AutoShutTimeSpan:aglobalvariableoftypeTimeSpanthatholdsthedifferencebetweenAutoShutDatTimeandSystem.DateTime.Now.欢迎感兴趣的用户下载
该接口通过1688开放平台创建的企业对接应用,实现了同步1688平台的商品信息和库存信息的同步接口。
迷你SQL查询器v1.0.71源码源码描述:MiniSQLQuery是精简版sql查询分析器。迷你SQL查询的目的是满足最常见的任务是什么普通用户寻求实现,在此过程中它不断应用到最小的规模和复杂性。削减了一些日常不必要的功能。MiniSQLQueryis"deliberatelyminimalist".Softwaretoooftenbecomesbloatedandlessusablewhiletryingtosatisfythe99%ofwhateveryuserwants.MiniSQLQueryaimstosatisfythemostcommontaskswhattheaverageuserseekstoachieve,indoingsoitkeepsthesizeandcomplexityoftheapplicationtoaminimum.核心功能:支持多种数据库(MSSQL的MSAccess,SQLite的,甲骨文,OLEDB的SharePoint等)生成的SQL,代码或数据的脚本集成文本模板系统语法高亮(带打印支持)加载和保存SQL脚本文件通用批次支援(使用'去'的关键
//将程序的开机启动写入注册表privatevoidregister(){stringstarupPath=Application.ExecutablePath;//Mydir(verro.exe);/
