码迷,mamicode.com
首页 >  
搜索关键字:while read line for ifs    ( 74720个结果
vi的使用规则
1、vi的基本概念基本上vi可以分为三种状态,分别是 命令模式(command mode)、插入模式(Insertmode)和 底行模式(last line mode)各模式的功能区分如下:1)命令行模式(command mode)控制屏幕光标的移动,字符、字或行的删除,移动复制某区段及进入Inse...
分类:其他好文   时间:2014-06-12 20:51:25    阅读次数:354
C#中List〈string〉和string[]数组之间的相互转换
1,从System.String[]转到ListSystem.String[] str={"str","string","abc"};List listS=new List(str);2, 从List转到System.String[]List listS=new List();listS.Add("...
分类:其他好文   时间:2014-06-12 19:24:08    阅读次数:206
js判别过滤出ie8、ie7
最近看到一种if语句if(!+"\v1")不知其用意,于是调式了一番,原来ie8与ie8以下浏览器中(!+“\v1”)返回true,其他主流浏览器跟ie9+则返回false。为什么会这样?先把语句拆分出来分析 1:“\v1”; \v在正则表达式中表示”竖向制表符“console.log("\v1")...
分类:Web程序   时间:2014-06-12 18:44:15    阅读次数:209
安装qc 出现error An error occurred while attempting to connect to the database.
When trying to install mercury quality center starter edition 9.0 on Windows XP media center, I am getting the following error Wrong attributes "An er...
分类:数据库   时间:2014-06-12 18:07:45    阅读次数:344
Oracle EBS-SQL (INV-9):检查搬运单分配异常.sql
select h.request_number,l.line_number, msib.segment1 item_code,t.transaction_temp_id, t.transaction_quantity, l.quantityfrom mtl_material_transactions...
分类:数据库   时间:2014-06-12 16:09:07    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!