unit uSayHello; interface uses SysUtils, Windows, Messages, Greaphics, Controls, Forms, Dialogs; type IGreetable = interface ['|0000-0000-0000-0000|']... ...
unit uSayHello; interface uses SysUtils, Windows, Messages, Greaphics, Controls, Forms, Dialogs; type ISeakChinese = interface(IInterface) function Sa... ...
方案1:控制器内成员变量 方案2:控制器成员方法内 方案3:视图中选择布局 ...
分类:
其他好文 时间:
2018-10-27 16:16:53
阅读次数:
157
命令行强制开启3389服务支持server2008和2003 1.C:\Windows\System32\wbem\wmic /namespace:\\root\cimv2\terminalservices path win32_terminalservicesetting where (__CLA ...
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Wind ...
静态资源的分布对网站加载速度的影响 / 浏览器对同一域名下并发加载资源数量 / browsers network-http-persistent-max-connections-per-server 引文:浏览器在同一个域名下并发加载的资源数量是有限的,访问淘宝首页需要加载126个资源,那么如此小的 ...
分类:
Web程序 时间:
2018-10-20 20:22:40
阅读次数:
169
html源码: <audio controls="controls" src="" id="src"/> js源码: var fileName=""; $(function(){ var locationUrl=window.location.href; var paramList = locati ...
分类:
Web程序 时间:
2018-10-19 16:06:23
阅读次数:
205
在创建一个表单时,出现了这样的错误: 原因是,在最外层的form中使用了 formGroup 指令,但在下面的某个input 插件中,使用了ngModel 指令,但没有加入formControl 指令或 formControlName 属性。 解决方法: 1. 在input元素中添加 formCon ...
分类:
其他好文 时间:
2018-10-17 16:55:49
阅读次数:
214
unit Unit2; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V ...
Windwos Server 2008 中经常有物理内存占用较高,但任务管理器中各进程的内存看起来占用并不多情况。 这可能是由于OS为保证服务器性能不限制系统缓存,服务器系统长时间执行I/O,系统文件缓存不断占用物理RAM造成,现在通过限制系统缓存大小来解决。具体可使用微软现已免费工具:Window ...