Page主要分为ContentPage、MasterDetailPage、NavigationPage、TabbedPage和CarouselPage。 ContentPage 一个单独的页面,可以放一个或多个控件,属于page里面是最底层的元素。 1 /// 2 /// Con...
分类:
其他好文 时间:
2014-12-19 17:23:31
阅读次数:
278
一. 主要网站内容
首页
/default.aspx
/Pages/default.aspx
网站设置
/_layouts/settings.aspx
所有网站内容
/_layouts/viewlsts.aspx
移动端所有网站内容
/_layouts/mobile/mbllists.aspx
共享文档
/shared documents/forms/allite...
分类:
Web程序 时间:
2014-12-19 15:46:34
阅读次数:
345
//1.实现按用户定义的时间间隔引发事件的计时器。此计时器最宜用于 Windows 窗体应用程序中,并且必须在窗口中使用。System.Windows.Forms.Timer// 2.提供以指定的时间间隔执行方法的机制。无法继承此类。System.Threading.Timer//3.在应用程序中生...
分类:
Web程序 时间:
2014-12-19 14:26:25
阅读次数:
195
Xamarin这一新鲜玩意,让好多C#开发人员看到了开发IOS和Android的希望,我们就满怀希望的用上了这新鲜 玩意,不过Xamarin就如美丽的月球一样,满满的都是坑~。废话不多了,先从View层的控件开始,也主要是我负责的View层,一点点摸索过来的,不过肯定会有瑕疵。各个控件View .....
分类:
其他好文 时间:
2014-12-19 12:59:06
阅读次数:
240
unit Unit1;interfaceuses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Gra.....
分类:
移动开发 时间:
2014-12-19 11:44:23
阅读次数:
504
using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using System.Runtime.CompilerServices;using System.Runtime....
Show:
Use Show to set the form Visible property to true and to bring the form to the front of other forms on the screen.
ShowModal:
Use ShowModal to show a form as a modal form. A modal form is ...
分类:
其他好文 时间:
2014-12-17 18:28:10
阅读次数:
219
using System;
using System.Collections.Generic;
using System.Windows.Forms; namespace pm_sjz_gupiao
{ static class Program { /// /// 应用程序的主入口点。 /// [S...
我们接下来将要使用FDDemo.sdb数据库进行访问,开始我们的第一个SQLite访问例子。 我们的FDDemo.sdb存放目录在:C:\Program Files (x86)\Embarcadero\Studio\14.0\Samples\Data 新建VCL Forms Application ...
分类:
数据库 时间:
2014-12-16 13:14:28
阅读次数:
227
Delphi中使用@取函数地址的问题例如以下代码:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs;type TForm1 = clas...