1、给EDIT控件添加 EN_CHANGE 事件2、事件中的代码如下: 1 CString
strEditVidoe; 2 GetDlgItem( iId )->GetWindowText( strEditVidoe ); 3 // 只允许输数据
4 int nStr...
分类:
其他好文 时间:
2014-05-01 13:38:57
阅读次数:
446
前段时间用做了一个简单的web
api服务,在调试的过程中感觉到手动发布实在是效率低而且容易出错,于是花点时间搞了一下ant+svn+tomcat的自动构建,效果不错,今天拿出来分享一下。准备工作
SVN服务器:VisualSVN-Server-2.5.8.msi,这windows下比较好用的一.....
分类:
其他好文 时间:
2014-05-01 02:37:57
阅读次数:
456
# pacman -S gnome-system-log
gnome-logsextra/gnome-logs 3.12.1-1 (gnome-extra) A log viewer for the systemd
journalextra/gnome-system-log 3.9.90-1 ...
分类:
系统相关 时间:
2014-05-01 02:22:35
阅读次数:
471
活动目录(Active Directory)是面向Windows Standard
Server、Windows Enterprise Server以及 Windows Datacenter Server的目录服务。(Active
Directory不能运行在Windows Web Server上,...
分类:
其他好文 时间:
2014-05-01 01:56:58
阅读次数:
715
用户自定义函数不能用于执行一系列改变数据库状态的操作,但它可以像系统
函数一样在查询或存储过程等的程序段中使用,也可以像存储过程一样通过EXECUTE 命令来执行。在 SQL Server 中根据函数返回值形式的不同将用户自
定义函数分为三种类型:(1) 标量函数标量函数返回一个确定类型的标量值,其...
分类:
数据库 时间:
2014-05-01 01:51:47
阅读次数:
538
CROHomeCRAAddController *temp
=[[CROHomeCRAAddControlleralloc] init]; temp.modalTransitionStyle =
UIModalTransitionStyleFlipHorizontal; temp.modalP...
分类:
移动开发 时间:
2014-05-01 01:43:33
阅读次数:
456
UINavigationBar *navBar = [[UINavigationBaralloc]
initWithFrame:CGRectMake(0, 0, 824, 44)]; navBar.barStyle = UIBarStyleDefault;
UINavigationItem ...
分类:
其他好文 时间:
2014-05-01 01:25:06
阅读次数:
582
自版本 2.0 起,Bootstrap 提供了四中类型的表单布局
-垂直(默认)搜索内联水平默认是垂直布局创建垂直表单布局View Code效果如图:创建搜索表单布局View Code效果如图:创建内联表单布局View
Code效果如图:创建水平表单布局View Code效果如图:Bootstrap...
分类:
其他好文 时间:
2014-05-01 00:40:51
阅读次数:
475
vc/mfc获取rgb图像数据后动态显示及保存图片的方法该情况可用于视频通信中获取的位图数据回放显示或显示摄像头捕获的本地图像第一种方法#include加载
vfw32.lib 链接库[cpp]view plaincopy//------------------------------设置位图头结构...
分类:
其他好文 时间:
2014-05-01 00:17:12
阅读次数:
499
@model MvcApplication1.Models.M_Person@using
MvcApplication1.Models;@{ ViewBag.Title = "GetData"; var p = ViewData["data"] as
M_Person; var p...
分类:
Web程序 时间:
2014-05-01 00:00:48
阅读次数:
486