Try again

200512270453934121.gif

2011年8月31日 #

摘要: 1打开有加密保护的EXCEL文件2工具---宏----录制新宏---输入名字如:aa3停止录制(这样得到一个空宏)4工具---宏----宏,选aa,点编辑按钮5删除窗口中的所有字符(只有几个),替换为下面的代码内容6关闭编辑窗口7工具---宏-----宏,选AllInternalPasswords,运行,确定两次!!!中间要等2分钟(在运用编写的代码进行后台计算处理),完后有提示 再确定最后保存用VB已经写好的代码代码Public Sub AllInternalPasswords() ' Breaks worksheet and workbook structure passwords阅读全文
posted @ 2011-08-31 01:07 共同学习,共同进步 阅读(42) 评论(0) 编辑

2010年11月10日 #

摘要: 罗克韦尔自动化(中国)责任有限公司 - 招聘软件开发实习生。招聘单位:罗克韦尔自动化(中国)责任有限公司招聘职位:软件工程师职位类别:实习工作地点:上海市徐汇区,漕河泾开发区 招聘人数:若干发布日期:2010年10月10日截止日期:2011年06月01日职位描述及应聘要求职位描述: 1) 负责软件的开发或测试; 2) 按要求完成技术文档编写;3)完成主管指派的工作任务岗位要求: 1、本科生或研究生...阅读全文
posted @ 2010-11-10 15:08 共同学习,共同进步 阅读(100) 评论(0) 编辑

2009年8月19日 #

摘要: It’s really long time; I would like to write something to review my work experience in the past 4 years. But it’s little difficult to get to start. I know “No first step, No second s...阅读全文
posted @ 2009-08-19 20:15 共同学习,共同进步 阅读(78) 评论(1) 编辑

摘要: Shared Source Initiativehttp://www.microsoft.com/resources/sharedsource/default.mspxhttp://referencesource.microsoft.com/serversetup.aspxhttp://www.codeplex.com/NetMassDownloaderhttp://weblogs.asp.net...阅读全文
posted @ 2009-08-19 16:50 共同学习,共同进步 阅读(25) 评论(0) 编辑

摘要: [代码]阅读全文
posted @ 2009-08-19 15:00 共同学习,共同进步 阅读(88) 评论(1) 编辑

2008年2月20日 #

摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->usingSystem;namespacenet30netfeature{publicclassObjectInit{/**//**对象初使化器包括了一个用逗号分隔的值列表。用{and}包起来。被...阅读全文
posted @ 2008-02-20 14:22 共同学习,共同进步 阅读(79) 评论(1) 编辑

摘要: namespacenet30netfeature.extendMethod{usingSystem;staticclassMyExtensions{//Thismethodallowsanyobjecttodisplaytheassembly//itisdefinedin.publicstaticvoidDisplayDefiningAssembly(thisobjectobj){Console....阅读全文
posted @ 2008-02-20 12:25 共同学习,共同进步 阅读(96) 评论(0) 编辑

2008年1月22日 #

摘要: 面对着观念的快速更新,一片茫然,幸得cnblogs这块宝地,让我有跟上时代的机会。我也应该开始做一下记录了,记点有用的东西,希望多多支持.usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespaceNet30NewFeature1{publicclassImplicitlyTypedL...阅读全文
posted @ 2008-01-22 16:38 共同学习,共同进步 阅读(154) 评论(0) 编辑

2008年1月15日 #

摘要: --获取指定页的数据CreatePROCEDUREpagination@tblNamevarchar(255),--表名@strGetFieldsvarchar(1000)='*',--需要返回的列@fldNamevarchar(255)='',--排序的字段名@PageSizeint=10,--页尺寸@PageIndexint=1,--页码@doCountbit=0,--返回记录总数,非0值则返...阅读全文
posted @ 2008-01-15 13:42 共同学习,共同进步 阅读(145) 评论(0) 编辑

2007年11月14日 #

摘要: C# List View v1.3http://www.codeproject.com/cs/miscctrl/aa_listview.aspDownload source - 70.9 Kb Download control - 30.5 Kb Download help files - 120 Kb -----------------------------------------------...阅读全文
posted @ 2007-11-14 12:11 共同学习,共同进步 阅读(125) 评论(0) 编辑