码迷,mamicode.com
首页 >  
搜索关键字:linux基本命令—— cat more w who pwd    ( 37061个结果
【Soul of_Cat】省赛
5.11,第一次参加省赛QAQ。 我,还是一只小小菜猫。。 本来之前还有点小担心什么的,等到了省赛那一天却什么想法了(就是突然发现自己真的不会什么。。没必要紧张了)。一路调戏着实验室的各种大神。。 比赛开始后,还是ttt负责手速,我从后做,z从中间做。。或许就是注定来打酱油,那天除了手速题...
分类:其他好文   时间:2014-05-16 05:00:05    阅读次数:252
php中将数据库中time由String改为时间戳
1 $uid, "PWD"=>$pwd, "Database"=>"LocationAnalysisDatabase");10 11 $conn = sqlsrv_connect( $serverName, $connectionInfo);12 13 if( $conn == false){14....
分类:数据库   时间:2014-05-16 04:39:58    阅读次数:360
Linux 软Raid创建方法:
一。Raid0创建#mdadm-C/dev/md0-n2-ayes-l0-x/dev/sdb1/dev/sdb2/dev/sdb3[创建Raid0,其中-C创建,-n指定磁盘块数,-aYouhaven‘tgivenenoughdevices(realormissing)tocreatethisarray,-x指定空闲盘个数]2.查看#mdadm-D/dev/md0#cat/proc/mdstat3.模拟磁盘故障#mdadm/dev/md0-f..
分类:系统相关   时间:2014-05-15 12:46:38    阅读次数:512
一天小结 php链接mysql 封装数据库
1:定义常量define(“HOST”,”127.0.0.1”);define(“USER”,”rooot”);//数据库用户define(“PWD”,”root”);//密码$conn=””;functionget_coon(){global$conn;$conn=mysql_connect(HO...
分类:数据库   时间:2014-05-15 11:10:24    阅读次数:348
configure: error: mysql configure failed. Please check config.log for more information.
configure: error: mysql configure failed. Please check config.log for more information....
分类:数据库   时间:2014-05-15 05:15:02    阅读次数:318
HDU 1561 The more ,The Better
HDU 1561 The more ,The Better...
分类:其他好文   时间:2014-05-15 02:57:01    阅读次数:182
LeetCode 010 Regular Expression Matching
【题目】 Implement regular expression matching with support for '.' and '*'. '.' Matches any single character. '*' Matches zero or more of the preceding element. The matching should cover the entire input string (not partial). The function prototype shoul...
分类:其他好文   时间:2014-05-14 21:36:52    阅读次数:348
寻找EBS 11i Mtl_Item_Categories
背景:这两天在做客户化物料编码导入的功能,发现请求运行完毕后,竟然警告了0Warning:ValidationErrorsOccured.PleasecheckMTL_INTERFACE_ERRORSTable”,不明所以,追查接口表,报错内容如下:“无法在“组织物料”中创建/删除物料控制的类别集。”,对应英文代码:“INV_CAT..
分类:其他好文   时间:2014-05-14 19:13:07    阅读次数:295
ubuntu基本命令
1.uname-r查询系统内核版本2.cat/etc/issue查看所使用系统版本3.
分类:其他好文   时间:2014-05-14 17:20:16    阅读次数:279
如何开一场高效率的会议
英文原文:How to Have a Meeting That Isn't a Complete Waste of Time 一场缺乏管理的会议可以浪费时间、体力与金钱,同时毫无生产力。 但这是可以避免的。 不管是您主持会议与否,您都可以照以下的建议这么作,同时建议您的团队,让团队合作更加顺利。 会前 每场会议都会有 3 W──When(何时)、who(对象)与 why(...
分类:其他好文   时间:2014-05-14 15:33:36    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!