大约有 4,000 项符合查询结果(耗时:0.0067秒) [XML]

https://www.tsingfun.com/it/tech/1757.html 

Win7禁用休眠 减少C盘容量占用 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...容量占用常见的还有:将虚拟内存位置改到C盘以外。 设置完成后,需要重启计算机方可生效。Win7 禁用休眠 C盘容量
https://www.tsingfun.com/it/tech/1760.html 

重装系统后硬盘不引导了怎么办? - 更多技术 - 清泛网 - 专注C/C++及内核技术

...磁盘分区医生PTDD3.5修复一下引导,然后把装系统的分区设置为活动,重启应该就能进入windows了! 千万切记:如果磁盘分区医生PTDD3.5扫描出引导错误,如果发现有资料的分区变成了灰色,这时千万不要应用修复,先退出软件...
https://www.tsingfun.com/it/tech/1782.html 

nsis指定默认安装路径,记住上次安装路径 - 更多技术 - 清泛网 - 专注C/C++...

...InstallDirRegKey 指定$INSTDIR值为注册表中的键值。 后面的设置覆盖前面的。nsis 安装路径
https://www.tsingfun.com/it/tech/1808.html 

Mac OS X 程序员开发工具集锦 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...m/it/tech/1805.html 苹果Mac OS怎么关闭Fn键? [系统偏好设置] -> [键盘] -> [F1、F2等键用作标准功能键] 勾上即可。Mac 开发工具
https://www.tsingfun.com/it/tech/1814.html 

mac os下如何获得root权限? - 更多技术 - 清泛网 - 专注C/C++及内核技术

...密码,通过以后,提示你输入两遍root的密码。这样你就设置好root帐号密码了,可以用root来登录MacOS了。 完毕,上图: mac root权限
https://www.tsingfun.com/it/tech/1998.html 

Java 调用外部进程 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...,注意目录位置 String cmd = "cmd /c d://test"; // 设置工作目录 File workDir = new File("c://"); try { Process process = Runtime.getRuntime().exec(cmd, null, workDir); // 读取错误流和正常流的输入,否则会阻塞...
https://www.tsingfun.com/it/tech/2001.html 

[解决] RHEL 7/ CentOS 7/Fedora 出现Failed to start iptables.service: U...

...ewalld 并且安装iptables-services: yum install iptables-services 设置开机启动: systemctl enable iptables iptables启动、关闭、保存: systemctl [stop|start|restart] iptables #or service iptables [stop|start|restart] service iptables save #or /usr/libexe...
https://www.tsingfun.com/it/tech/2019.html 

[解决]unable to mount NTFS partition fedora - 更多技术 - 清泛网 - 专注C/C++及内核技术

... do; 点击 Change settings that are currently unavailable; 在 Shutdown 设置, 去掉勾选 Turn on fast startup然后点击Save changes 按钮保存. 中文截图版请参考《Windows下如何关闭快速启动》 mount NTFS partition fedora
https://www.tsingfun.com/it/te... 

linux 通过bind下搭建DNS Server - 更多技术 - 清泛网 - 专注C/C++及内核技术

...的机器ip nameserver 192.168.0.5 到此配置结束。 4.测试 #设置开机启动 chkconfig named --level 235 on #开启dns 服务器 service named start #如已经开启请使用下面的命令重启 service named restart 然后在终端输入 nslookup #enter进入nslookup的会...
https://www.tsingfun.com/it/tech/2168.html 

错误解决:Xcode not set up properly. You may need to confirm the licens...

... Xcode -> Preferences -> Locations - > Command Line Tools #设置好xcode的安装位置 或 1 sudo -i xcode-select -switch /Applications/Xcode6-Beta6.app/Contents/Developer 根据具体路径: (sudo xcode-...