上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 44 下一页
摘要: .NET Language-Integrated Query for XML Datahttp://msdn.microsoft.com/library/bb308960.aspxXNamespace myNs = "http://mycompany.com";XElement contacts = new XElement(myNs + "contacts", new XElement(myNs + "contact", new XElement(myNs + "name", "Patrick Hine 阅读全文
posted @ 2012-12-05 17:36 higirle 阅读(2436) 评论(0) 推荐(0) 编辑
摘要: How to use the Hyper-V snapshot Revert, Apply and Delete options, understanding how the Revert and Apply options differ and how they can be used to return a virtual machine to a previous configuration and state. The Hyper-V snapshot feature allows you to capture the configuration and state of a virt 阅读全文
posted @ 2012-08-02 14:10 higirle 阅读(736) 评论(0) 推荐(0) 编辑
摘要: Microsoft has released the technical preview of the latest Office suite 2010 and it comes with lots of new features and improvements over Office 2007. The major change in terms of features comes to Outlook 2010 which has got a totally new look. Some of the options have got rearranged and it might be 阅读全文
posted @ 2012-07-31 13:58 higirle 阅读(2720) 评论(0) 推荐(0) 编辑
摘要: IniFileini=newIniFile(Application.StartupPath+"\\CWSDB.ini");FileAttributesatt=File.GetAttributes(Application.StartupPath+"\\CWSDB.ini");if((att&FileAttributes.ReadOnly)==FileAttributes.ReadOnly){MessageBox.Show(Resources.ResourceManager.GetString("InvlaidFile"),Res 阅读全文
posted @ 2012-07-19 11:05 higirle 阅读(730) 评论(0) 推荐(0) 编辑
摘要: http://www.codeproject.com/Articles/32908/C-Single-Instance-App-With-the-Ability-To-Restore///<summary>///Themainentrypointfortheapplication.///</summary>[STAThread]staticvoidMain(){Application.EnableVisualStyles();Application.SetCompatibleTextRenderingDefault(false);boolonlyInstance=fal 阅读全文
posted @ 2012-07-11 15:45 higirle 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 大家对这个MessageBox 肯定都不陌生,但有谁注意到对话框右上角的x button,什么情况下是enable,什么情况下是disable的?一下为msdn的官方解释:1. http://msdn.microsoft.com/en-us/library/system.windows.messagebox.aspxTo enable a user to close a message box, Show displays a message box that has an OK button and a Close button in the title bar.2. http://sta. 阅读全文
posted @ 2012-07-11 13:26 higirle 阅读(508) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/system.windows.forms.form.formclosing(v=vs.80).aspxprivatevoidConfigurationTool_FormClosing(objectsender,FormClosingEventArgse){if(IsChanged()){DialogResultresult=MessageBox.Show(Resources.ResourceManager.GetString("ConfirmeMessage"),Resources.Resour 阅读全文
posted @ 2012-07-11 10:59 higirle 阅读(290) 评论(0) 推荐(0) 编辑
摘要: http://en.wikipedia.org/wiki/UTF-8http://www.cnblogs.com/Jessy/archive/2012/07/04/2575928.htmlhttp://www.ruanyifeng.com/blog/2007/10/ascii_unicode_and_utf-8.htmlByte order mark(开头预留三个特殊字节)======================================Many Windows programs (including Windows Notepad) add the bytes 0xEF, 0x.. 阅读全文
posted @ 2012-07-04 13:35 higirle 阅读(275) 评论(0) 推荐(0) 编辑
摘要: http://www.w3school.com.cn/xml/xml_namespaces.asp (XML命名空间和xml详细内容)http://www.w3.org/TR/REC-xml-names/ 处理含有xml命名空间的读取http://www.cnblogs.com/martin-chen/archive/2011/02/24/xml-studynote-namespace.htmlhttp://msdn.microsoft.com/zh-cn/library/system.xml.xmlwriter.aspx (.net实现xml读写)UTF8:Many Windows prog 阅读全文
posted @ 2012-07-04 11:38 higirle 阅读(353) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/yinmingli/archive/2007/08/08/1731455.aspx一位软件工程师的6年总结 “又是一年毕业时”,看到一批批学子离开人生的象牙塔,走上各自的工作岗位;想想自己也曾经意气风发、踌躇满志,不觉感叹万千……本文是自己工作6年的经历沉淀或者经验提炼,希望对所有的软件工程师们有所帮助,早日实现自己的人生目标。本文主要是关于软件开发人员如何提高自己的软件专业技术方面的具体建议,前面几点旨在确定大的方向,算是废话吧。 谨以此文献给那个自己为你奉献3年青春与激情的开发团队。还有团队成员:PPL、YT、YK 、TYF、LGL、CHL、CD. 阅读全文
posted @ 2012-07-04 10:12 higirle 阅读(411) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 44 下一页