• 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...

    2020-03-08 16:00:57 IDCWindowsIE鼠标同步工具PSIRCnttCheckBoxthe

  • 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...

    2020-02-29 16:00:45 IDCWindowsIE苹果PSmacCFAVIISCheckBox

  • 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...

    2020-02-26 16:00:45 qqWindows导航IEPSCFAVCheckBoxthePanel

  • 同步锁——ReentrantLock

    同步锁——ReentrantLock 本博客系列是学习并发编程过程中的记录总结。由于文章比较多,写的时间也比较散,所以我整理了个目录贴(传送门),方便查阅。 并发编程系列博客传送门 Lock接口简介 在JUC包下面有一个 java.util.concurrent.locks 包,这个包提供了一系列基...

    2020-02-25 16:05:24 定义系统rsynctimAVntt<异常Forms对象

  • 协程的原理(Coroutine Theory)

    协程的原理(Coroutine Theory) 原文链接:https://lewissbaker.github.io/2017/09/25/coroutine-theory This is the first of a series of posts on the C++ Coroutines TS, a new language feature that is currently on track for inclusion into the C++20 langua...

    2020-02-23 16:01:30 定义wordIEkeywordsPSC++Accesskeeptimoppo

  • 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...

    2020-02-21 16:01:37 定义WindowsIE360PSzoomAVNTPCheckBoxthe

  • TChart-图表编辑器的测试

    TChart-图表编辑器的测试 最近不知怎么的,想研究一下图表。先上效果图: 功能代码: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TeeEdit, ExtCtrls, TeeProcs, TeEngine, Series, Chart, StdC...

    2020-02-20 16:01:17 WindowsIEPSthePaneltabPDOFormsclickcall

  • activiti 全局流程监听ActivitiEventListener,实现监听不同类型

    activiti 全局流程监听ActivitiEventListener,实现监听不同类型事件,不需要在acitivit中配置任务监听,非常方便 如果我们像给任务配置监听,按照常规的做法是这样的 一个个配置,比较麻烦。 现在利用ActivitiEventListener,监听全局事件,并且可以判断不同的事件类...

    2020-02-08 16:05:04 定义YYIEPStimAVntt<tab字体

  • asp.net mvc中Forms身份验证身份验证流程

    在 MVC 程序开发过程中,我们经常会遇到控制器或操作方法,而我们只有在用户登录后才能访问,下面让爱站技术频道小编分享asp.net mvc中Forms身份验证身份验证流程,希望对大家有帮助。 验证流程 一、用户登录 1、验证表单:ModelState.IsValid 2、验证用户名和密码:通...

    2020-02-06 16:00:28 ASP.NETMVCForms身份验证

  • Asp.net mvc验证用户登录之Forms实现详解

    在 MVC 开发的时候,我们都会遇到用户登录Forms,而访问的时候也能直接转到视图,下面爱站技术频道小编为大家介绍Asp.net mvc验证用户登录之Forms实现详解。 这里我们采用asp.net mvc 自带的AuthorizeAttribute过滤器验证用户的身份,也可以使用自定义过滤器,步骤都是...

    2020-02-05 16:00:09 ASP.NETMVC验证用户登录Forms