2011年3月18日
posted @ 2011-03-18 15:57
zencorn
阅读(137)
推荐(0)
2011年3月16日
摘要:
Work by Jianfei is licensed under a Creative Commons wei 3.0 Unported License. 1. 2. Work by Jianfei is licensed under a Creative Commons wei 3.0 Unported License.
阅读全文
posted @ 2011-03-16 15:32
zencorn
阅读(166)
推荐(0)
2011年1月27日
摘要:
Work by Jianfei is licensed under a Creative Commons wei 3.0 Unported License. Goal: Using java torun one SQL script file directly .Resource : Download the Java-Ant jar package from http://ant.apache.org/bindownload.cgiCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHi
阅读全文
posted @ 2011-01-27 16:39
zencorn
阅读(1200)
推荐(0)
2011年1月24日
摘要:
基本介绍:【百度】如图,横轴表示劳动力供给,纵轴表示工资水平。工资水平长期保持不变劳动力过剩,随着AD1右移至 AD3到了劳动力过剩向短缺的转折点,即刘易斯拐点,在过去民工劳动力一直供大于求,随着特定的背景因素的变化,如果不涨工资就招不到人,出现民工荒。 从年初沿海的制造业用工荒,到现在一线城市的毕业生工资小幅度增值来看国内社科院曾言的劳动力红利(刘易斯拐点)能够延续到2015年以后的观点已经开始提前了。而对于IT行业来说,似乎觉得我们将经历一个反刘易斯曲线的过程。既行业规模越大,人力成本回报越小。 近而从无烟工业的相对回报较高的位置沦为其他成熟工业的低水平徘徊。 基于此,无论是行业还是我们个
阅读全文
posted @ 2011-01-24 13:31
zencorn
阅读(379)
推荐(1)
2011年1月12日
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--public class DirComparer : System.Collections.IComparer{public int Compare(object x, object y){return y.ToString().CompareTo(x.ToString());}}DirectoryInfodi=newDirectoryInfo(“FolderPath”); ArrayListdirA
阅读全文
posted @ 2011-01-12 13:50
zencorn
阅读(220)
推荐(0)
2010年12月29日
摘要:
代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--publicvoidUninstallGenWFM(){stringstrReturnMsg;stringproductGuid;stringsubKey;stringdisplayName;stringstrMajVersion;stringstrGenBuildNum;stringstrLocalInsFolder;stringuninstallCmd;stringstrUnistallCm
阅读全文
posted @ 2010-12-29 13:46
zencorn
阅读(298)
推荐(0)
2010年12月17日
摘要:
1. Make sure you SQL Server version by using some T-SQL .[代码]2. Right click SQL Server Agent node in SQL Management Studio, then create new SQL job, paste you T-SQL into command area.代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--declare@filename
阅读全文
posted @ 2010-12-17 14:17
zencorn
阅读(344)
推荐(0)
2010年12月15日
摘要:
Goal :Remove the report folder from backstage.Implement Steps:1. Create a C# console application project.2. Add one web reference into the project. [VS2010 : http://localhost:80/ReportServer/ReportService2010.asmx]3. Open the “Web References/WebServicelocalhost” folder from the project location dire
阅读全文
posted @ 2010-12-15 15:35
zencorn
阅读(458)
推荐(0)
2010年11月25日
摘要:
1. What's Windows event logs.A: MSDN event logs http://support.microsoft.com/kb/308427 Application log The application log contains events logged by programs. For example, a database program may reco...
阅读全文
posted @ 2010-11-25 14:32
zencorn
阅读(344)
推荐(0)
2010年11月8日
摘要:
建立一个调用FTP命令的BAT file, autoftp.log 作为一个日志文件 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->echo==========================================>>autoftp.logdate/t>>autoftp.logtime/t>>autoftp.logftp-n-s:"upload.ftp">>aut
阅读全文
posted @ 2010-11-08 17:03
zencorn
阅读(333)
推荐(0)