-
VSCode 配置C++开发环境
VSCode 配置C++开发环境 目录 安装VSCode应用程序 安装相关插件 汉化插件 C++编辑器插件 编写配置文件 tasks.json launch.json c_cpp_properties.json 第一步、安装VSCode应用程序 ??打开VSCode官网,下载对应安装包并默认安装(这里指明:安装路径可以修改) 第二步、安...
-
蓝桥杯练习(入门一)
蓝桥杯练习(入门一) 3.23练习 入门训练3 圆的面积 问题描述 给定圆的半径r,求圆的面积。 输入格式 输入包含一个整数r,表示圆的半径。 输出格式 输出一行,包含一个实数,四舍五入保留小数点后7位,表示圆的面积。 说明:在本题中,输入是一个整数,但是输出是一个...
-
vscode C++ 程序 windows
vscode C++ 程序 windows vscode 1.42.1 OS: windows 7 x64 1. vscode, cpp extension 本文直接跳过 vscode 安装, Cpp tools 安装 2. MinGw 安装及配置 下载MinGW - Minimalist GNU for Windows 安装过程 安装所需依赖环境 3. 配置环境变量 4. 调试 配置 launch.json...
2020-03-17 16:00:45 LinuxWindowsechoBugC++共享Panel进程nameVisual
-
TChart-序列类工具功能演示
TChart-序列类工具功能演示 界面代码: object Form1: TForm1 Left = 252 Top = 190 Width = 1149 Height = 549 Caption = ' Form1 ' Color = clBtnFace Font.Charset = GB2312_CHARSET Font.Color = clWindowText Font.Height = - 13 Font.Name = ' 宋体 ' Font.Style...
-
TChart-对象查看器与打印预览
TChart-对象查看器与打印预览 界面代码: object Form1: TForm1 Left = 568 Top = 393 Width = 725 Height = 408 Caption = ' 对象观察器 ' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = - 11 Font.Name = ' MS Sans Se...
-
TChart-图表的滚动与翻译
TChart-图表的滚动与翻译 界面代码: object Form1: TForm1 Left = 202 Top = 182 Width = 1305 Height = 675 Caption = ' Form1 ' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = - 11 Font.Name = ' MS Sans Serif ' Fo...
-
TChart-数据编辑(TChartListBox,TeeCommander)
TChart-数据编辑(TChartListBox,TeeCommander) 先上图 功能代码: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TeEngine, Series, TeeNavigator, TeeChartGrid, Grids, StdCtrls, Buttons, Ex...
-
Java Web 笔记(4)
Java Web 笔记(4) 11、Filter (重点) Filter:过滤器 ,用来过滤网站的数据; 处理中文乱码 登录验证…. Filter开发步骤: 导包 编写过滤器 导包不要错 实现Filter接口,重写对应的方法即可 ```java public class CharacterEncodingFilter implements Filter { //...
-
linux 查看系统资源使用信息的一些命令集合
linux 查看系统资源使用信息的一些命令集合 linux上的进程查看及管理工具: pstree,ps,pidof,pgrep,top,htop,glances,pmap,vmstat,dstat,kill,pkill,job,bg,fg,nohup,nice,renice,killall。。。 linux开机时,会启动第一个进程,由这个进程去启动别...
-
TChart-图表编辑器的测试
TChart-图表编辑器的测试 最近不知怎么的,想研究一下图表。先上效果图: 功能代码: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TeeEdit, ExtCtrls, TeeProcs, TeEngine, Series, Chart, StdC...
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash
