码迷,mamicode.com
首页 >  
搜索关键字:soft link    ( 20674个结果
MongoDB 安装配置 [一]
安装说明系统环境:Centos-5.5安装软件:mongodb-linux-x86_64-2.6.3.tgz下载地址:http://www.mongodb.org/downloads安装机器:192.168.3.206上传位置:/root/soft软件安装位置:/usr/local/mongodb数据存放位置:/data/mongodb/日志存放位置:/data/logs/mongodb/安装groupad..
分类:数据库   时间:2014-07-20 06:43:37    阅读次数:254
Mysql re-set password, mysql set encode utf8 mysql重置密码,mysql设置存储编码格式
There is a link about how to re-set password.http://database.51cto.com/art/201010/229528.htmwords in short,two lines mysql> UPDATE mysql.user SET p...
分类:数据库   时间:2014-07-19 19:12:31    阅读次数:410
用shell脚本实现linux系统上wifi模式(STA和soft AP)的转换
功能:在linux系统上实现wifi STA与AP功能的转换 实现成果:1、添加wifi密码账户add_wifi_account; 2、wifi两种模式启动的脚本wifi_start; 3、帮助信息README_WIFI_START;...
分类:系统相关   时间:2014-07-19 18:27:33    阅读次数:705
poj 3311Hie with the Pie
题意:一个送披萨的,每次送外卖不超过10个地方,给你这些地方之间的时间,求送完外卖回到店里的总时间最小。解法一: 这个n不大即使是NP问题也才1E6多一些所以可以dfs();具体的回溯方法结合dance link 就可以; #include #include #include #include .....
分类:其他好文   时间:2014-07-19 14:12:38    阅读次数:148
PHP中文件类型 文件属性 路径以及 文件相关的函数
一: 文件类型判断:1.is_dir() 判断是不是目录2.is_file() 判断是不是文件3.is_executeable() 判断是不是可执行文件4.is_readable() 判断是不是可读文件5.is_writable() 判断是不是可写文件6.is_link() 判断是不是快捷方式二:文...
分类:Web程序   时间:2014-07-19 09:02:45    阅读次数:236
assembler and link
链接错误: a subsystem can't be inferred and must be defined必须指定一个子系统。 Q:为什么? A:暂时不知道。改天看文档,弄明白。编译:ml/c/coffxx.asm链接:link/subsytem:windowsxx.obj
分类:其他好文   时间:2014-07-19 08:29:49    阅读次数:185
【翻译自mos文章】开启dblink的 oracle net trace/tracing --对dblink进行跟踪的方法
开启dblink的 oracle net trace/tracing --对dblink进行跟踪的方法...
分类:数据库   时间:2014-07-19 02:36:26    阅读次数:266
4. 定位一组对象
如果需要定位一组对象,需要使用以下方法,会返回一个listfind_elements_by_namefind_elements_by_xpathfind_elements_by_link_textfind_elements_by_partial_link_textfind_elements_by_t...
分类:其他好文   时间:2014-07-19 00:22:25    阅读次数:163
3. 定位单个对象
以下方法都可以用来定位某个对象,优先选择id,name.find_element_by_idfind_element_by_namefind_element_by_xpathfind_element_by_link_textfind_element_by_partial_link_textfind_...
分类:其他好文   时间:2014-07-19 00:06:04    阅读次数:198
去掉 CONSOLE 窗口(转)
建立一个win32 console application的话,linker的/subsystem选项应该为CONSOLE,可以在VC开发环境的project->setting->link->project option中看到!接下来我们再看看应用程序是如何运行的!我们知道用VC编写的程序,运行的时...
分类:其他好文   时间:2014-07-18 14:18:52    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!