摘要: function base64_encode (data) { // http://kevin.vanzonneveld.net // + original by: Tyler Akins (http://rumkin.com) // + improved by: Bayron Guevara // + improved by: Thunder.m // + improved by: Kevin van Zonneveld (http://kevin.vanzonneveld.net) // + bugfixed by: Pellentesque Malesua... 阅读全文
posted @ 2012-12-06 19:36 古月天 阅读(496) 评论(0) 推荐(0) 编辑
摘要: 1、停止mysql服务 2、mysqld.exe --skip-grant-tables3、更新密码 UPDATE mysql.user SET Password=PASSWORD('MyNewPass') WHERE User='root'; FLUSH PRIVILEGES;3、启动mysql服务 阅读全文
posted @ 2012-12-06 16:34 古月天 阅读(175) 评论(0) 推荐(0) 编辑
摘要: App.config 配制<configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net"/> </configSections> <log4net> <logger name="UseAnalysisLog"> <level value="ALL"/> <appender-ref ref=&q 阅读全文
posted @ 2012-12-06 10:33 古月天 阅读(278) 评论(0) 推荐(0) 编辑
摘要: In addition to the charts that follow, you might want to consider the Frequently Asked Questions section for a selection of common questions about MongoDB.ExecutablesThe following table presents the MySQL/Oracle executables and the corresponding MongoDB executables. MySQL/OracleMongoDBDatabase Se... 阅读全文
posted @ 2012-12-06 09:53 古月天 阅读(3635) 评论(0) 推荐(0) 编辑