夜阑听窗外风声
当我们改变了一个观念我们就拥有一种想法;当我们改变了一个想法我们就拥有了一种行为;当我们改变了一种行为我们就拥有了一个习惯;当我们改变了一个习惯我们就拥有了一种性格;当我们改变了一种性格我们就改变了命运
2012年8月26日星期日
打扫卫生梳理自己
一个月了,房间里乱的很,是要打扫打扫卫生了。正值今天的大好天气,洗洗衣服晒晒被子,蛮好的。一些零碎的东西趁这个机会也收拾整理一下。
这周没有骑车子到外面去玩,因为感觉背疼。可能是由于Agile培训期间被海伦宾馆的空调吹坏了!!!
同事说背疼是寒气太重,跑跑步出出汗就能好了。于是乎,微博上几个同事相互监督有没有锻炼,真的有点全民运动的感觉~一个习惯的养成需要21天,大家加油吧!
确实,工作后运动的少,身子骨大不如以前了。
入职四个月多了,是应该要给自己做个评估和总结,可是我还是很难克服外界对我计划的影响,很多事情一直在拖着…比如学习Python学习通信基础知识和WCDMA,还有SM一直建议学习英语考雅思出国,还有说了好多次要和同学聚会都耽搁了…
接下来国庆的黄山骑行以及申请公司甘肃志愿者都要提前做好准备。
当然也在和一个女生拍拖,哎,什么时候是个头啊
很高兴的是,组里有好几个同事看到我加入了爱德重返校园计划,都很想和我一起资助小学生,真的,我倍感欣慰~~
好了,去打扫卫生了,上天赐予我们最好的礼物就是时间了,我们要好好珍惜,并把它用在有意义的事情上
2012年8月13日星期一
质量管理
2012年8月9日星期四
丰县高层次人才引进实施办法
中共丰县县委 丰县人民政府关于印发《丰县高层次人才引进实施办法》的通知
如何为 Win32 使用 Perl 的 Excel 的自动化
如何为 Win32 使用 Perl 的 Excel 的自动化
请按照以下步骤来创建和运行该示例:
- 如果您不具有您的计算机上安装的最新活动的 ActivePerl 包并想要试用该示例,请将其从下载:
- 启动 notepad.exe,并创建一个名为 perlxl.pl,用下面的 Perl 脚本的新文件:
use Win32::OLE; # Start Excel and make it visible $xlApp = Win32::OLE->new('Excel.Application'); $xlApp->{Visible} = 1; # Create a new workbook $xlBook = $xlApp->Workbooks->Add; # Our data that we will add to the workbook... $mydata = [["Item", "Category", "Price"], ["Nails", "Hardware", "5.25"], ["Shirt", "Clothing", "23.00"], ["Hammer", "Hardware", "16.25"], ["Sandwich", "Food", "5.00"], ["Pants", "Clothing", "31.00"], ["Drinks", "Food", "2.25"]]; # Write all the data at once... $rng = $xlBook->ActiveSheet->Range("A1:C7"); $rng->{Value} = $mydata; # Create a PivotTable for the data... $tbl = $xlBook->ActiveSheet->PivotTableWizard(1, $rng, "", "MyPivotTable"); # Set pivot fields... $tbl->AddFields("Category", "Item"); $tbl->PivotFields("Price")->{Orientation} = 4; # 4=xlDataField # Create a chart too... $chart = $xlBook->Charts->Add; $chart->SetSourceData($rng, 2); $chart->{ChartType} = 70; # 3D-pie chart $chart->Location(2, "Sheet4"); # Wait for user input... print "Press <return> to continue..."; $x = <STDIN>; # Clean up $xlBook->{Saved} = 1; $xlApp->Quit; $xlBook = 0; $xlApp = 0; print "All done."; - 键入perlxl.pl ,从命令行中的目录,您可在其中创建该文件,或者从资源管理器中双击它。Microsoft Excel 启动时,您应该可以看到和使用数据透视表和图表创建新工作簿。
STG iLab Test Engineer in Shanghai China
STG iLab Test Engineer in Shanghai China
STG iLab Test Engineer
Job ID STG-0465581 Job type Full-time Regular
Work country China Posted 31-Jul-2012
Work city Shanghai Job area Software Development
Travel No travel Job category Software Development & Support
Business unit ClntAdvTechSpt Job role Software Test Specialist
Job role skillset General
Commissionable/Sales-Incentive jobs only No
Job description
Required Skills:
• Administration, system management and test skills on Windows, Linux, VMware, or UNIX.
• Proficient in Perl, bash, Shell, TCL, Python.
• Familiar with OS virtualization concepts for VMware, Hyper-V and KVM are plus
• Experience in OS clustering is a plus.
• Experience of test automation is plus especially Perl.
• Experience in SAN and Storage Systems is a plus.
• More than 1 years of test engineering with hands-on experience.
• Excellent communication skills and good team-work are mandatory. Good verbal and technical writing in English.
• Great passion to the business. Have strong ownership and problem solving skills.
• Bachelor or Master's Degree, major in CS related /EE related.
Responsibilities:
Work with IBM US Team together on Interoperability test for IBM systems/storage.
Main responsibilities:
• Test environment setup, including OS deployment, driver and software installation, firmware update, SAN switch and storage configuration, etc.
• Test plan review and understanding. Read the test plan of every test cycle and understand the test configurations and test strategy. Review the test plan and bring forth constructive suggestions.
• Test execution. Understand about the test scenarios and test variations, execute test cases under given schedule.
• Test automation. Understand test architecture and test automation architecture. Can apply test automation knowledge for test automation design and implementation, including popular tools in test automation, test automation design, test scripts development; maintain and improve existing test scripts and automation framework.
• Trouble shooting and test debugging. Have good skills with systematical method to trouble shoot problems in daily test configuration and test execution, rich experience to do defect debugging.
• Strong communication skill during interlock with development team and problem tracking following IBM development process.
• Have good self-management for assigned tasks and has capability to deliver it on time with high quality
Required
* Bachelor's Degree
* English: Fluent
* Chinese simplified: Fluent
Preferred
* Master's Degree
IBM is committed to creating a diverse environment and is proud to be an equal opportunity employer. All qualified applicants will receive consideration for employment without regard to race, color, religion, gender, gender identity or expression, sexual orientation, national origin, genetics, disability, age, or veteran status.
