1.MessageBoxIcon.Exclamation对话框设置为显示“惊叹号”图标(黄色三角形里面有一个感叹号)MessageBoxIcon.Information
弹出的消息框会有一个含感叹号的图标2.MessageBoxButtons.OK//MessageBoxButtons.OK按钮默认...
分类:
其他好文 时间:
2014-05-17 00:48:34
阅读次数:
245
The goal of this article is to provide some
background information regarding the Kerberos related configuration steps of the
FIM Portal and FIM Servic...
分类:
其他好文 时间:
2014-05-16 07:57:15
阅读次数:
465
很简单的一个问题,既然有人提到了,那我就在这里记录一下。<H3C>sysSystemView:returntoUserViewwithCtrl+Z.[H3C]local-useradmin[H3C-luser-admin]passwordcipher12345678Updatinguser(s)information,pleasewait....[H3C-luser-admin]service-typetelnetlevel3[H3C-lus..
分类:
其他好文 时间:
2014-05-15 19:06:36
阅读次数:
294
1.什么是RTTI?
RTTI 是“Runtime Type Information”的缩写,意思是:运行时类型信息。它提供了运行时确定对象类型的方法。允许“用指向基类的指针或引用来操纵对象”的程序能够获取到“这些指针或引用所指对象”的实际派生类型。在 c++中,为了支持 RTTI 提供了两个操作符 :
1 dynamic_cast 操作符:它允许在运行时刻进行类型转换,从而使程...
分类:
编程语言 时间:
2014-05-15 11:19:41
阅读次数:
407
configure: error: mysql configure failed. Please check config.log for more information....
分类:
数据库 时间:
2014-05-15 05:15:02
阅读次数:
318
在php开发中遇到两个问题
(1)Cannot send session
cache limiter
解决方式 找到 php.ini 修改php.ini中的 session.auto_start = 0 为 session.auto_start
= 1
(2)Cannot modify header information
解决方式 找...
分类:
Web程序 时间:
2014-05-14 14:28:55
阅读次数:
396
RT,使用eclipse导入项目时 报
No marketplace entries found to handle yuicompressor maven plugin:1.3.0:compile in Eclipse. Please see Help for more information
我认为同事说的很对,
eclipse是面向插件的,maven插件m2ecli...
分类:
其他好文 时间:
2014-05-12 15:23:26
阅读次数:
333
Demo: Ogre.Demo: Unity3d.PyConsole: display server
information.PyConsole: Stop the server.Guiconsole: debug.Guiconsole:
log.demo视频:http://v.youku.com/...
分类:
Web程序 时间:
2014-05-12 09:58:12
阅读次数:
437
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> def strQ2B(ustring):
#把全角字符串转半角
ustr...
分类:
编程语言 时间:
2014-05-09 22:27:33
阅读次数:
342
1、information_scheme库,个人的理解方式就是数据的数据。里面保存着mysql服务器所维护的其他数据库的信息,有部分表只是只读表(视图)查看表、表类型、引擎注意:也可以查看指定库的表信息,增加where条件即可
where table_schema=‘databasename’未完待...
分类:
数据库 时间:
2014-05-09 08:32:11
阅读次数:
522