03 2014 档案
通过Emulated KMS Servers on non-Windows platforms激活office 2013脚本
摘要:首先运行KMS Server:python server.py然后:cd %ProgramFiles%\Microsoft Office\Office15cscript ospp.vbs /sethst:127.0.0.2(不能是127.0.0.1)cscript ospp.vbs /actcscript ospp.vbs /dstatuscscript ospp.vbs /remhst需要修改key,通过命令:cscript ospp.vbs /inpkey:YC7DK-G2NP3-2QQC3-J6H88-GVGXT最后一条命令是删除激活服务器设置(对应第一条) 阅读全文
posted @ 2014-03-20 23:49 merryfreespace 阅读(860) 评论(0) 推荐(0) 编辑
Drupal的登陆用户Cache功能
摘要:可以采用如下模块:https://drupal.org/project/authcache同时可以配置varnish的参数。 阅读全文
posted @ 2014-03-20 21:27 merryfreespace 阅读(130) 评论(0) 推荐(0) 编辑
php获取print的内容,放入变量
摘要:可以参考drupal的theme_render_template函数function theme_render_template($template_file, $variables) { // Extract the variables to a local namespace extract($variables, EXTR_SKIP); // Start output buffering ob_start(); // Include the template file include DRUPAL_ROOT . '/' . $template_file; // End b 阅读全文
posted @ 2014-03-19 22:31 merryfreespace 阅读(274) 评论(0) 推荐(0) 编辑
Windows 8的无线设置后,竟不能直接更改,目前知道可以通过命令行解决
摘要:显示电脑上的所有无线配置文件,在命令提示符下,键入:netsh wlan show profiles删除配置文件,在命令提示符下,键入:netsh wlan delete profile name="ProfileName"显示安全密钥,在命令提示符下,键入:netsh wlan show profile name="ProfileName" key=clear 阅读全文
posted @ 2014-03-11 12:56 merryfreespace 阅读(198) 评论(0) 推荐(0) 编辑


点击右上角即可分享
微信分享提示