Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1095855
  • 博文数量: 170
  • 博客积分: 1603
  • 博客等级: 上尉
  • 技术积分: 1897
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-09 15:54
文章分类

全部博文(170)

文章存档

2016年(27)

2015年(21)

2014年(27)

2013年(21)

2012年(7)

2011年(67)

我的朋友

发布时间:2016-04-26 14:54:44

Resource ‘$(string.RequirePrivateStoreOnly)’ referenced in attribute displayName could not be foundFile C:\WINDOWS\PolicyDefinitions\WindowsStore.admx, line 140, column 9参考http://www.winhelponline.com/blog/gpedit-resource-string-requireprivatestoreonly-windowsstore-admx-kb3147458/先备份&.........【阅读全文】

阅读(3400) | 评论(2) | 转发(0)

发布时间:2016-04-09 22:54:39

中文的资料全TM乱抄https://sevenzip.osdn.jp/chm/cmdline/看这个最全了 一般常用命令行为  a -mx=9 -m0=LZMA -ms=4g -md=64m -mfb=128 -mmt=4a 压缩mx 9级压缩m0 压缩算法LZMAms 固实大小md 字典大小mfb 单词大小mmt 使用线程数注意下python里用subprocess执行调用7z压缩的时候,不要用>nul,当前路.........【阅读全文】

阅读(4008) | 评论(0) | 转发(0)

发布时间:2016-03-22 11:08:18

用epoll写的,换select写法也差不多点击(此处)折叠或打开# -*- coding: UTF-8 -*-import reimport socketimport selectimport loggingimport structimport time# 里面存放自定义.........【阅读全文】

阅读(5030) | 评论(0) | 转发(0)

发布时间:2016-03-16 23:21:10

Non-blocking pipe reads in Windows Pythonlinux下很容易实现的方法在windows下行不通....windows下select不能操作管道百度找了半天蛋都碎了,最后只能祭出google感谢github!!!!看到github上的内容的时候  真是太开心了参考来源https://gist.github.com/techtonik/48c2561f38f729a15b7bwindows对应pipe.........【阅读全文】

阅读(3368) | 评论(0) | 转发(0)

发布时间:2016-03-14 11:02:19

中文里都说是slowlog的错,关闭slow即可解决这个问题但是为什么slow log会导致这个错误?实际环境一定要关闭slow log?详细原因还得翻英文http://www.tuicool.com/articles/ZFBz2i点击(此处)折叠或打开In other words: when PHP's slowlog tries to get an actual stacktrace, it may se.........【阅读全文】

阅读(1772) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册