1 using System; 2 using System.Net; 3 using System.Windows; 4 using System.Windows.Browser; 5 using System.Windows.Controls; 6 using System.Win...
分类:
其他好文 时间:
2014-12-17 17:47:09
阅读次数:
201
Delphi中使用@取函数地址的问题例如以下代码:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs;type TForm1 = clas...
第一种:自定义处理单条消息[delphi]view plaincopyunitUnit2;interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs;typeTForm2=class(...
第一数据库修改TSYS_DATA_DEFINITION最后一项值设置为1,启用BUDGETD_FLAGDPT-PRJ部门项目预算1TBUDGET_CONTROLS表增加值90EC2C1G-709D-4F15-BTRF-D891212e8F1F8DPT-PRJ项目+部门联合预算DPT-PRJ2014100y第二模板在部门预算年度编制单里增加项目参考泰安能源部门年度预算调整单
分类:
其他好文 时间:
2014-12-12 01:33:47
阅读次数:
181
程序界面:程序源码: 1 unit mydb; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, DB...
分类:
数据库 时间:
2014-12-09 21:11:30
阅读次数:
373
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using Syste...
分类:
编程语言 时间:
2014-12-08 19:22:03
阅读次数:
916
Standard Controls示例下载地址:http://developer.xamarin.com/content/StandardControls/Xamarin官网上的IOS示例“Standard Controls”编译报错:xamarinFailedtocompileinterfacef...
分类:
其他好文 时间:
2014-12-08 12:10:37
阅读次数:
181
arcgis10:ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.EngineOrDesktop);arcgis9.3:在窗体上放置license控件就行。private ESRI.ArcGIS.Controls.AxLicenseCo...
分类:
其他好文 时间:
2014-12-06 15:19:48
阅读次数:
167
using System.Text;
using System.Web;
using System.Web.UI.HtmlControls;
using BlogEngine.Core;
using BlogEngine.Core.Web.Controls;
using Page=System.We...
分类:
其他好文 时间:
2014-12-06 12:38:16
阅读次数:
329
1 unit DateTimePicker; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, Co...
分类:
其他好文 时间:
2014-12-05 12:40:04
阅读次数:
292