-
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...
-
同步锁——ReentrantLock
同步锁——ReentrantLock 本博客系列是学习并发编程过程中的记录总结。由于文章比较多,写的时间也比较散,所以我整理了个目录贴(传送门),方便查阅。 并发编程系列博客传送门 Lock接口简介 在JUC包下面有一个 java.util.concurrent.locks 包,这个包提供了一系列基...
-
协程的原理(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...
-
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...
-
TChart-图表编辑器的测试
TChart-图表编辑器的测试 最近不知怎么的,想研究一下图表。先上效果图: 功能代码: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TeeEdit, ExtCtrls, TeeProcs, TeEngine, Series, Chart, StdC...
-
activiti 全局流程监听ActivitiEventListener,实现监听不同类型
activiti 全局流程监听ActivitiEventListener,实现监听不同类型事件,不需要在acitivit中配置任务监听,非常方便 如果我们像给任务配置监听,按照常规的做法是这样的 一个个配置,比较麻烦。 现在利用ActivitiEventListener,监听全局事件,并且可以判断不同的事件类...
-
asp.net mvc中Forms身份验证身份验证流程
在 MVC 程序开发过程中,我们经常会遇到控制器或操作方法,而我们只有在用户登录后才能访问,下面让爱站技术频道小编分享asp.net mvc中Forms身份验证身份验证流程,希望对大家有帮助。 验证流程 一、用户登录 1、验证表单:ModelState.IsValid 2、验证用户名和密码:通...
-
Asp.net mvc验证用户登录之Forms实现详解
在 MVC 开发的时候,我们都会遇到用户登录Forms,而访问的时候也能直接转到视图,下面爱站技术频道小编为大家介绍Asp.net mvc验证用户登录之Forms实现详解。 这里我们采用asp.net mvc 自带的AuthorizeAttribute过滤器验证用户的身份,也可以使用自定义过滤器,步骤都是...
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
