1 ; *** Inno Setup version 5.5.0+ Chinese messages
*** 2 ; 3 ; To download user-contributed translations of this file, go to: 4 ;
http://www.jrso...
分类:
其他好文 时间:
2014-05-10 18:55:59
阅读次数:
614
一:mysql创建一个修改表字段的存储过程drop procedure if exists
pr_test;create procedure pr_test()begin declare var int; declare var1 int; set
var=416; set var1=420; wh...
分类:
数据库 时间:
2014-05-09 20:17:20
阅读次数:
460
unit Unit1;interfaceuses Winapi.Windows,
Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, V.....
方法2unit Unit1;interfaceuses Winapi.Windows,
Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, ...
分类:
移动开发 时间:
2014-05-09 08:45:39
阅读次数:
315
一、基础
1、创建数据库
CREATE DATABASE database-name
2、删除数据库
drop database dbname
3、备份sql server
--- 创建 备份数据的 device
USE master
EXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwi...
分类:
数据库 时间:
2014-05-09 01:30:23
阅读次数:
457
--删除外键alter table HelpTextInfo drop constraint
HelpTextInfo_Helptype_FK1--增加外键alter table HelpTextInfo add constraint
HelpTextInfo_Helptype_FK1 fore.....
分类:
数据库 时间:
2014-05-08 11:47:17
阅读次数:
344
Beaming NDEF Messages to Other Devices
Android Beam allows simple peer-to-peer data exchange between two Android-powered devices. The application that wants to beam data to another device must be in ...
分类:
移动开发 时间:
2014-05-06 23:21:48
阅读次数:
620
QListWIdget的Drag和Drop. 真是坑爹到不行...
其实很简单的.. 最后搞到好多行代码..
真是作死的节奏..................
分类:
其他好文 时间:
2014-05-06 23:19:08
阅读次数:
403
DbNetList是一个综合功能的列表选择组件,作为动态HTML(DHTML)实现。运用DbNetList,你可以快速为自己的web页面添加数据库驱动的列表、下拉式列表(drop-down)、树型和复选框列表。DbNetList兼容最流行的各种数据库服务器,包括:SQLServer、Oracle和Informix。具体功能:生..
分类:
数据库 时间:
2014-05-06 17:26:44
阅读次数:
549