码迷,mamicode.com
首页 >  
搜索关键字:chromium graphics    ( 3289个结果
超简单的OpenGL & WebGL & Three.js介绍
专业解释 什么是OpenGL OpenGL(Open Graphics Library即开放图形库或者“开放式图形库”)是用于渲染2D、3D矢量图形的跨语言、跨平台的应用程序编程接口(API)。 这个接口由近350个不同的函数调用组成,用来从简单的图形比特绘制复杂的三维景象。 OpenGL ES ( ...
分类:Web程序   时间:2019-10-13 00:54:52    阅读次数:159
Delphi 界面和组件背景透明相关方法
1 unit Unit1; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, StdCtrls; 8 9 type 10 TFo ...
分类:Windows程序   时间:2019-10-05 16:08:55    阅读次数:330
Delphi 把Form界面设置有弧度的矩形
1 unit Unit1; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, ExtCtrls, StdCtrls; 8 9 t... ...
分类:Windows程序   时间:2019-10-05 13:00:25    阅读次数:145
Java 之 Session 包含验证码登录案例
需求: 1. 访问带有验证码的登录页面login.jsp 2. 用户输入用户名,密码以及验证码。 如果用户名和密码输入有误,跳转登录页面,提示:用户名或密码错误 如果验证码输入有误,跳转登录页面,提示:验证码错误 如果全部输入正确,则跳转到主页success.jsp,显示:用户名,欢迎您 分析: 代 ...
分类:编程语言   时间:2019-10-04 19:24:36    阅读次数:289
STAT 415 and STAT 515
STAT 415 and STAT 515 Project 1 Fall 2019 Page 1Instructions:? Follow the instructions indicated in this project carefully.? This project should be co ...
分类:其他好文   时间:2019-10-04 19:11:58    阅读次数:104
C# Winfrom DataGridView常用设置
DataGridView常用设置 ...
分类:Windows程序   时间:2019-09-27 15:08:50    阅读次数:142
Puppeteer在win2008 R2下的坑
原文地址: "Puppeteer在win2008 R2下的坑" 不要使用默认的 Windows 命令处理程序(CMD.exe) 使用PowerShell或第三方命令行工具来执行Puppeteer,例如Git自带的git bash。 在cmd下执行各种报错,启动Chromium页面直接崩溃。。。 在w ...
分类:Windows程序   时间:2019-09-26 11:47:13    阅读次数:116
安卓带百分比的进度条显示
继承进度条代码:import android.content.Context;import android.graphics.Canvas;import android.graphics.Color;import android.graphics.Paint;import android.graph ...
分类:移动开发   时间:2019-09-23 18:37:31    阅读次数:200
JS动画与CSS动画
一、JS动画(setInterval setTimeOut requestAnimationFrame) 优点: 1)过程控制能力强。可以对动画工程进行精准的控制,暂停、取消、开始、终止都可以。 2)动画效果多、炫酷。有一些效果是CSS动画所不能实现的 3)兼容性比较高 缺点: 1)由于JS是通过不 ...
分类:Web程序   时间:2019-09-22 15:17:50    阅读次数:112
SwipeRefreshLayout
下拉刷新控件SwipeRefreshLayout,通过下拉刷新实现列表的刷新。 activity_main.xml: 在下拉刷新控件中添加了一个ListView列表控件。 MainActivity: package com.fitsoft; import android.graphics.Color ...
分类:其他好文   时间:2019-09-21 23:11:17    阅读次数:108
3289条   上一页 1 ... 26 27 28 29 30 ... 329 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!