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

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

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

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

Git基本命令 - 更多技术 - 清泛网 - 专注C/C++及内核技术

... 从服务器上下载项目 git clone Host:projectName.git Host为1中XXX,projectName为服务器上项目名称 更新本地代码 git commit -a -m 'some information about the current version' 将代码同步到服务器 git push XXX:projectNamegit 命令
https://www.tsingfun.com/it/tech/1806.html 

Mac OS 可视化ssh文件传输工具(替代scp命令行) - 更多技术 - 清泛网 - 专...

Mac OS 可视化ssh文件传输工具(替代scp命令行)推荐Cyberduck小黄鸭推荐Cyberduck小黄鸭: 具体请参见:《Mac OS X 平台有哪些好用 SSH 客户端? mac 怎么登录到 linux 服务器并传输文件?》Mac 可视化 ssh 文件传输
https://www.tsingfun.com/it/tech/1887.html 

js 设置max-height属性 - 更多技术 - 清泛网 - 专注C/C++及内核技术

js 设置max-height属性obj.style.maxHeight = '100px';obj.style.maxHeight = '100px'; 直接使用style.max-height会报错,同理有中横杠属性名都要变一下。 max-height 属性
https://www.tsingfun.com/it/tech/1992.html 

js + css 实现Div弹出效果 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...ody> </html> 遮罩层可以铺满整个浏览器,包括滚动条隐藏部分。div 弹出效果
https://www.tsingfun.com/it/tech/2006.html 

Linux MySql编译安装 - 更多技术 - 清泛网 - 专注C/C++及内核技术

... WITH GRANT OPTION; #刷新权限 flush privileges; #修改默认引擎 set global storage_engine=MYISAM set storage_engine=MYISAM 这里仅记录相关步骤,期间遇到任何问题可在右侧搜索框搜索相关解决方案。Linux MySql 编译安装
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-select -switch...
https://www.tsingfun.com/it/tech/2203.html 

php动态安装mysql扩展错误(ext/mysqlnd/mysqlnd.h: No such file or direc...

...ch file or directory ... 解决办法:重新安装php,在编译php时候,加上 mysql配置如下: ./configure ... --with-mysql=shared,mysqlnd mysql php 扩展
https://www.tsingfun.com/it/tech/2285.html 

layer弹窗 绑定回车关闭事件 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...', function(e){ //document为当前元素,限制范围,如果不限制话会一直有事件 if(e.keyCode == 13){ deleteFile(index); } }) } // ++ }); } layer 弹窗 回车
https://www.tsingfun.com/it/te... 

从 svndata 恢复svn服务器仓库 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...启动svn服务程序 svnserve -d -r /home/svndata/ 3、从已经启动svn仓库checkoutdai工程 svn co svn://127.0.0.1/project 其实没有啥特别操作,就是新机器启动svnserver指定一下数据目录即可。 svn svnserver subversion