03 2018 档案
摘要:using System;using System.IO;using System.Collections.Generic;using System.Linq;using System.Text; using System.Threading.Tasks;using System.Diagnosti
阅读全文
摘要:虚拟内存的注册表在这里:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management改"PagingFiles"键值就行了。
阅读全文
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u
阅读全文
摘要://读取文本文件并返回内容不同的那一行 public static String different(String sOldFile, String sNewFile) { StreamReader srOld = new StreamReader(sOldFile); StreamReader s
阅读全文
摘要://自定义特效等级 [ScalabilityGroups] sg.ResolutionQuality=100.000000 //视野距离 sg.ViewDistanceQuality=1 sg.AntiAliasingQuality=0 sg.ShadowQuality=0 sg.PostProce
阅读全文
摘要:迅雷极速版 v1.0.35.366 绿色精简版http://oa.xz7.com/2013/thunder_kanx.rar VS 2013 http://download.microsoft.com/download/6/F/4/6F470037-A5D3-4552-9563-696A9D0EA8
阅读全文
摘要:游戏程序没有完全关闭,仍在后台运行。 打开任务处理器,选择进程,下面找到TslGame,关闭之。
阅读全文
摘要:用记事本打开steam/steamapps/libraryfolders.vdf,然后按照格式添加条目 "LibraryFolders"{ "TimeNextStatsReport" "xxxxxxxxx" "ContentStatsID" "xxxxxxxxxxxxxx" "1" "D:\\Gam
阅读全文
摘要:1.添加python3.6安装包,并且安装 sudo apt-get install software-properties-common 2.下载python3.6 sudo add-apt-repository ppa:jonathonf/python-3.6 sudo apt-get upda
阅读全文
摘要:Ubuntu 16.04 下 Vim安装及配置 Ubuntu 16.04 下 Vim安装及配置 默认已经安装了VIM-tiny 下面我们以Ubuntu14.04(Unity)安装完整版VIM(VIM-basic)为例: 在终端输入以下命令,则会自动安装: 自动安装完之后,可以使用以下命令进行查看:
阅读全文