<html<head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title>王莫</title><styletype="text/css">body{background-color:#000;}</style></head><body{> 欢迎进入LOL助手</body></html>
2024/3/13 4:43:01 3.03MB 入门网页
1
是vb.net程序,不是VB的,自己写的,压缩包里是工程文件,代码简洁,打开工程文件一看就明白,然后可以改成你自己需要的使用方法是输入X,Y坐标,一点按钮,窗口背景色就变成XY所对应的颜色。
VB.NET获取屏幕某坐标颜色总体两种方法:1一种是获取DC,然后直接获取对应坐标的COLOR值,但是如果你获取的那个坐标锁在UI是个透明或者半透明性质的,整个COLOR值就不能直接用来赋值给控件颜色。
这种方法不通用。
2.通用的,是将屏幕保存成一个图片,然后取图片坐标颜色,这很浪费资源。
我测试了一下,放到计时器里,每0.2秒运行一次,程序运行起来一直占用480到680M内存。
本例子采用这个原理,但我优化了函数,其实取一个像素就可以,这和直接获取像素颜色也差不多了,而且不费一点内存和CPU,CPU使用率0,内存不到5M。
2024/2/7 16:14:54 67KB 获取屏幕坐标 像素 颜色
1
效果可查看http://nongfuit.com/article_show/10118.aspx实现地图可移动方法缩小的鱼骨效果,并默认显示信息窗!使用非常的简单,只需设置经度纬度,信息窗口标题以及内容即可!varpoint=newBMap.Point(113.88582,22.555523);设置经度与纬度百度坐标拾取工具http://dev.baidu.com/wiki/static/map/API/tool/getPoint/代码:<html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/><title>百度地图API调用示例-bywww.nongfuit.com</title><style>.iwTitle{color:#CC5522;font-size:14px;font-weight:bold;white-space:nowrap;}body{font-size:12px;}</style>[removed][removed]</head><body>农夫it站www.nongfuit.com为您提供各种实用的js网页特效,div+css模板,css后台模板,实用css菜单,广告代码以及各类it技术文章!</body></html>[removed]varmap=newBMap.Map("container");varpoint=newBMap.Point(113.88582,22.555523);varmarker=newBMap.Marker(point);varopts={width:200,//信息窗口宽度height:80,//信息窗口高度title:"农夫it站-百度地图API调用示例",//信息窗口标题}map.addControl(newBMap.NavigationControl());map.centerAndZoom(point,15);map.addOverlay(marker);varinfoWindow=newBMap.InfoWindow("地址:海秀路2021北门网址:http://www.nongfuit.com",opts);//创建信息窗口对象map.openInfoWindow(infoWindow,map.getCenter());//打开信息窗口[removed]
1
a-SiTFTLCDSingleChipDriver320(RGB)x480Resolution,16.7M-colorWithInternalGRAM
2023/10/18 3:01:57 10.32MB ILI9488 液晶驱动
1
设计和实现一个图形函数库,具有绘制直线段、任意圆弧、椭圆弧、多边形区域的颜色填充和阴影填充等功能,仅调用画点函数pDC->SetPixel(x,y,m_Color)。
2023/10/15 21:53:13 3.46MB 图形学 图形函数库
1
第一章Win32API概论…………………………………………………………………………11.1为什么使用Win32API…………………………………………………………………11.2Win32API简介…………………………………………………………………………11.3综述………………………………………………………………………………………11第二章窗口管理函数(WindowsControlFunction)……………………………………132.1易用特性函数(AccessibilityFeatures)…………………………………………132.2按钮函数(Button)……………………………………………………………………202.3插入标记(^)函数(Caret)…………………………………………………………212.4组合框函数(Combobox)……………………………………………………………242.5通用对话框函数(CommonDialogBox)……………………………………………252.6标函数(Cursor)………………………………………………………………………362.7对话框函数(DialogBox)……………………………………………………………402.8编辑控制函数(EditControl)………………………………………………………542.9图标函数(Icon)………………………………………………………………………542.10键盘加速器函数(KeyboardAccelerator)………………………………………612.11键盘输入函数(KeyboardInPut)…………………………………………………632.12列表框函数(Listbox)……………………………………………………………752.13菜单函数(Menu)……………………………………………………………………762.14消息和消息队列函数(MessageandMessageQueue)……………………………902.15鼠标输入函数(MouseInput)……………………………………………………1002.16多文档接口函数(MultipleDocumentInterface)……………………………1032.17资源函数(Resource)………………………………………………………………1052.18滚动条函数(ScrollBar)…………………………………………………………1132.19窗口函数(Window)…………………………………………………………………1192.20窗口类函数(WindowClass)………………………………………………………1442.21窗口过程函数(WindowProcedure)………………………………………………1502.22窗口属性函数(WindowProperty)………………………………………………152第三章图形设备接口函数(GraphicDeviceInterfaceFunction)…………………1553.1位图函数(Bitmap)…………………………………………………………………1553.2笔刷函数(Brush)……………………………………………………………………1713.3剪切函数(Clipping)………………………………………………………………1763.4颜色函数(Color)……………………………………………………………………1793.5坐标空间与变换函数(CoordinateSpaceTransformation)……………………1863.6设备环境函数(DeviceContext)…………………………………………………1953.7填充形态函数(Filledshape)……………………………………………………2113.8字体和正文函数(FontandText)…………………………………………………2153.9ICM2.0函数…………………………………………………………………………2383.10线段和曲线函数(LineandCurve)………………………………………………2953.11图元文件函数(Metafile)…………………………………………………………3003.12多显示器函数(MultipleDisplayMonitors)…………………………………3113.13绘图函数和画图函数(PaintingandDrawing)……………………………
2023/8/31 12:16:21 662KB windowsapi 手册 chm
1
简易版扫雷程序代码publicclassMineSweeperGame2extendsApplication{Cell[][]cell;inttotalMines=0;intmarkBomb=0;//总的地雷数量,简单会有10个,一般会有40个,困难99个intshowMines=10;Strings=String.valueOf(showMines);Labeltips=newLabel("Gameisrunning!");LabelshowMineNum=newLabel("mines:"+s);publicvoidstart(StageprimaryStage){StagestartStage=newStage();//选择按钮的界面ButtonstartButton=newButton("RESTART");Buttonchooseeasy=newButton("EASY(10mines)");Buttonchoosenormal=newButton("NORMAL(40mines)");Buttonchoosehard=newButton("HARD(99mines)");BorderPaneprimaryPane=newBorderPane();HBoxstartPane=newHBox(15);StackPanetopButtonPane=newStackPane(startButton);StackPanetopButtonPane2=newStackPane(showMineNum);StackPanebuttomPane=newStackPane(tips);HBoxtopPane=newHBox(50);topPane.getChildren().addAll(topButtonPane,topButtonPane2);primaryPane.setTop(topPane);tips.setStyle("-fx-border-color:red;-fx-background-color:white;");showMineNum.setStyle("-fx-border-color:black");primaryPane.setBottom(buttomPane);buttomPane.setPadding(newInsets(15,15,15,15));topPane.setPadding(newInsets(15,15,15,15));startPane.setPadding(newInsets(15,15,15,15));startPane.getChildren().add(chooseeasy);startPane.getChildren().add(choosenormal);
2023/8/24 13:54:33 12KB java
1
extjs6.6框架的web项目,此资源是上一个资源的更新版。
用senchacmd成功发布,通过改变base-color改变主题风格,功能包含登录页、首页左菜单和列表,详见代码及部署说明文档。
2023/8/19 5:34:51 28.71MB extjs6.6
1
delphi微软手写输入法源码interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs,OleServer,MSINKAUTLib_TLB,ExtCtrls,StdCtrls,MSINKAUTLib;typeTForm1=class(TForm)InkCLT:TInkCollector;Memo1:TMemo;Panel1:TPanel;Button1:TButton;InkRecognizerContext1:TInkRecognizerContext;procedureFormCreate(Sender:TObject);procedureInkCLTStroke(ASender:TObject;constCursor:IInkCursor;constStroke:IInkStrokeDisp;varCancel:WordBool);procedureButton1Click(Sender:TObject);private{Privatedeclarations}public{Publicdeclarations}end;varForm1:TForm1;implementation{$R*.dfm}procedureTForm1.FormCreate(Sender:TObject);beginInkCLT.hWnd:=panel1.Handle;InkCLT.Enabled:=true;InkCLT.DefaultDrawingAttributes.Color:=clRed;//墨水颜色InkCLT.DefaultDrawingAttributes.Width:=200;//笔的宽度end;procedureTForm1.InkCLTStroke(ASender:TObject;constCursor:IInkCursor;constStroke:IInkStrokeDisp;varCancel:WordBool);beginMemo1.Lines.Clear;Memo1.Lines.Add(Stroke.Ink.Strokes.ToString);end;procedureTForm1.Button1Click(Sender:TObject);beginInkCLT.Ink.DeleteStrokes(InkCLT.Ink.Strokes);Panel1.Refresh;end;end.
2023/8/17 20:53:57 9.38MB 手写输入法
1
此配色方案是我在https://github.com/Romibuzi/pycharm-color-scheme的基础上修改而成。
使用方法:将.icls放置在cofig/colors如C:\Users\hp\.PyCharm2016.1\config\colors中之后即可在pycharm的setting/Colors&Fonts中更换。
setting.jar为我整个pycharm的配置,各位可自行选择导入。
不喜勿喷,谢谢。
2023/8/15 11:33:18 789KB pycharm 主题 字体 配色
1
共 62 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡