码迷,mamicode.com
首页 >  
搜索关键字:art    ( 45817个结果
C++ 关于I/O
istringstream: istringstream 对象可以绑定一行字符串,然后以空格为分隔符把该行分隔开来。创建对象:istringstream strsm("aa bb c");//strsm>>astr;//string astrstrsm>>bstr;//string bstrcout...
分类:编程语言   时间:2014-04-30 21:14:06    阅读次数:651
RHEL服务
NetworkManager, NetworkManagerDispatcher自动在多种网络连接中进行转换,如果你的电脑有Wireless WiFi 和 Ethernet,开着它吧,Fedora能自动为你选择最好的可用连接。像我这样只用一个网络连接设置的,还是关掉吧。anacron, atd, c...
分类:其他好文   时间:2014-04-30 21:03:20    阅读次数:589
使用visio 2007对现有的数据库进行反向工程
假如你有一个数据库并且想对这个数据库进行ER图的描绘;又或者你想绘制一个ER图,但发觉绘制效率太低,对visio不熟悉,而你对数据库的操作却了如指掌。这时候你可以利用Visio的反向工程对已有的数据库进行反向,来生成一个ER图。而这个操作过程十分简单。 第一步要把已有的数据库增加到数据库管理(OD....
分类:数据库   时间:2014-04-30 20:59:17    阅读次数:534
教你如何理解session对象?
Session 对象用于存储用户的信息。存储于 session 对象中的变量握有单一用户的信息, 并且对于一个应用程序中的所有页面都是可用的。 Session 对象 当您操作某个应用程序时,您打开它,做些改变,然后将它关闭。这很像一次对话(Session)。 计算机知道您是谁。它清楚您在...
分类:其他好文   时间:2014-04-30 20:45:29    阅读次数:503
Gold mining in South Africa
A quarry operator in the Libyan needed to expand their crushing and screening plant in order to cope with an increase in chip and sand demand from the...
分类:其他好文   时间:2014-04-30 20:26:27    阅读次数:646
mining and processing of bentonites
The Taysan Project is located on the south western segment of the island of Luzon in the well developed industrial province of Batangas, 100km south o...
分类:其他好文   时间:2014-04-30 19:45:37    阅读次数:438
WinDump使用方法
转自:http://blog.csdn.net/weiyuweizhi/article/details/4326174在命令行下启动windump.exe参数列表:-a 将网络地址解析为名字-B size 设置网络数据接收缓冲区大小-c count 只抓取count数目个包-D 显示当前系统中所有可...
分类:Windows程序   时间:2014-04-30 19:32:00    阅读次数:742
winDbg 命令使用帮助
srv*C:/symbol*http://msdl.microsoft.com/download/symbols;D:\Desktop\CMS_Dumpsymck //检查pdblm //显示pdb//写入日志文件.logopen d:\output.txt.logclose.logfile!h.....
分类:数据库   时间:2014-04-30 19:18:29    阅读次数:607
ubuntu12.04 64位安装nessus
首先从官网上下载安装包,地址:http://www.nessus.org然后在本地安装:sudo dpkg -i Nessus.deb安装完成以后,需要激活,去官网上获取激活码(个人用户注意选择use in home):地址:http://www.nessus.org/plugins/?view=h...
分类:其他好文   时间:2014-04-30 19:09:00    阅读次数:514
Conceptual blockbusting--chap4 Cultural and Environmental blocks
Cultural blocks1) TaboosPing-pong ball exerciseTaboos can remove entire families of solutions from the ready grasp of the problem-solver. This is not ...
分类:其他好文   时间:2014-04-30 18:17:21    阅读次数:462
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!