码迷,mamicode.com
首页 >  
搜索关键字:exception in window.    ( 38626个结果
vc 在edit控件中动态插入数据滚动显示
内存从网上论坛摘抄整理思路:给控件设置多行属性,设置垂直滚动条,Auto Vscroll设置为true,放入文本后把插入点设置到末尾pEdit->LineScroll(pEdit->GetLineCount()); 滚动条滚动到最下端int len = pEdit->GetWindowTextLen...
分类:其他好文   时间:2014-05-01 13:27:49    阅读次数:267
安装禅道项目管理软件ZenTaoPMS
服务器Ubuntu 13.04 且安装了上一篇随笔中的 AMP本文略去安装AMP过程。版本号满足要求(php>5.2 and mysql.2)1、官网http://www.zentao.net/下载 开源版5.3 ZenTaoPMS.5.3.stable.zip2、解压到 /var/www/dev....
分类:其他好文   时间:2014-05-01 13:25:57    阅读次数:917
查看perl的模块版本
查询版本: perl -M模块名 -e "print 模块名->VERSION"一个例子:查看LWP模块版本(Windows操作系统下)
分类:其他好文   时间:2014-05-01 12:44:30    阅读次数:381
Heroku installation
It is the first time that I use heroku. But I encountered some problems installing it. Luckily, I resolved the problem.(In windows 8)Step 1: Sign up.....
分类:其他好文   时间:2014-05-01 12:32:50    阅读次数:317
如何设置mysql远程访问及防火墙设置
笔者在一个实际的项目中需要MYSQL远程访问.情景: 安装好Mysql, 本地访问正常,很奇怪局域的机器都无法访问该服务器上的MYSQL数据库.经过资料查找原来Mysql默认是不可以通过远程机器访问的,通过下面的配置可以开启远程访问 .在MySQL Server端:登陆MYSQL ..bin\ m....
分类:数据库   时间:2014-05-01 12:11:26    阅读次数:550
.net数据访问层组件Data Abstract 免费下载及使用方法大全
Data Abstract是最好的多层次框架,它提供端到端的解决方案,同时也可以很轻松地建立起可扩展的数据库方案以满足如今的分布式系统要求。
分类:Web程序   时间:2014-05-01 12:10:14    阅读次数:416
360随身wifi怎样购买?360随身wifi怎样预约?
360随身wifi怎样购买?360随身wifi怎样预约?
分类:其他好文   时间:2014-05-01 12:04:59    阅读次数:357
Visual Studio 2005 移植 - WINVER,warning C4996, error LINK1104
Visual Studio 2005 移植 - WINVER,warning C4996, error LINK1104一、WINVER Compile result: WINVER not defined. Defaulting to 0x0502 (Windows Server 2003) wi...
分类:Windows程序   时间:2014-05-01 12:01:06    阅读次数:533
windows 下文件上传到fastdfs
php.ini 配置[fastdfs]; the base pathfastdfs_client.base_path = D:/tmp; connect timeout in seconds; default value is 30sfastdfs_client.connect_timeout = ...
分类:Windows程序   时间:2014-05-01 11:40:56    阅读次数:1211
WCF
Windows通信接口...
分类:其他好文   时间:2014-04-27 21:45:05    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!