码迷,mamicode.com
首页 >  
搜索关键字:messages    ( 1544个结果
rsyslog的ommsql模块如何连接MYSQL的非标准数据库端口?
搞了我半小个时查找资料。。最后,在一个官方文档中找到他。。。http://www.rsyslog.com/doc/ommysql.htmlSample:The following sample writes all syslog messages to the database "syslog_db...
分类:数据库   时间:2015-01-25 11:02:35    阅读次数:183
计算器(delphi)
1 unit Unit1; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, StdCtrls, ...
分类:Windows程序   时间:2015-01-25 07:38:23    阅读次数:225
crm操作安全角色
using System; using Microsoft.Xrm.Sdk; using Microsoft.Crm.Sdk.Messages; using System.Collections.Generic; /// /// 安全角色 /// public class RoleHelpe...
分类:其他好文   时间:2015-01-23 19:58:20    阅读次数:176
bootstrap例子
Bootstrap 101 Template Home Profile Messages Hello, world! This is a simple hero unit, a simple jumbotron-style component for calling extr...
分类:其他好文   时间:2015-01-23 12:45:30    阅读次数:179
SHELL第一课学习笔记
SHELL第一课学习笔记什么叫Shellshell是一个命令解释器,它在操作系统最外层,负责直接与用户对话,把用户输入的命令解释给操作系统并处理各种各样的操作的输出结果,输出到屏幕返回用户(交互式或者非交互式)。案例1.简单清除/var/log下的messages日志脚本:#!bin/bash cd/va..
分类:系统相关   时间:2015-01-21 20:31:48    阅读次数:298
LoadRunner中log的使用总结
LoadRunner中log的使用总结 1、log的设置方式。 在 runtime setting中可以设置log的生成方式: 默认的log方式: Enable logging选中,log option是Send messages only when an error occurs. 可以...
分类:其他好文   时间:2015-01-21 01:10:18    阅读次数:175
媒体播放器
unit Uni_musicPlayer;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, MPlayer, StdCtrls, ExtCtrls, .....
分类:其他好文   时间:2015-01-20 17:08:42    阅读次数:138
birt汉化
1.下载该文件http://files.cnblogs.com/wuxinyu/Messages.rar2.将文件解压后,覆盖birt的viewservlets-版本号.jar包下面的viewservlets.jar/org/eclipse/birt/report/resource/Messages...
分类:其他好文   时间:2015-01-20 15:37:25    阅读次数:523
jquery.validate 验证(支持前台js验证通过,然后ajax后台数据校验)二
jquery.validate 为啥 源码 里面 规定 dataType: "json" 呢因为 他配套的 是 messages 下面 的 remote 属性 验证失败就会起作用,而且 最重要的是 ,我把dataType: "json" 去掉 之后 表单 提交不了 ,验证失败,后来我只能按照 官方的...
分类:Web程序   时间:2015-01-19 17:08:50    阅读次数:163
MySQL外键及级联删除 && 表的存储引擎与创建索引 && 删除数据库和表
Messages表:mysql>create table Messages( ->message_id int auto_increment primary key, ->user_name varchar(50) not null, ->author_id int not null, ...
分类:数据库   时间:2015-01-15 17:36:39    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!