码迷,mamicode.com
首页 >  
搜索关键字:soft    ( 6596个结果
100个vc/c/c++语言学习网站/学习教程
软件: http://www.icodeguru.com/fav/soft.htm 教程: C函数实例参考手册 http://www.icodeguru.com/CPP/CExample/ C\C++实例参考手册 http://www.icodeguru.com/CPP/cppExample/ Wi...
分类:编程语言   时间:2014-12-20 10:28:24    阅读次数:266
hadoop 开发环境搭建
一,安装java环境添加java环境变量vi /etc/profile# add by tankexport JAVA_HOME=/data/soft/jdk/jdk1.7.0_71export JRE_HOME=$JAVA_HOME/jreexport CLASSPATH=.:$JAVA_HOME...
分类:其他好文   时间:2014-12-19 00:20:57    阅读次数:213
Windows下如何安装MongoDB
下载地址:http://www.mongodb.org/downloads我下载的是:mongodb-win32-x86_64-2008plus-2.6.6解压到:D:\soft同时在该目录下创建db和log两个文件夹,在PATH变量中加入E:\soft\mongodb-win32-i386-2.0...
分类:数据库   时间:2014-12-18 11:51:44    阅读次数:211
Git 命令
Commit 取消:git reset --hard git push origin HEAD --force根据–soft –mixed –hard,会对working tree和index和HEAD进行重置:git reset –mixed:此为默认方式,不带任何参数的git reset,即时这...
分类:其他好文   时间:2014-12-15 23:32:31    阅读次数:270
Dedecms include\dialog\select_soft_post.php Upload Any Files To The Specified Directory Via Variable Not Initial Flaw Bypass Extension Defence
Dedecms include\dialog\select_soft_post.php Upload Any Files To The Specified Directory Via Variable Not Initial Flaw Bypass Extension Defence
分类:Web程序   时间:2014-12-15 21:34:29    阅读次数:321
在solaris10上安装ORACLE 12c时遇到:Soft limit:maxmum open file descriptors错误
--配置oracle最大打开文件数限制 Solaris操作系统具有打开文件数量的限制,数据库的db_files参数设置会受操作系统的参数限制。 Soft Limit: maximum open file descriptors - This is a prerequisite condition to test whether the soft limit for "maximum open file descriptors" is set correctly. Expected Value : 1024 ...
分类:数据库   时间:2014-12-14 15:53:34    阅读次数:579
一些关注的app
格格http://www.eoemarket.com/soft/375554.html点呀点http://apk.gfan.com/Product/App897516.html爱抢购-有趣好玩更省钱http://apk.gfan.com/Product/App370151.html一个牛X的站 ht...
分类:移动开发   时间:2014-12-14 13:05:04    阅读次数:206
Python读取纯真IP数据库
一、获取最新版IP地址数据库qqwry.dat纯真IP地址数据库下载地址:http://update.cz88.net/soft/setup.zip在windows机器上下载解压,点击setup.exe安装,在安装目录下的qqwry.dat即是最新版ip数据库。也可从51CTO下载(不是最新版,可用于测试):http://down.51cto.com/data/1888..
分类:数据库   时间:2014-12-13 06:26:06    阅读次数:472
Linux cron 计划任务日志跟踪
场景:  需要在系统的cron中启动一个计划任务,跑的是一个shell脚本,脚本中大致意思是切换至         abc用户执行一个php文件(例如: /data/soft/auto.php),那么现在问题来了,脚本的内         容如下:            1 2 3 4 #!/bin/bash ...
分类:系统相关   时间:2014-12-12 11:43:11    阅读次数:187
Linux cron 计划任务日志跟踪
场景:需要在系统的cron中启动一个计划任务,跑的是一个shell脚本,脚本中大致意思是切换至abc用户执行一个php文件(例如:/data/soft/auto.php),那么现在问题来了,脚本的内容如下:#!/bin/bash sudo-uabc/data/soft/auto.php echo‘>>>autosuccess!!!’你会神奇的..
分类:系统相关   时间:2014-12-12 01:25:57    阅读次数:306
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!