2013年12月27日

EV: Chrome: Change context to iframe in javascript console

摘要: Is there a way to change context to iframe in javascript console? Keywords: iframe, context, chrome console, javascript, browser Chrome 15 allows you 阅读全文

posted @ 2013-12-27 10:13 weihongji 阅读(394) 评论(0) 推荐(0) 编辑

EV: Use SSH key in Bitbucket

摘要: Keywords: Git, Bitbucket, SSH key, TortoiseGit, Tortoise Git This blog shows the process how to set Tortoise Git to connect Bitbucket using SSH key. S 阅读全文

posted @ 2013-12-27 10:12 weihongji 阅读(457) 评论(0) 推荐(0) 编辑

EV: Regular Expression (gif)

摘要: Keywords: Regular Expression, RegExp, Reg Exp 阅读全文

posted @ 2013-12-27 10:10 weihongji 阅读(179) 评论(0) 推荐(0) 编辑

EV: A previous program installation created pending file operations

摘要: Keywords: SQL Server 2000, SQL2000, install, error, failure. When you install SQL Server 2000, this error message may occur: A previous program instal 阅读全文

posted @ 2013-12-27 10:09 weihongji 阅读(454) 评论(0) 推荐(0) 编辑

DEL: SQL Server 2000 无法远程连接

摘要: Keywords: SQL Server 2000, SQL2000, Fail to connect from remote machines, Windows XP, WinXP, Windows 7, Win7, SP4, Firewall Environment: I have a SQL2 阅读全文

posted @ 2013-12-27 10:07 weihongji 阅读(231) 评论(0) 推荐(0) 编辑

DEL: Report Builder: Cannot retrieve application. Authentication error

摘要: Keywords: SQL Server, Reporting Service, Report Manager, Report Builder, Cannot retrieve application, Authentication error, download On the remote mac 阅读全文

posted @ 2013-12-27 10:06 weihongji 阅读(707) 评论(0) 推荐(0) 编辑

DEL: Report Builder: Fail to Connect Data Source from Remote

摘要: Title: Fail to Connect Data Source from Remote Machine Keywords: SQL Server, Reporting Service, Report Builder, Connection, Data Source, Data Set, Rem 阅读全文

posted @ 2013-12-27 10:04 weihongji 阅读(266) 评论(0) 推荐(0) 编辑

EV: IE登录安全验证凭据

摘要: 参考:http://blog.sina.com.cn/s/blog_976fa35e0100zgg9.html Keywords: ie, Authentication, 登陆, 登录, 安全验证, 账号, 用户名, 密码, 凭据, Intranet 如果要使上面的Windows安全验证窗口在每次访 阅读全文

posted @ 2013-12-27 10:03 weihongji 阅读(580) 评论(0) 推荐(0) 编辑

EV: SQL Server2008 无法远程连接

摘要: 1. 确保本地通过用户名和密码的方式可以登录。 2. 确保SQL Server Browser服务开启. 3. 从开始菜单打开Sql Server Configuration Manager, 在SQL Server Network Configuration\Protocols for MSSQL 阅读全文

posted @ 2013-12-27 10:01 weihongji 阅读(179) 评论(0) 推荐(0) 编辑

EV: 无线鼠标顿卡与wifi

摘要: 参考: http://bbs.hd-tv.cn/thread-3219-1-1.html http://net.zol.com.cn/376/3760911.html 罗技M310使用时经常会卡,甚至鼠标开关关闭再打开后,光标无法移动。这些问题可能与WIFI/无线路由器有关。可以尝试如下方法解决,以 阅读全文

posted @ 2013-12-27 09:59 weihongji 阅读(290) 评论(0) 推荐(0) 编辑

EV: Notepad++: Customize Toolbar menu/icon

摘要: 1. Download a plugin from http://sourceforge.net/projects/npp-customize/files/?source=navbar 2. Extract and copy CustomizeToolbar.dll into notepad++'s 阅读全文

posted @ 2013-12-27 09:58 weihongji 阅读(1232) 评论(0) 推荐(0) 编辑

EV: Notepad++: .log file opener in Win7

摘要: 1. In Notepad++, open Settings\Preferences\File Association dialog. 2. Move .log into the Registered exts list. 3. Close the dialog and Notepad++. 4. 阅读全文

posted @ 2013-12-27 09:56 weihongji 阅读(195) 评论(0) 推荐(0) 编辑

EV: MySQL Learning

摘要: Installation Login MySQL from command line: shell>mysql -h -P -u -p[password] [database] Notes: no space between -p and password Install/uninstall MyS 阅读全文

posted @ 2013-12-27 09:55 weihongji 阅读(258) 评论(0) 推荐(0) 编辑

EV: 解决星际争霸1.x(Starcraft 1.x)在win7下花屏/不能全屏/局域网连网问题

摘要: 1. 花屏问题: 来自:http://zhidao.baidu.com/question/357535882.html 在任务管理器中把explorer.exe结束进程,然后启动星际争霸I,打完游戏后再从任务管理器中打开explorer 即可。 联网问题:将星际升级到1.13F,将Windows的防 阅读全文

posted @ 2013-12-27 09:54 weihongji 阅读(1276) 评论(0) 推荐(0) 编辑

EV: Exception when Using EF “Code First” with an Existing Database

摘要: Exception when Using EF “Code First” with an Existing Database The error message "The model backing the 'AddressBook' context has changed since the da 阅读全文

posted @ 2013-12-27 09:53 weihongji 阅读(215) 评论(0) 推荐(0) 编辑

EV: [VS2010]Visual Studio默认输入法如何修改

摘要: 相关:http://social.msdn.microsoft.com/Forums/zh-CN/5ad8c67f-afcc-4622-91af-ad5e797e5c56/vsnet 问题:VS2010(英文版)一打开Error List,就切换成中文输入法(谷歌拼音),导致写代码时输入一串汉字。 阅读全文

posted @ 2013-12-27 09:52 weihongji 阅读(550) 评论(0) 推荐(0) 编辑

EV: [SQL2012]How hide Results Pane in SQL Server Management2012

摘要: Keywords: SSMS, Results Pane, SQL Server Management Studio 2012 Select "Hide Results Pane" from Window menu. Of course, you can assign a shortcut to i 阅读全文

posted @ 2013-12-27 09:51 weihongji 阅读(142) 评论(0) 推荐(0) 编辑

EV: Outlook does not show desktop notifications on a message

摘要: Source: http://superuser.com/questions/89511/outlook-does-not-show-desktop-notifications-on-a-message-recieve Question: I have a number of accounts in 阅读全文

posted @ 2013-12-27 09:50 weihongji 阅读(264) 评论(0) 推荐(0) 编辑

EV: DOS batch commands

摘要: echo . echo "my comments" echo %windir% 显示windows variables/环境变量 type readme.txt copy con/IO copy con output.txt Copy from Console to ... After you ty 阅读全文

posted @ 2013-12-27 09:49 weihongji 阅读(243) 评论(0) 推荐(0) 编辑

导航