1 'unit', 61 'user_agent' => 'agent'); 62 63 /** 64 * Constructor 65 */ 66 public function __construct() 67 { 68 $thi...
分类:
Web程序 时间:
2015-04-10 19:49:52
阅读次数:
145
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,IniFiles, Grids, ExtCtrls, But.....
分类:
其他好文 时间:
2015-04-10 15:23:09
阅读次数:
102
使用Troleauth类,一种类似注视的代码进行授权,也是最简单和方便的方式,实现如下:unit ServerMethodsUnit1;interfaceuses System.SysUtils, System.Classes, System.Json, Datasnap.DSServer, ...
分类:
其他好文 时间:
2015-04-08 21:15:46
阅读次数:
291
说明:本次总结中,凡是以tableName或viewName作为参数因子的。函数在调用的时候均按照先从私有数据源中查找,然后再从公有数据源中查找的顺序。
CLASS
CLASS(object):返回object对象的所属的类。
CNMONEY
CNMONEY(number,unit)返回人民币大写。
number:需要转换的数值型的数。
unit:单位,"s","b","...
分类:
Web程序 时间:
2015-04-08 11:05:43
阅读次数:
133
分两步走:
1、
全局声明:
static Preferences prefs;
prefs = Preferences.userRoot().node("Maina Back");
boolean lvlig;
该操作被添加到监听事件结尾, 当用户执行事件时,向注册表里写入当前时间:
if (!lvlig) {
Unit.prefs.putLong("Lvlig",...
分类:
编程语言 时间:
2015-04-06 12:53:20
阅读次数:
405
做了个多线程的测试Demo
unit Unit1;interfaceuses
Windows, Messages, SysUtils, Variants, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls, Unit2;type
TForm1 = class(TForm)
lbl1: TLabel;
btn1: TB...
分类:
编程语言 时间:
2015-04-05 14:42:14
阅读次数:
194
unit Unit2;{$WARN SYMBOL_PLATFORM OFF}interfaceuses Windows, Messages, SysUtils, Classes, ComServ, ComObj, VCLCom, DataBkr, DBClient, Project1_TLB, .....
分类:
其他好文 时间:
2015-04-03 00:12:10
阅读次数:
204
ActiveDirectory 用户和计算机
为执行日常Active Directory 管理任务的管理工具。这些任务包括创建、删除、修改、移动和设置存储在目录中的对象的权限。这些对象包括组织单位、用户、联系人、组、计算机、打印机和共享的文件对象。
Organization Unit (OU)
OU即组织单元。一个组织单元OU是把对象组织成逻辑管理组的容器,其中包...
http://www.cnblogs.com/zxj159/p/3505457.html【翻译】在Entity Framework 4.0中使用 Repository 和 Unit of Work 模式 MVC+UnitOfWork+Repository+EF 之我见MVC+MQ+WinServic...
分类:
其他好文 时间:
2015-04-02 18:41:38
阅读次数:
394