Tips

1.软件试用注册码已过期,可以在注册表中删除注册信息后重新试用,方法:开始->运行>regedit    Ctrl+F 输入关键字

2. 修改Mysql安装文件中的my.ini 文件中的一个节点为

[mysqld]
max_allowed_packet = 512M
# The TCP/IP Port the MySQL Server will listen on
port=3306

然后重启Mysql服务 doc命令:cmd-->services.msc  找到mysql服务,重启

3.VS: [工具]-> [选项]-> [环境]-> [字体和颜色]    推荐颜色:豆沙绿 RGB 199 237 204  #C7EDCC 

4.ReSharper卸载后VS提示消失解决办法:Options | Text Editor | C# | General | Statement completion 打上勾 

5.Open Network and Shareing Center->Change adapter settings-> disabled 'Local Area Connection' / enable 'Local Area Connection'

6.MSDTC on server 'XXX' is unavailable 解决方法:You can this by clicking START > SETTINGS > CONTROL PANEL > ADMINISTRATIVE TOOLS > SERVICES. Find the service called 'Distributed Transaction Coordinator' and RIGHT CLICK (on it and select) > Start.

7.CamStudio-Recorder :ticked 'record audio from microphone' in the OPTIONS menu; check the frames per second int eh video options as well, as it defaults to 200!!! need only about 10.

8.开始-->设置-->控制面板-->管理工具-->事件查看器 双击打开查看你的系统日志和安全日志

9.

ipconfig --查ip
ipconfig -all --查Mac地址,查ip
ipconfig /renew --修正ip地址
Start-Computer-右键Manage

10.Control Panel ->Region and Language->Administrative->Change system local...  (Chinese (Simplified,PRC))

11.检查sql服务是否启动:Microsoft SQL Server 20008 R2 -> Configuration tools->sql Server Concfigration Manager->SQL Server Services->查看相应的sql实例是否已经启动

12.设置电脑不休眠:start->power options-> Change when the computer sleeps->Put the computer to sleep:Never->Change advanced power settings->Hard disk:Nerver

13.VS快捷键: 在文件中查找Ctrl+Shift+F, 清除所有断点Ctrl+Shift+F,停止调试Shift+F5,跳转到指定文件Ctrl+逗号,右键文件Open Containning File ,

14.双击Properties->web->勾选Enable Edit and Continue;  勾选之后可以在调试的时候编辑.cs文件,不过停止调试后asp.net Development Server会制动关闭,没勾选之前停止调试后服务还可以存在。

15.搜狗输入法跟VS2012快捷键冲突,解决:

a.搜狗输入法-输入法管理器:  去掉‘切换搜狗拼音快捷键:Ctrl+,’前面的勾;

b.搜狗输入法-设置属性-按 键:去掉‘简繁体快捷键 Ctrl+Shift+F’前面的勾;

16.网页或者代码中出现乱码:检查是否安装了该国家的语言包。

17.nslookup tfs.atona.se

18.图形插件:

a.FashionChart

b.GoogleChart

c.http://www.amcharts.com/

d.http://www.1stwebdesigner.com/css/top-jquery-chart-libraries-interactive-charts/

19.查看远程主机是否能连接: telnet 192.168.1.1 8443

20.整个桌面都不见了(包括任务栏),解决办法:
在任务管理器中End Process:explorer.exe, 

任务管理器File->New Task 输入explorer, ok

21. 打印机:
21.1.启动Print服务
21.2.重新安装服务

22. arp/a   查看IP和对应的Mac地址

原文地址:https://www.cnblogs.com/cw_volcano/p/2567125.html